Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1PartnerModelTuningSpec

Tuning spec for Partner models.

Inheritance
object
GoogleCloudAiplatformV1beta1PartnerModelTuningSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PartnerModelTuningSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HyperParameters

Hyperparameters for tuning. The accepted hyper_parameters and their valid range of values will differ depending on the base model.

Declaration
[JsonProperty("hyperParameters")]
public virtual IDictionary<string, object> HyperParameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX