Class: Aws::Types::TextInferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::TextInferenceConfig
- 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.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def max_tokens @max_tokens end |
#stop_sequences ⇒ ::Array[::String]
Returns the value of attribute stop_sequences.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def stop_sequences @stop_sequences end |
#temperature ⇒ ::Float
Returns the value of attribute temperature.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def temperature @temperature end |
#top_p ⇒ ::Float
Returns the value of attribute top_p.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def top_p @top_p end |