TrainingJobServerlessJobConfig class

Constructors

TrainingJobServerlessJobConfig({Input<bool?>? acceptEula, required Input<String> baseModelArn, Input<String?>? customizationTechnique, Input<String?>? evaluationType, Input<String?>? evaluatorArn, required Input<String> jobType, Input<String?>? peft})
Creates a new TrainingJobServerlessJobConfig. acceptEula Whether to accept the model EULA. baseModelArn ARN of the base foundation model from the SageMaker AI Public Hub. customizationTechnique Customization technique to apply. Valid values: FINE_TUNING, DOMAIN_ADAPTION. evaluationType Evaluation type. Valid values: AUTOMATIC, HUMAN, NONE. evaluatorArn ARN of the evaluator. jobType Serverless job type. Valid values: FINE_TUNING, EVALUATION, DISTILLATION. peft Parameter-Efficient Fine-Tuning (PEFT) method. Valid values: LORA.
const
TrainingJobServerlessJobConfig.fromMap(Map<String, dynamic> map)
factory

Properties

acceptEula → Input<bool?>?
Whether to accept the model EULA.
final
baseModelArn → Input<String>
ARN of the base foundation model from the SageMaker AI Public Hub.
final
customizationTechnique → Input<String?>?
Customization technique to apply. Valid values: FINE_TUNING, DOMAIN_ADAPTION.
final
evaluationType → Input<String?>?
Evaluation type. Valid values: AUTOMATIC, HUMAN, NONE.
final
evaluatorArn → Input<String?>?
ARN of the evaluator.
final
hashCode int
The hash code for this object.
no setterinherited
jobType → Input<String>
Serverless job type. Valid values: FINE_TUNING, EVALUATION, DISTILLATION.
final
peft → Input<String?>?
Parameter-Efficient Fine-Tuning (PEFT) method. Valid values: LORA.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited