Class: Aws::Types::AIPromptInferenceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AIPromptInferenceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_tokens_to_sample ⇒ ::Integer
Returns the value of attribute max_tokens_to_sample.
-
#temperature ⇒ ::Float
Returns the value of attribute temperature.
-
#top_k ⇒ ::Integer
Returns the value of attribute top_k.
-
#top_p ⇒ ::Float
Returns the value of attribute top_p.
Instance Attribute Details
#max_tokens_to_sample ⇒ ::Integer
Returns the value of attribute max_tokens_to_sample.
189 190 191 |
# File 'sig/types.rbs', line 189 def max_tokens_to_sample @max_tokens_to_sample end |
#temperature ⇒ ::Float
Returns the value of attribute temperature.
186 187 188 |
# File 'sig/types.rbs', line 186 def temperature @temperature end |
#top_k ⇒ ::Integer
Returns the value of attribute top_k.
188 189 190 |
# File 'sig/types.rbs', line 188 def top_k @top_k end |
#top_p ⇒ ::Float
Returns the value of attribute top_p.
187 188 189 |
# File 'sig/types.rbs', line 187 def top_p @top_p end |