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:



1971
1972
1973
# File 'sig/types.rbs', line 1971

def 
  @metadata
end

#raw_responseTypes::RawResponse

Returns the value of attribute raw_response.

Returns:



1972
1973
1974
# File 'sig/types.rbs', line 1972

def raw_response
  @raw_response
end

#reasoning_contentTypes::ReasoningContentBlock

Returns the value of attribute reasoning_content.



1973
1974
1975
# File 'sig/types.rbs', line 1973

def reasoning_content
  @reasoning_content
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def trace_id
  @trace_id
end