Class: Aws::Types::OrchestrationModelInvocationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



2053
2054
2055
# File 'sig/types.rbs', line 2053

def 
  @metadata
end

#raw_responseTypes::RawResponse

Returns the value of attribute raw_response.

Returns:



2054
2055
2056
# File 'sig/types.rbs', line 2054

def raw_response
  @raw_response
end

#reasoning_contentTypes::ReasoningContentBlock

Returns the value of attribute reasoning_content.



2055
2056
2057
# File 'sig/types.rbs', line 2055

def reasoning_content
  @reasoning_content
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def trace_id
  @trace_id
end