Values_0.AdditionalInferenceSpecificationDefinitionSourceA structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package
type nonrec t = {name : EntityName.t;A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.
*)description : EntityDescription.t option;A description of the additional Inference specification
*)containers : ModelPackageContainerDefinitionList.t;The Amazon ECR registry path of the Docker image that contains the inference code.
*)supportedTransformInstanceTypes : TransformInstanceTypes.t option;A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
*)supportedRealtimeInferenceInstanceTypes : RealtimeInferenceInstanceTypes.t
option;A list of the instance types that are used to generate inferences in real-time.
*)supportedContentTypes : ContentTypes.t option;The supported MIME types for the input data.
*)supportedResponseMIMETypes : ResponseMIMETypes.t option;The supported MIME types for the output data.
*)}val make :
?description:??? ->
?supportedTransformInstanceTypes:??? ->
?supportedRealtimeInferenceInstanceTypes:??? ->
?supportedContentTypes:??? ->
?supportedResponseMIMETypes:??? ->
name:EntityName.t ->
containers:ModelPackageContainerDefinitionList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `String of ContentType.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `String of AdditionalModelChannelName.t
| `Structure of
(string
* [> `Enum of string
| `String of S3ModelUri.t
| `Structure of
(string
* [> `Boolean of AcceptEula.t
| `String of HubContentArn.t ])
list ])
list ])
list ]
list
| `Map of
([> `String of EnvironmentKey.t ]
* [> `String of EnvironmentValue.t ])
list
| `String of ContainerHostname.t
| `Structure of
(string
* [> `Enum of string
| `String of DataInputConfig.t
| `Structure of
(string
* [> `Enum of string
| `String of S3ModelUri.t
| `Structure of
(string
* [> `Boolean of AcceptEula.t
| `String of HubContentArn.t ])
list ])
list ])
list ])
list ]
list
| `String of EntityName.t ])
list ]