Class: Aws::Types::ConverseStreamRequest

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)


388
389
390
# File 'sig/types.rbs', line 388

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])


390
391
392
# File 'sig/types.rbs', line 390

def additional_model_response_field_paths
  @additional_model_response_field_paths
end

#guardrail_configTypes::GuardrailStreamConfiguration

Returns the value of attribute guardrail_config.



387
388
389
# File 'sig/types.rbs', line 387

def guardrail_config
  @guardrail_config
end

#inference_configTypes::InferenceConfiguration

Returns the value of attribute inference_config.



385
386
387
# File 'sig/types.rbs', line 385

def inference_config
  @inference_config
end

#messages::Array[Types::Message]

Returns the value of attribute messages.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def messages
  @messages
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def model_id
  @model_id
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def output_config
  @output_config
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



392
393
394
# File 'sig/types.rbs', line 392

def performance_config
  @performance_config
end

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

Returns the value of attribute prompt_variables.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def prompt_variables
  @prompt_variables
end

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

Returns the value of attribute request_metadata.

Returns:

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


391
392
393
# File 'sig/types.rbs', line 391

def 
  @request_metadata
end

#service_tierTypes::ServiceTier

Returns the value of attribute service_tier.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def service_tier
  @service_tier
end

#system::Array[Types::SystemContentBlock]

Returns the value of attribute system.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def system
  @system
end

#tool_configTypes::ToolConfiguration

Returns the value of attribute tool_config.



386
387
388
# File 'sig/types.rbs', line 386

def tool_config
  @tool_config
end