Class: Aws::SageMaker::Types::LabelingJobInputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobInputConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Input configuration information for a labeling job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_attributes ⇒ Types::LabelingJobDataAttributes
Attributes of the data specified by the customer.
-
#data_source ⇒ Types::LabelingJobDataSource
The location of the input data.
Instance Attribute Details
#data_attributes ⇒ Types::LabelingJobDataAttributes
Attributes of the data specified by the customer.
25634 25635 25636 25637 25638 25639 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25634 class LabelingJobInputConfig < Struct.new( :data_source, :data_attributes) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ Types::LabelingJobDataSource
The location of the input data.
25634 25635 25636 25637 25638 25639 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25634 class LabelingJobInputConfig < Struct.new( :data_source, :data_attributes) SENSITIVE = [] include Aws::Structure end |