AlgorithmInferenceSpecification class
Constructors
-
AlgorithmInferenceSpecification({required Input<
List< containers, Input<AlgorithmInferenceSpecificationContainer> >List< ? supportedContentTypes, Input<String> ?>List< ? supportedRealtimeInferenceInstanceTypes, Input<String> ?>List< ? supportedResponseMimeTypes, Input<String> ?>List< ? supportedTransformInstanceTypes})String> ?> -
Creates a new AlgorithmInferenceSpecification.
containersList of container definitions for inference.supportedContentTypesSupported MIME types for inference requests.supportedRealtimeInferenceInstanceTypesInstance types supported for real-time inference.supportedResponseMimeTypesSupported MIME types for inference responses.supportedTransformInstanceTypesInstance 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