Class: Aws::BedrockAgentRuntime::Types::PreProcessingModelInvocationOutput

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

Overview

The foundation model output from the pre-processing step.

Constant Summary collapse

SENSITIVE =
[:metadata, :parsed_response, :raw_response]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Contains information about the foundation model output from the pre-processing step.

Returns:



2839
2840
2841
2842
2843
2844
2845
2846
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2839

class PreProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response]
  include Aws::Structure
end

#parsed_responseTypes::PreProcessingParsedResponse

Details about the response from the Lambda parsing of the output of the pre-processing step.



2839
2840
2841
2842
2843
2844
2845
2846
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2839

class PreProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response]
  include Aws::Structure
end

#raw_responseTypes::RawResponse

Details of the raw response from the foundation model output.

Returns:



2839
2840
2841
2842
2843
2844
2845
2846
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2839

class PreProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response]
  include Aws::Structure
end

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
2846
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2839

class PreProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response]
  include Aws::Structure
end