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.
6971 6972 6973 |
# File 'sig/types.rbs', line 6971 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.
6970 6971 6972 |
# File 'sig/types.rbs', line 6970 def output_dataset_s3_uri @output_dataset_s3_uri end |