Class: Aws::Types::ConverseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_response_fieldsObject

Returns the value of attribute additional_model_response_fields.

Returns:

  • (Object)


359
360
361
# File 'sig/types.rbs', line 359

def additional_model_response_fields
  @additional_model_response_fields
end

#metricsTypes::ConverseMetrics

Returns the value of attribute metrics.



358
359
360
# File 'sig/types.rbs', line 358

def metrics
  @metrics
end

#outputTypes::ConverseOutput

Returns the value of attribute output.



355
356
357
# File 'sig/types.rbs', line 355

def output
  @output
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



361
362
363
# File 'sig/types.rbs', line 361

def performance_config
  @performance_config
end

#service_tierTypes::ServiceTier

Returns the value of attribute service_tier.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def service_tier
  @service_tier
end

#stop_reason"end_turn", ...

Returns the value of attribute stop_reason.

Returns:

  • ("end_turn", "tool_use", "max_tokens", "stop_sequence", "guardrail_intervened", "content_filtered", "malformed_model_output", "malformed_tool_use", "model_context_window_exceeded")


356
357
358
# File 'sig/types.rbs', line 356

def stop_reason
  @stop_reason
end

#traceTypes::ConverseTrace

Returns the value of attribute trace.



360
361
362
# File 'sig/types.rbs', line 360

def trace
  @trace
end

#usageTypes::TokenUsage

Returns the value of attribute usage.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def usage
  @usage
end