EndpointConfigurationAsyncInferenceConfigOutputConfig class

Constructors

EndpointConfigurationAsyncInferenceConfigOutputConfig({Input<String?>? kmsKeyId, Input<EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig?>? notificationConfig, Input<String?>? s3FailurePath, required Input<String> s3OutputPath})
Creates a new EndpointConfigurationAsyncInferenceConfigOutputConfig. kmsKeyId KMS key that SageMaker AI uses to encrypt the asynchronous inference output in S3. notificationConfig Configuration for notifications of inference results for asynchronous inference. s3FailurePath S3 location to upload failure inference responses to. s3OutputPath S3 location to upload inference responses to.
const
EndpointConfigurationAsyncInferenceConfigOutputConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String?>?
KMS key that SageMaker AI uses to encrypt the asynchronous inference output in S3.
final
notificationConfig → Input<EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig?>?
Configuration for notifications of inference results for asynchronous inference.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3FailurePath → Input<String?>?
S3 location to upload failure inference responses to.
final
s3OutputPath → Input<String>
S3 location to upload inference responses to.
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