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.
6986 6987 6988 |
# File 'sig/types.rbs', line 6986 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.
6985 6986 6987 |
# File 'sig/types.rbs', line 6985 def output_dataset_s3_uri @output_dataset_s3_uri end |