Class: Aws::Types::PromptConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:base_prompt_template])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fieldsObject

Returns the value of attribute additional_model_request_fields.

Returns:

  • (Object)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def additional_model_request_fields
  @additional_model_request_fields
end

#base_prompt_template::String

Returns the value of attribute base_prompt_template.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def base_prompt_template
  @base_prompt_template
end

#foundation_model::String

Returns the value of attribute foundation_model.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def foundation_model
  @foundation_model
end

#inference_configurationTypes::InferenceConfiguration

Returns the value of attribute inference_configuration.



2209
2210
2211
# File 'sig/types.rbs', line 2209

def inference_configuration
  @inference_configuration
end

#parser_mode"DEFAULT", "OVERRIDDEN"

Returns the value of attribute parser_mode.

Returns:

  • ("DEFAULT", "OVERRIDDEN")


2210
2211
2212
# File 'sig/types.rbs', line 2210

def parser_mode
  @parser_mode
end

#prompt_creation_mode"DEFAULT", "OVERRIDDEN"

Returns the value of attribute prompt_creation_mode.

Returns:

  • ("DEFAULT", "OVERRIDDEN")


2206
2207
2208
# File 'sig/types.rbs', line 2206

def prompt_creation_mode
  @prompt_creation_mode
end

#prompt_state"ENABLED", "DISABLED"

Returns the value of attribute prompt_state.

Returns:

  • ("ENABLED", "DISABLED")


2207
2208
2209
# File 'sig/types.rbs', line 2207

def prompt_state
  @prompt_state
end

#prompt_type"PRE_PROCESSING", ...

Returns the value of attribute prompt_type.

Returns:

  • ("PRE_PROCESSING", "ORCHESTRATION", "POST_PROCESSING", "KNOWLEDGE_BASE_RESPONSE_GENERATION", "MEMORY_SUMMARIZATION")


2205
2206
2207
# File 'sig/types.rbs', line 2205

def prompt_type
  @prompt_type
end