Class: Aws::Types::GenerationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fields::Hash[::String, untyped]

Returns the value of attribute additional_model_request_fields.

Returns:

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


1149
1150
1151
# File 'sig/types.rbs', line 1149

def additional_model_request_fields
  @additional_model_request_fields
end

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



1150
1151
1152
# File 'sig/types.rbs', line 1150

def guardrail_configuration
  @guardrail_configuration
end

#inference_configTypes::InferenceConfig

Returns the value of attribute inference_config.



1151
1152
1153
# File 'sig/types.rbs', line 1151

def inference_config
  @inference_config
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



1152
1153
1154
# File 'sig/types.rbs', line 1152

def performance_config
  @performance_config
end

#prompt_templateTypes::PromptTemplate

Returns the value of attribute prompt_template.



1153
1154
1155
# File 'sig/types.rbs', line 1153

def prompt_template
  @prompt_template
end