Class: Aws::Types::RFTHyperParameters
- Inherits:
-
Object
- Object
- Aws::Types::RFTHyperParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#epoch_count ⇒ ::Integer
Returns the value of attribute epoch_count.
-
#eval_interval ⇒ ::Integer
Returns the value of attribute eval_interval.
-
#inference_max_tokens ⇒ ::Integer
Returns the value of attribute inference_max_tokens.
-
#learning_rate ⇒ ::Float
Returns the value of attribute learning_rate.
-
#max_prompt_length ⇒ ::Integer
Returns the value of attribute max_prompt_length.
-
#reasoning_effort ⇒ "low", ...
Returns the value of attribute reasoning_effort.
-
#training_sample_per_prompt ⇒ ::Integer
Returns the value of attribute training_sample_per_prompt.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def batch_size @batch_size end |
#epoch_count ⇒ ::Integer
Returns the value of attribute epoch_count.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def epoch_count @epoch_count end |
#eval_interval ⇒ ::Integer
Returns the value of attribute eval_interval.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def eval_interval @eval_interval end |
#inference_max_tokens ⇒ ::Integer
Returns the value of attribute inference_max_tokens.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def inference_max_tokens @inference_max_tokens end |
#learning_rate ⇒ ::Float
Returns the value of attribute learning_rate.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def learning_rate @learning_rate end |
#max_prompt_length ⇒ ::Integer
Returns the value of attribute max_prompt_length.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def max_prompt_length @max_prompt_length end |
#reasoning_effort ⇒ "low", ...
Returns the value of attribute reasoning_effort.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def reasoning_effort @reasoning_effort end |
#training_sample_per_prompt ⇒ ::Integer
Returns the value of attribute training_sample_per_prompt.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def training_sample_per_prompt @training_sample_per_prompt end |