Cloud AI Platform v1 API - Class NasJob (2.18.0)

public sealed class NasJob : IMessage<NasJob>, IEquatable<NasJob>, IDeepCloneable<NasJob>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class NasJob.

Represents a Neural Architecture Search (NAS) job.

Inheritance

object > NasJob

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NasJob()

public NasJob()

NasJob(NasJob)

public NasJob(NasJob other)
Parameter
NameDescription
otherNasJob

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time when the NasJob was created.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

Required. The display name of the NasJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.

Property Value
TypeDescription
string

EnableRestrictedImageTraining

[Obsolete]
public bool EnableRestrictedImageTraining { get; set; }

Optional. Enable a separation of Custom model training and restricted image training for tenant project.

Property Value
TypeDescription
bool

EncryptionSpec

public EncryptionSpec EncryptionSpec { get; set; }

Customer-managed encryption key options for a NasJob. If this is set, then all resources created by the NasJob will be encrypted with the provided encryption key.

Property Value
TypeDescription
EncryptionSpec

EndTime

public Timestamp EndTime { get; set; }

Output only. Time when the NasJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

Property Value
TypeDescription
Timestamp

Error

public Status Error { get; set; }

Output only. Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

Property Value
TypeDescription
Status

Labels

public MapField<string, string> Labels { get; }

The labels with user-defined metadata to organize NasJobs.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.

See https://goo.gl/xmQnxf for more information and examples of labels.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Output only. Resource name of the NasJob.

Property Value
TypeDescription
string

NasJobName

public NasJobName NasJobName { get; set; }

NasJobName-typed view over the Name resource name property.

Property Value
TypeDescription
NasJobName

NasJobOutput

public NasJobOutput NasJobOutput { get; set; }

Output only. Output of the NasJob.

Property Value
TypeDescription
NasJobOutput

NasJobSpec

public NasJobSpec NasJobSpec { get; set; }

Required. The specification of a NasJob.

Property Value
TypeDescription
NasJobSpec

StartTime

public Timestamp StartTime { get; set; }

Output only. Time when the NasJob for the first time entered the JOB_STATE_RUNNING state.

Property Value
TypeDescription
Timestamp

State

public JobState State { get; set; }

Output only. The detailed state of the job.

Property Value
TypeDescription
JobState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time when the NasJob was most recently updated.

Property Value
TypeDescription
Timestamp