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)


670
671
672
673
674
675
# File 'lib/aws-sdk-sagemaker/types.rb', line 670

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

#data_sourceTypes::AIWorkloadDataSource

The data source for this channel.



670
671
672
673
674
675
# File 'lib/aws-sdk-sagemaker/types.rb', line 670

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