Class: Aws::SageMaker::Types::AsyncInferenceOutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Specifies the configuration for asynchronous inference invocation outputs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

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

Returns:

  • (String)


1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1643

class AsyncInferenceOutputConfig < Struct.new(
  :kms_key_id,
  :s3_output_path,
  :notification_config,
  :s3_failure_path)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configTypes::AsyncInferenceNotificationConfig

Specifies the configuration for notifications of inference results for asynchronous inference.



1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1643

class AsyncInferenceOutputConfig < Struct.new(
  :kms_key_id,
  :s3_output_path,
  :notification_config,
  :s3_failure_path)
  SENSITIVE = []
  include Aws::Structure
end

#s3_failure_pathString

The Amazon S3 location to upload failure inference responses to.

Returns:

  • (String)


1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1643

class AsyncInferenceOutputConfig < Struct.new(
  :kms_key_id,
  :s3_output_path,
  :notification_config,
  :s3_failure_path)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_pathString

The Amazon S3 location to upload inference responses to.

Returns:

  • (String)


1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1643

class AsyncInferenceOutputConfig < Struct.new(
  :kms_key_id,
  :s3_output_path,
  :notification_config,
  :s3_failure_path)
  SENSITIVE = []
  include Aws::Structure
end