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
fun ModelPackageInferenceSpecificationArgs(containers: Output<List<ModelPackageContainerDefinitionArgs>>, supportedContentTypes: Output<List<String>>, supportedRealtimeInferenceInstanceTypes: Output<List<String>>? = null, supportedResponseMimeTypes: Output<List<String>>, supportedTransformInstanceTypes: Output<List<String>>? = null)