Class GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec
Represent spec for search trials.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec : 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 GoogleCloudAiplatformV1beta1CustomJobSpec SearchTrialJobSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1CustomJobSpec |