Class: Aws::Types::GetLabelDetectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLabelDetectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#get_request_metadata ⇒ Types::GetLabelDetectionRequestMetadata
Returns the value of attribute get_request_metadata.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#label_model_version ⇒ ::String
Returns the value of attribute label_model_version.
-
#labels ⇒ ::Array[Types::LabelDetection]
Returns the value of attribute labels.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#video ⇒ Types::Video
Returns the value of attribute video.
-
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
Instance Attribute Details
#get_request_metadata ⇒ Types::GetLabelDetectionRequestMetadata
Returns the value of attribute get_request_metadata.
979 980 981 |
# File 'sig/types.rbs', line 979 def @get_request_metadata end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
970 971 972 |
# File 'sig/types.rbs', line 970 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
978 979 980 |
# File 'sig/types.rbs', line 978 def job_tag @job_tag end |
#label_model_version ⇒ ::String
Returns the value of attribute label_model_version.
975 976 977 |
# File 'sig/types.rbs', line 975 def label_model_version @label_model_version end |
#labels ⇒ ::Array[Types::LabelDetection]
Returns the value of attribute labels.
974 975 976 |
# File 'sig/types.rbs', line 974 def labels @labels end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
973 974 975 |
# File 'sig/types.rbs', line 973 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
971 972 973 |
# File 'sig/types.rbs', line 971 def @status_message end |
#video ⇒ Types::Video
Returns the value of attribute video.
977 978 979 |
# File 'sig/types.rbs', line 977 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
972 973 974 |
# File 'sig/types.rbs', line 972 def @video_metadata end |