Class: Aws::Types::LabelingJobInputConfig
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobInputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_attributes ⇒ Types::LabelingJobDataAttributes
Returns the value of attribute data_attributes.
-
#data_source ⇒ Types::LabelingJobDataSource
Returns the value of attribute data_source.
Instance Attribute Details
#data_attributes ⇒ Types::LabelingJobDataAttributes
Returns the value of attribute data_attributes.
6965 6966 6967 |
# File 'sig/types.rbs', line 6965 def data_attributes @data_attributes end |
#data_source ⇒ Types::LabelingJobDataSource
Returns the value of attribute data_source.
6964 6965 6966 |
# File 'sig/types.rbs', line 6964 def data_source @data_source end |