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)


10840
10841
10842
# File 'sig/types.rbs', line 10840

def accept_eula
  @accept_eula
end

#base_model_arn::String

Returns the value of attribute base_model_arn.

Returns:

  • (::String)


10839
10840
10841
# File 'sig/types.rbs', line 10839

def base_model_arn
  @base_model_arn
end

#customization_technique"SFT", ...

Returns the value of attribute customization_technique.

Returns:

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


10842
10843
10844
# File 'sig/types.rbs', line 10842

def customization_technique
  @customization_technique
end

#evaluation_type"LLMAJEvaluation", ...

Returns the value of attribute evaluation_type.

Returns:

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


10844
10845
10846
# File 'sig/types.rbs', line 10844

def evaluation_type
  @evaluation_type
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


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

def evaluator_arn
  @evaluator_arn
end

#job_type"FineTuning", "Evaluation"

Returns the value of attribute job_type.

Returns:

  • ("FineTuning", "Evaluation")


10841
10842
10843
# File 'sig/types.rbs', line 10841

def job_type
  @job_type
end

#peft"LORA"

Returns the value of attribute peft.

Returns:

  • ("LORA")


10843
10844
10845
# File 'sig/types.rbs', line 10843

def peft
  @peft
end