Class: Aws::Types::StartLabelDetectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("GENERAL_LABELS")])


1802
1803
1804
# File 'sig/types.rbs', line 1802

def features
  @features
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def min_confidence
  @min_confidence
end

#notification_channelTypes::NotificationChannel

Returns the value of attribute notification_channel.



1800
1801
1802
# File 'sig/types.rbs', line 1800

def notification_channel
  @notification_channel
end

#settingsTypes::LabelDetectionSettings

Returns the value of attribute settings.



1803
1804
1805
# File 'sig/types.rbs', line 1803

def settings
  @settings
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1797
1798
1799
# File 'sig/types.rbs', line 1797

def video
  @video
end