Model Package Inference Specification
data class ModelPackageInferenceSpecification(val containers: List<ModelPackageContainerDefinition>, val supportedContentTypes: List<String>, val supportedRealtimeInferenceInstanceTypes: List<String>? = null, val supportedResponseMimeTypes: List<String>, val supportedTransformInstanceTypes: List<String>? = null)
Details about inference jobs that can be run with models based on this model package.
Properties
Link copied to clipboard
The Amazon ECR registry path of the Docker image that contains the inference code.
Link copied to clipboard
The supported MIME types for the input data.
Link copied to clipboard
A list of the instance types that are used to generate inferences in real-time
Link copied to clipboard
The supported MIME types for the output data.
Link copied to clipboard
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.