Class: Aws::SageMaker::Types::AutoMLOutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLOutputDataConfig
- Includes:
- Aws::Structure
- Defined in:
- 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 encryption key ID.
-
#s3_output_path ⇒ String
The Amazon S3 output path.
Instance Attribute Details
#kms_key_id ⇒ String
The Key Management Service encryption key ID.
2576 2577 2578 2579 2580 2581 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2576 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 512 characters or less.
2576 2577 2578 2579 2580 2581 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2576 class AutoMLOutputDataConfig < Struct.new( :kms_key_id, :s3_output_path) SENSITIVE = [] include Aws::Structure end |