Class: Aws::BedrockDataAutomation::Types::SpeakerLabelingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::SpeakerLabelingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Speaker labeling configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
State.
Instance Attribute Details
#state ⇒ String
State
2411 2412 2413 2414 2415 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2411 class SpeakerLabelingConfiguration < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |