Values_1.DescribeEndpointConfigOutputSourceReturns the description of an endpoint configuration created using the CreateEndpointConfig API.
type nonrec t = {endpointConfigName : Values_0.EndpointConfigName.t option;Name of the SageMaker endpoint configuration.
*)endpointConfigArn : Values_0.EndpointConfigArn.t option;The Amazon Resource Name (ARN) of the endpoint configuration.
*)productionVariants : Values_0.ProductionVariantList.t option;An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
*)dataCaptureConfig : Values_0.DataCaptureConfig.t option;kmsKeyId : Values_0.KmsKeyId.t option;Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
*)creationTime : Values_0.Timestamp.t option;A timestamp that shows when the endpoint configuration was created.
*)asyncInferenceConfig : Values_0.AsyncInferenceConfig.t option;Returns the description of an endpoint configuration created using the CreateEndpointConfig API.
*)explainerConfig : Values_0.ExplainerConfig.t option;The configuration parameters for an explainer.
*)shadowProductionVariants : Values_0.ProductionVariantList.t option;An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
*)executionRoleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that you assigned to the endpoint configuration.
*)vpcConfig : Values_0.VpcConfig.t option;enableNetworkIsolation : Values_0.Boolean.t option;Indicates whether all model containers deployed to the endpoint are isolated. If they are, no inbound or outbound network calls can be made to or from the model containers.
*)metricsConfig : Values_0.MetricsConfig.t option;The configuration parameters for utilization metrics.
*)}val make :
?endpointConfigName:??? ->
?endpointConfigArn:??? ->
?productionVariants:??? ->
?dataCaptureConfig:??? ->
?kmsKeyId:??? ->
?creationTime:??? ->
?asyncInferenceConfig:??? ->
?explainerConfig:??? ->
?shadowProductionVariants:??? ->
?executionRoleArn:??? ->
?vpcConfig:??? ->
?enableNetworkIsolation:??? ->
?metricsConfig:??? ->
unit ->
tval error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Float of float
| `Integer of int
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string ])
list ]
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string * [> `Enum of string | `Integer of int ])
list ])
list ])
list ]
list
| `String of Values_0.EndpointConfigName.t
| `Structure of
(string
* [> `Boolean of bool
| `Integer of int
| `List of
[> `String of string
| `Structure of (string * [> `Enum of string ]) list ]
list
| `String of string
| `Structure of
(string
* [> `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Integer of int
| `List of
[> `Enum of string | `String of string ] list
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]