Class: Aws::Types::ServerlessJobConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_eulaBoolean

Returns the value of attribute accept_eula.

Returns:

  • (Boolean)


10847
10848
10849
# File 'sig/types.rbs', line 10847

def accept_eula
  @accept_eula
end

#base_model_arn::String

Returns the value of attribute base_model_arn.

Returns:

  • (::String)


10846
10847
10848
# File 'sig/types.rbs', line 10846

def base_model_arn
  @base_model_arn
end

#customization_technique"SFT", ...

Returns the value of attribute customization_technique.

Returns:

  • ("SFT", "DPO", "RLVR", "RLAIF")


10849
10850
10851
# File 'sig/types.rbs', line 10849

def customization_technique
  @customization_technique
end

#evaluation_type"LLMAJEvaluation", ...

Returns the value of attribute evaluation_type.

Returns:

  • ("LLMAJEvaluation", "CustomScorerEvaluation", "BenchmarkEvaluation")


10851
10852
10853
# File 'sig/types.rbs', line 10851

def evaluation_type
  @evaluation_type
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


10852
10853
10854
# File 'sig/types.rbs', line 10852

def evaluator_arn
  @evaluator_arn
end

#job_type"FineTuning", "Evaluation"

Returns the value of attribute job_type.

Returns:

  • ("FineTuning", "Evaluation")


10848
10849
10850
# File 'sig/types.rbs', line 10848

def job_type
  @job_type
end

#peft"LORA"

Returns the value of attribute peft.

Returns:

  • ("LORA")


10850
10851
10852
# File 'sig/types.rbs', line 10850

def peft
  @peft
end

#sequence_length::String

Returns the value of attribute sequence_length.

Returns:

  • (::String)


10853
10854
10855
# File 'sig/types.rbs', line 10853

def sequence_length
  @sequence_length
end