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.
6980 6981 6982 |
# File 'sig/types.rbs', line 6980 def data_attributes @data_attributes end |
#data_source ⇒ Types::LabelingJobDataSource
Returns the value of attribute data_source.
6979 6980 6981 |
# File 'sig/types.rbs', line 6979 def data_source @data_source end |