Class GoogleCloudAiplatformV1PreferenceOptimizationSpec
Tuning Spec for Preference Optimization.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PreferenceOptimizationSpec : 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 Preference Optimization and only the last checkpoint will be exported. Otherwise, enable intermediate checkpoints for Preference Optimization. Default is false.
Declaration
[JsonProperty("exportLastCheckpointOnly")]
public virtual bool? ExportLastCheckpointOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HyperParameters
Optional. Hyperparameters for Preference Optimization.
Declaration
[JsonProperty("hyperParameters")]
public virtual GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters HyperParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters |
TrainingDatasetUri
Required. Cloud Storage path to file containing training dataset for preference optimization 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 preference optimization tuning. The dataset must be formatted as a JSONL file.
Declaration
[JsonProperty("validationDatasetUri")]
public virtual string ValidationDatasetUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |