Class: Aws::Types::ConverseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:prompt_variables, :request_metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fieldsObject

Returns the value of attribute additional_model_request_fields.

Returns:

  • (Object)


344
345
346
# File 'sig/types.rbs', line 344

def additional_model_request_fields
  @additional_model_request_fields
end

#additional_model_response_field_paths::Array[::String]

Returns the value of attribute additional_model_response_field_paths.

Returns:

  • (::Array[::String])


346
347
348
# File 'sig/types.rbs', line 346

def additional_model_response_field_paths
  @additional_model_response_field_paths
end

#guardrail_configTypes::GuardrailConfiguration

Returns the value of attribute guardrail_config.



343
344
345
# File 'sig/types.rbs', line 343

def guardrail_config
  @guardrail_config
end

#inference_configTypes::InferenceConfiguration

Returns the value of attribute inference_config.



341
342
343
# File 'sig/types.rbs', line 341

def inference_config
  @inference_config
end

#messages::Array[Types::Message]

Returns the value of attribute messages.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def messages
  @messages
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def model_id
  @model_id
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def output_config
  @output_config
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



348
349
350
# File 'sig/types.rbs', line 348

def performance_config
  @performance_config
end

#prompt_variables::Hash[::String, Types::PromptVariableValues]

Returns the value of attribute prompt_variables.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def prompt_variables
  @prompt_variables
end

#request_metadata::Hash[::String, ::String]

Returns the value of attribute request_metadata.

Returns:

  • (::Hash[::String, ::String])


347
348
349
# File 'sig/types.rbs', line 347

def 
  @request_metadata
end

#service_tierTypes::ServiceTier

Returns the value of attribute service_tier.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def service_tier
  @service_tier
end

#system::Array[Types::SystemContentBlock]

Returns the value of attribute system.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def system
  @system
end

#tool_configTypes::ToolConfiguration

Returns the value of attribute tool_config.



342
343
344
# File 'sig/types.rbs', line 342

def tool_config
  @tool_config
end