Class: Aws::SageMaker::Types::AutoMLOutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLOutputDataConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The output data configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The Key Management Service (KMS) encryption key ID.
-
#s3_output_path ⇒ String
The Amazon S3 output path.
Instance Attribute Details
#kms_key_id ⇒ String
The Key Management Service (KMS) encryption key ID.
2431 2432 2433 2434 2435 2436 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2431 class AutoMLOutputDataConfig < Struct.new( :kms_key_id, :s3_output_path) SENSITIVE = [] include Aws::Structure end |
#s3_output_path ⇒ String
The Amazon S3 output path. Must be 128 characters or less.
2431 2432 2433 2434 2435 2436 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2431 class AutoMLOutputDataConfig < Struct.new( :kms_key_id, :s3_output_path) SENSITIVE = [] include Aws::Structure end |