Class: Aws::SageMaker::Types::AIWorkloadDataSource

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

Overview

The data source for an AI workload input data channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::AIWorkloadS3DataSource

The Amazon S3 data source configuration.



651
652
653
654
655
# File 'lib/aws-sdk-sagemaker/types.rb', line 651

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