Class: Aws::Types::PromptModelInferenceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptModelInferenceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
-
#stop_sequences ⇒ ::Array[::String]
Returns the value of attribute stop_sequences.
-
#temperature ⇒ ::Float
Returns the value of attribute temperature.
-
#top_p ⇒ ::Float
Returns the value of attribute top_p.
Instance Attribute Details
#max_tokens ⇒ ::Integer
Returns the value of attribute max_tokens.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def max_tokens @max_tokens end |
#stop_sequences ⇒ ::Array[::String]
Returns the value of attribute stop_sequences.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def stop_sequences @stop_sequences end |
#temperature ⇒ ::Float
Returns the value of attribute temperature.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def temperature @temperature end |
#top_p ⇒ ::Float
Returns the value of attribute top_p.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def top_p @top_p end |