Class: Aws::SageMaker::Types::AutoMLOutputDataConfig

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

Overview

The output data configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The Key Management Service (KMS) encryption key ID.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
# File 'lib/aws-sdk-sagemaker/types.rb', line 2399

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

#s3_output_pathString

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

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
# File 'lib/aws-sdk-sagemaker/types.rb', line 2399

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