EndpointConfigurationAsyncInferenceConfig class

Constructors

EndpointConfigurationAsyncInferenceConfig({Input<EndpointConfigurationAsyncInferenceConfigClientConfig?>? clientConfig, required Input<EndpointConfigurationAsyncInferenceConfigOutputConfig> outputConfig})
Creates a new EndpointConfigurationAsyncInferenceConfig. clientConfig Configures the behavior of the client used by SageMaker AI to interact with the model container during asynchronous inference. outputConfig Configuration for asynchronous inference invocation outputs.
const
EndpointConfigurationAsyncInferenceConfig.fromMap(Map<String, dynamic> map)
factory

Properties

clientConfig → Input<EndpointConfigurationAsyncInferenceConfigClientConfig?>?
Configures the behavior of the client used by SageMaker AI to interact with the model container during asynchronous inference.
final
hashCode int
The hash code for this object.
no setterinherited
outputConfig → Input<EndpointConfigurationAsyncInferenceConfigOutputConfig>
Configuration for asynchronous inference invocation outputs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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