AlgorithmInferenceSpecification class

Constructors

AlgorithmInferenceSpecification({required Input<List<AlgorithmInferenceSpecificationContainer>> containers, Input<List<String>?>? supportedContentTypes, Input<List<String>?>? supportedRealtimeInferenceInstanceTypes, Input<List<String>?>? supportedResponseMimeTypes, Input<List<String>?>? supportedTransformInstanceTypes})
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.
const
AlgorithmInferenceSpecification.fromMap(Map<String, dynamic> map)
factory

Properties

containers → Input<List<AlgorithmInferenceSpecificationContainer>>
List of container definitions for inference.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedContentTypes → Input<List<String>?>?
Supported MIME types for inference requests.
final
supportedRealtimeInferenceInstanceTypes → Input<List<String>?>?
Instance types supported for real-time inference.
final
supportedResponseMimeTypes → Input<List<String>?>?
Supported MIME types for inference responses.
final
supportedTransformInstanceTypes → Input<List<String>?>?
Instance types supported for batch transform.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited