Class GoogleCloudAiplatformV1beta1NasJobSpec
Represents the spec of a NasJob.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NasJobSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MultiTrialAlgorithmSpec
The spec of multi-trial algorithms.
Declaration
[JsonProperty("multiTrialAlgorithmSpec")]
public virtual GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec MultiTrialAlgorithmSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1NasJobSpecMultiTrialAlgorithmSpec |
ResumeNasJobId
The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
Declaration
[JsonProperty("resumeNasJobId")]
public virtual string ResumeNasJobId { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchSpaceSpec
It defines the search space for Neural Architecture Search (NAS).
Declaration
[JsonProperty("searchSpaceSpec")]
public virtual string SearchSpaceSpec { get; set; }
Property Value
Type | Description |
---|---|
string |