Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec
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 GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MaxFailedTrialCount

The number of failed Trials that need to be seen before failing the HyperparameterTuningJob. If set to 0, Vertex AI decides how many Trials must fail before the whole job fails.

Declaration
[JsonProperty("maxFailedTrialCount")]
public virtual int? MaxFailedTrialCount { get; set; }
Property Value
Type Description
int?

MaxTrialCount

The desired total number of Trials.

Declaration
[JsonProperty("maxTrialCount")]
public virtual int? MaxTrialCount { get; set; }
Property Value
Type Description
int?

ParallelTrialCount

The desired number of Trials to run in parallel.

Declaration
[JsonProperty("parallelTrialCount")]
public virtual int? ParallelTrialCount { get; set; }
Property Value
Type Description
int?

StudySpec

Study configuration of the HyperparameterTuningJob.

Declaration
[JsonProperty("studySpec")]
public virtual GoogleCloudAiplatformV1beta1StudySpec StudySpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1StudySpec

TrialJobSpec

The spec of a trial job. The same spec applies to the CustomJobs created in all the trials.

Declaration
[JsonProperty("trialJobSpec")]
public virtual GoogleCloudAiplatformV1beta1CustomJobSpec TrialJobSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1CustomJobSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX