Class: Aws::SageMaker::Types::LabelingJobInputConfig

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

Overview

Input configuration information for a labeling job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::LabelingJobDataAttributes

Attributes of the data specified by the customer.



24164
24165
24166
24167
24168
24169
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24164

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

#data_sourceTypes::LabelingJobDataSource

The location of the input data.



24164
24165
24166
24167
24168
24169
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24164

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