Values.EndpointConfigSourceSpecifies the configuration for the endpoint.
type nonrec t = {sageMaker : SageMakerEndpoint.t option;The configuration specific to Amazon SageMaker for the endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of InstanceCount.t
| `String of InstanceType.t
| `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ])
list ])
list ])
list ]