Class: Aws::Types::InferenceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InferenceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
-
#stop_sequences ⇒ ::Array[::String]
Returns the value of attribute stop_sequences.
-
#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
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def maximum_length @maximum_length end |
#stop_sequences ⇒ ::Array[::String]
Returns the value of attribute stop_sequences.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def stop_sequences @stop_sequences end |
#temperature ⇒ ::Float
Returns the value of attribute temperature.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def temperature @temperature end |
#top_k ⇒ ::Integer
Returns the value of attribute top_k.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def top_k @top_k end |
#top_p ⇒ ::Float
Returns the value of attribute top_p.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def top_p @top_p end |