You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AutoMLOutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLOutputDataConfig
- Defined in:
- (unknown)
Overview
Note:
When passing AutoMLOutputDataConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
kms_key_id: "KmsKeyId",
s3_output_path: "S3Uri", # required
}
The output data configuration.
Returned by:
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The AWS KMS encryption key ID.
-
#s3_output_path ⇒ String
The Amazon S3 output path.
Instance Attribute Details
#kms_key_id ⇒ String
The AWS KMS encryption key ID.
#s3_output_path ⇒ String
The Amazon S3 output path. Must be 128 characters or less.