Class GoogleCloudAiplatformV1beta1SupervisedTuningSpec
Tuning Spec for Supervised Tuning for first party models.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SupervisedTuningSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationConfig
Optional. Evaluation Config for Tuning Job.
Declaration
[JsonProperty("evaluationConfig")]
public virtual GoogleCloudAiplatformV1beta1EvaluationConfig EvaluationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1EvaluationConfig |
ExportLastCheckpointOnly
Optional. If set to true, disable intermediate checkpoints for SFT and only the last checkpoint will be exported. Otherwise, enable intermediate checkpoints for SFT. Default is false.
Declaration
[JsonProperty("exportLastCheckpointOnly")]
public virtual bool? ExportLastCheckpointOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HyperParameters
Optional. Hyperparameters for SFT.
Declaration
[JsonProperty("hyperParameters")]
public virtual GoogleCloudAiplatformV1beta1SupervisedHyperParameters HyperParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1SupervisedHyperParameters |
TrainingDatasetUri
Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
Declaration
[JsonProperty("trainingDatasetUri")]
public virtual string TrainingDatasetUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TuningMode
Tuning mode.
Declaration
[JsonProperty("tuningMode")]
public virtual string TuningMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationDatasetUri
Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
Declaration
[JsonProperty("validationDatasetUri")]
public virtual string ValidationDatasetUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |