Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec

Represent spec for search trials.

Inheritance
object
GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec
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.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec : 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 NasJob. 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?

MaxParallelTrialCount

Required. The maximum number of trials to run in parallel.

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

MaxTrialCount

Required. The maximum number of Neural Architecture Search (NAS) trials to run.

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

SearchTrialJobSpec

Required. The spec of a search trial job. The same spec applies to all search trials.

Declaration
[JsonProperty("searchTrialJobSpec")]
public virtual GoogleCloudAiplatformV1CustomJobSpec SearchTrialJobSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1CustomJobSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX