Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NasJobSpec

Represents the spec of a NasJob.

Inheritance
object
GoogleCloudAiplatformV1NasJobSpec
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 GoogleCloudAiplatformV1NasJobSpec : 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 GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpec MultiTrialAlgorithmSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpec

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX