Class: Aws::Types::StartMLLabelingSetGenerationTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMLLabelingSetGenerationTaskRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
Instance Attribute Details
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
7248 7249 7250 |
# File 'sig/types.rbs', line 7248 def output_s3_path @output_s3_path end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
7247 7248 7249 |
# File 'sig/types.rbs', line 7247 def transform_id @transform_id end |