Class: Aws::BedrockDataAutomationRuntime::Types::OutputSegment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_outputString

Custom output response

Returns:

  • (String)


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_statusString

Status of blueprint match

Returns:

  • (String)


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_outputString

Standard output response

Returns:

  • (String)


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