Class: Aws::Types::ServerlessJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_eula ⇒ Boolean
Returns the value of attribute accept_eula.
-
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
-
#customization_technique ⇒ "SFT", ...
Returns the value of attribute customization_technique.
-
#evaluation_type ⇒ "LLMAJEvaluation", ...
Returns the value of attribute evaluation_type.
-
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
-
#job_type ⇒ "FineTuning", "Evaluation"
Returns the value of attribute job_type.
-
#peft ⇒ "LORA"
Returns the value of attribute peft.
-
#sequence_length ⇒ ::String
Returns the value of attribute sequence_length.
Instance Attribute Details
#accept_eula ⇒ Boolean
Returns the value of attribute accept_eula.
10923 10924 10925 |
# File 'sig/types.rbs', line 10923 def accept_eula @accept_eula end |
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
10922 10923 10924 |
# File 'sig/types.rbs', line 10922 def base_model_arn @base_model_arn end |
#customization_technique ⇒ "SFT", ...
Returns the value of attribute customization_technique.
10925 10926 10927 |
# File 'sig/types.rbs', line 10925 def customization_technique @customization_technique end |
#evaluation_type ⇒ "LLMAJEvaluation", ...
Returns the value of attribute evaluation_type.
10927 10928 10929 |
# File 'sig/types.rbs', line 10927 def evaluation_type @evaluation_type end |
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
10928 10929 10930 |
# File 'sig/types.rbs', line 10928 def evaluator_arn @evaluator_arn end |
#job_type ⇒ "FineTuning", "Evaluation"
Returns the value of attribute job_type.
10924 10925 10926 |
# File 'sig/types.rbs', line 10924 def job_type @job_type end |
#peft ⇒ "LORA"
Returns the value of attribute peft.
10926 10927 10928 |
# File 'sig/types.rbs', line 10926 def peft @peft end |
#sequence_length ⇒ ::String
Returns the value of attribute sequence_length.
10929 10930 10931 |
# File 'sig/types.rbs', line 10929 def sequence_length @sequence_length end |