AlgorithmInferenceSpecification constructor
const
AlgorithmInferenceSpecification({})
Creates a new AlgorithmInferenceSpecification.
containers List of container definitions for inference.
supportedContentTypes Supported MIME types for inference requests.
supportedRealtimeInferenceInstanceTypes Instance types supported for real-time inference.
supportedResponseMimeTypes Supported MIME types for inference responses.
supportedTransformInstanceTypes Instance types supported for batch transform.
Implementation
const AlgorithmInferenceSpecification({
required this.containers,
this.supportedContentTypes,
this.supportedRealtimeInferenceInstanceTypes,
this.supportedResponseMimeTypes,
this.supportedTransformInstanceTypes,
});