Class: Aws::Types::PostProcessingModelInvocationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata, :parsed_response, :raw_response, :reasoning_content])

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



2035
2036
2037
# File 'sig/types.rbs', line 2035

def 
  @metadata
end

#parsed_responseTypes::PostProcessingParsedResponse

Returns the value of attribute parsed_response.



2036
2037
2038
# File 'sig/types.rbs', line 2036

def parsed_response
  @parsed_response
end

#raw_responseTypes::RawResponse

Returns the value of attribute raw_response.

Returns:



2037
2038
2039
# File 'sig/types.rbs', line 2037

def raw_response
  @raw_response
end

#reasoning_contentTypes::ReasoningContentBlock

Returns the value of attribute reasoning_content.



2038
2039
2040
# File 'sig/types.rbs', line 2038

def reasoning_content
  @reasoning_content
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def trace_id
  @trace_id
end