Class: Aws::SageMaker::Types::AIWorkloadS3DataSource

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

Overview

The Amazon S3 data source for an AI workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI of the data.

Returns:

  • (String)


685
686
687
688
689
# File 'lib/aws-sdk-sagemaker/types.rb', line 685

class AIWorkloadS3DataSource < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end