class Aws::SageMaker::Types::AsyncInferenceOutputConfig

Specifies the configuration for asynchronous inference invocation outputs.

@note When making an API call, you may pass AsyncInferenceOutputConfig

data as a hash:

    {
      kms_key_id: "KmsKeyId",
      s3_output_path: "DestinationS3Uri", # required
      notification_config: {
        success_topic: "SnsTopicArn",
        error_topic: "SnsTopicArn",
      },
    }

@!attribute [rw] kms_key_id

The Amazon Web Services Key Management Service (Amazon Web Services
KMS) key that Amazon SageMaker uses to encrypt the asynchronous
inference output in Amazon S3.
@return [String]

@!attribute [rw] s3_output_path

The Amazon S3 location to upload inference responses to.
@return [String]

@!attribute [rw] notification_config

Specifies the configuration for notifications of inference results
for asynchronous inference.
@return [Types::AsyncInferenceNotificationConfig]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AsyncInferenceOutputConfig AWS API Documentation

Constants

SENSITIVE