Model Package Inference Specification Args
data class ModelPackageInferenceSpecificationArgs(val containers: Output<List<ModelPackageContainerDefinitionArgs>>, val supportedContentTypes: Output<List<String>>, val supportedRealtimeInferenceInstanceTypes: Output<List<String>>? = null, val supportedResponseMimeTypes: Output<List<String>>, val supportedTransformInstanceTypes: Output<List<String>>? = null) : ConvertibleToJava<ModelPackageInferenceSpecificationArgs>
Details about inference jobs that can be run with models based on this model package.
Constructors
Link copied to clipboard
constructor(containers: Output<List<ModelPackageContainerDefinitionArgs>>, supportedContentTypes: Output<List<String>>, supportedRealtimeInferenceInstanceTypes: Output<List<String>>? = null, supportedResponseMimeTypes: Output<List<String>>, supportedTransformInstanceTypes: Output<List<String>>? = null)
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.