Interface ServerlessJobConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServerlessJobConfig.Builder,,ServerlessJobConfig> SdkBuilder<ServerlessJobConfig.Builder,,ServerlessJobConfig> SdkPojo
- Enclosing class:
ServerlessJobConfig
-
Method Summary
Modifier and TypeMethodDescriptionacceptEula(Boolean acceptEula) Specifies agreement to the model end-user license agreement (EULA).baseModelArn(String baseModelArn) The base model Amazon Resource Name (ARN) in SageMaker Public Hub.customizationTechnique(String customizationTechnique) The model customization technique.customizationTechnique(CustomizationTechnique customizationTechnique) The model customization technique.evaluationType(String evaluationType) The evaluation job type.evaluationType(EvaluationType evaluationType) The evaluation job type.evaluatorArn(String evaluatorArn) The evaluator Amazon Resource Name (ARN) used as reward function or reward prompt.The serverless training job type.jobType(ServerlessJobType jobType) The serverless training job type.The parameter-efficient fine-tuning configuration.The parameter-efficient fine-tuning configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
baseModelArn
The base model Amazon Resource Name (ARN) in SageMaker Public Hub. SageMaker always selects the latest version of the provided model.
- Parameters:
baseModelArn- The base model Amazon Resource Name (ARN) in SageMaker Public Hub. SageMaker always selects the latest version of the provided model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptEula
Specifies agreement to the model end-user license agreement (EULA). The
AcceptEulavalue must be explicitly defined asTruein order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model. For more information, see End-user license agreements section for more details on accepting the EULA.- Parameters:
acceptEula- Specifies agreement to the model end-user license agreement (EULA). TheAcceptEulavalue must be explicitly defined asTruein order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model. For more information, see End-user license agreements section for more details on accepting the EULA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The serverless training job type.
- Parameters:
jobType- The serverless training job type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The serverless training job type.
- Parameters:
jobType- The serverless training job type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customizationTechnique
The model customization technique.
- Parameters:
customizationTechnique- The model customization technique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customizationTechnique
The model customization technique.
- Parameters:
customizationTechnique- The model customization technique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
peft
The parameter-efficient fine-tuning configuration.
- Parameters:
peft- The parameter-efficient fine-tuning configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
peft
The parameter-efficient fine-tuning configuration.
- Parameters:
peft- The parameter-efficient fine-tuning configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationType
The evaluation job type. Required when serverless job type is
Evaluation.- Parameters:
evaluationType- The evaluation job type. Required when serverless job type isEvaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationType
The evaluation job type. Required when serverless job type is
Evaluation.- Parameters:
evaluationType- The evaluation job type. Required when serverless job type isEvaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluatorArn
The evaluator Amazon Resource Name (ARN) used as reward function or reward prompt.
- Parameters:
evaluatorArn- The evaluator Amazon Resource Name (ARN) used as reward function or reward prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-