CustomModelFineTuning interface

model interface CustomModelFineTuning

Extends

Properties

hyperParameters

HyperParameters for fine tuning custom model.

modelProvider

[Required] Enum to determine the type of fine tuning.

Inherited Properties

model

[Required] Input model for fine tuning.

taskType

[Required] Fine tuning task type.

trainingData

[Required] Training data for fine tuning.

validationData

Validation data for fine tuning.

Property Details

hyperParameters

HyperParameters for fine tuning custom model.

hyperParameters?: Record<string, string>

Property Value

Record<string, string>

modelProvider

[Required] Enum to determine the type of fine tuning.

modelProvider: "Custom"

Property Value

"Custom"

Inherited Property Details

model

[Required] Input model for fine tuning.

model: JobInputUnion

Property Value

Inherited From FineTuningVertical.model

taskType

[Required] Fine tuning task type.

taskType: string

Property Value

string

Inherited From FineTuningVertical.taskType

trainingData

[Required] Training data for fine tuning.

trainingData: JobInputUnion

Property Value

Inherited From FineTuningVertical.trainingData

validationData

Validation data for fine tuning.

validationData?: JobInputUnion

Property Value

Inherited From FineTuningVertical.validationData