Class: Aws::Types::StartLabelDetectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartLabelDetectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#features ⇒ ::Array[("GENERAL_LABELS")]
Returns the value of attribute features.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
-
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
-
#settings ⇒ Types::LabelDetectionSettings
Returns the value of attribute settings.
-
#video ⇒ Types::Video
Returns the value of attribute video.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def client_request_token @client_request_token end |
#features ⇒ ::Array[("GENERAL_LABELS")]
Returns the value of attribute features.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def features @features end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def job_tag @job_tag end |
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def min_confidence @min_confidence end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def notification_channel @notification_channel end |
#settings ⇒ Types::LabelDetectionSettings
Returns the value of attribute settings.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def settings @settings end |
#video ⇒ Types::Video
Returns the value of attribute video.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def video @video end |