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
show all
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

Instance Attribute Details

#kms_key_idString

The AWS KMS encryption key ID.

Returns:

  • (String)

    The AWS KMS encryption key ID.

#s3_output_pathString

The Amazon S3 output path. Must be 128 characters or less.

Returns:

  • (String)

    The Amazon S3 output path.