Class: Aws::Types::LabelingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#final_active_learning_model_arn ⇒ ::String
Returns the value of attribute final_active_learning_model_arn.
-
#output_dataset_s3_uri ⇒ ::String
Returns the value of attribute output_dataset_s3_uri.
Instance Attribute Details
#final_active_learning_model_arn ⇒ ::String
Returns the value of attribute final_active_learning_model_arn.
7008 7009 7010 |
# File 'sig/types.rbs', line 7008 def final_active_learning_model_arn @final_active_learning_model_arn end |
#output_dataset_s3_uri ⇒ ::String
Returns the value of attribute output_dataset_s3_uri.
7007 7008 7009 |
# File 'sig/types.rbs', line 7007 def output_dataset_s3_uri @output_dataset_s3_uri end |