Class: Aws::Types::RFTHyperParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("low", "medium", "high")


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.

Returns:

  • (::Integer)


3238
3239
3240
# File 'sig/types.rbs', line 3238

def training_sample_per_prompt
  @training_sample_per_prompt
end