Class: Aws::SageMaker::Types::AIWorkloadInputDataConfig

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

Overview

A channel of input data for an AI workload configuration. Each channel has a name and a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The logical name for the data channel.

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-sagemaker/types.rb', line 840

class AIWorkloadInputDataConfig < Struct.new(
  :channel_name,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::AIWorkloadDataSource

The data source for this channel.



840
841
842
843
844
845
# File 'lib/aws-sdk-sagemaker/types.rb', line 840

class AIWorkloadInputDataConfig < Struct.new(
  :channel_name,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end