Class: Aws::BedrockDataAutomationRuntime::Types::OutputSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::OutputSegment
- Defined in:
- gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb
Overview
Results for an output segment
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_output ⇒ String
Custom output response.
-
#custom_output_status ⇒ String
Status of blueprint match.
-
#standard_output ⇒ String
Standard output response.
Instance Attribute Details
#custom_output ⇒ String
Custom output response
399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 399 class OutputSegment < Struct.new( :custom_output_status, :custom_output, :standard_output) SENSITIVE = [] include Aws::Structure end |
#custom_output_status ⇒ String
Status of blueprint match
399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 399 class OutputSegment < Struct.new( :custom_output_status, :custom_output, :standard_output) SENSITIVE = [] include Aws::Structure end |
#standard_output ⇒ String
Standard output response
399 400 401 402 403 404 405 |
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 399 class OutputSegment < Struct.new( :custom_output_status, :custom_output, :standard_output) SENSITIVE = [] include Aws::Structure end |