Class: Aws::BedrockDataAutomation::Types::SpeakerLabelingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Speaker labeling configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


1286
1287
1288
1289
1290
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1286

class SpeakerLabelingConfiguration < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end