Class: Aws::Types::PreProcessingModelInvocationOutput

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:



2145
2146
2147
# File 'sig/types.rbs', line 2145

def 
  @metadata
end

#parsed_responseTypes::PreProcessingParsedResponse

Returns the value of attribute parsed_response.



2146
2147
2148
# File 'sig/types.rbs', line 2146

def parsed_response
  @parsed_response
end

#raw_responseTypes::RawResponse

Returns the value of attribute raw_response.

Returns:



2147
2148
2149
# File 'sig/types.rbs', line 2147

def raw_response
  @raw_response
end

#reasoning_contentTypes::ReasoningContentBlock

Returns the value of attribute reasoning_content.



2148
2149
2150
# File 'sig/types.rbs', line 2148

def reasoning_content
  @reasoning_content
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def trace_id
  @trace_id
end