Class GoogleCloudAiplatformV1SupervisedTuningSpec
Tuning Spec for Supervised Tuning for first party models.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SupervisedTuningSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 GoogleCloudAiplatformV1SupervisedHyperParameters HyperParameters { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SupervisedHyperParameters |
TrainingDatasetUri
Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.
Declaration
[JsonProperty("trainingDatasetUri")]
public virtual string TrainingDatasetUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationDatasetUri
Optional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.
Declaration
[JsonProperty("validationDatasetUri")]
public virtual string ValidationDatasetUri { get; set; }
Property Value
Type | Description |
---|---|
string |