ServerlessJobConfig

The configuration for the serverless training job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies agreement to the model end-user license agreement (EULA). The AcceptEula value must be explicitly defined as True in 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.

Link copied to clipboard

The base model Amazon Resource Name (ARN) in SageMaker Public Hub. SageMaker always selects the latest version of the provided model.

Link copied to clipboard

The model customization technique.

Link copied to clipboard

The evaluation job type. Required when serverless job type is Evaluation.

Link copied to clipboard

The evaluator Amazon Resource Name (ARN) used as reward function or reward prompt.

Link copied to clipboard

The serverless training job type.

Link copied to clipboard
val peft: Peft?

The parameter-efficient fine-tuning configuration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String