Cloud AI Platform v1beta1 API - Class PartnerModelTuningSpec (1.0.0-beta06)

public sealed class PartnerModelTuningSpec : IMessage<PartnerModelTuningSpec>, IEquatable<PartnerModelTuningSpec>, IDeepCloneable<PartnerModelTuningSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PartnerModelTuningSpec.

Tuning spec for Partner models.

Inheritance

object > PartnerModelTuningSpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PartnerModelTuningSpec()

public PartnerModelTuningSpec()

PartnerModelTuningSpec(PartnerModelTuningSpec)

public PartnerModelTuningSpec(PartnerModelTuningSpec other)
Parameter
Name Description
other PartnerModelTuningSpec

Properties

HyperParameters

public MapField<string, Value> HyperParameters { get; }

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

Property Value
Type Description
MapFieldstringValue

TrainingDatasetUri

public string TrainingDatasetUri { get; set; }

Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.

Property Value
Type Description
string

ValidationDatasetUri

public string ValidationDatasetUri { get; set; }

Optional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.

Property Value
Type Description
string