GoogleCloudAiplatformV1NasJob class

Represents a Neural Architecture Search (NAS) job.

Constructors

GoogleCloudAiplatformV1NasJob({String? createTime, String? displayName, bool? enableRestrictedImageTraining, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? endTime, GoogleRpcStatus? error, Map<String, String>? labels, String? name, GoogleCloudAiplatformV1NasJobOutput? nasJobOutput, GoogleCloudAiplatformV1NasJobSpec? nasJobSpec, String? startTime, String? state, String? updateTime})
GoogleCloudAiplatformV1NasJob.fromJson(Map json_)

Properties

createTime String?
Time when the NasJob was created.
getter/setter pair
displayName String?
The display name of the NasJob.
getter/setter pair
enableRestrictedImageTraining bool?
Enable a separation of Custom model training and restricted image training for tenant project.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key options for a NasJob.
getter/setter pair
endTime String?
Time when the NasJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.
getter/setter pair
error GoogleRpcStatus?
Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to organize NasJobs.
getter/setter pair
name String?
Resource name of the NasJob.
getter/setter pair
nasJobOutput GoogleCloudAiplatformV1NasJobOutput?
Output of the NasJob.
getter/setter pair
nasJobSpec GoogleCloudAiplatformV1NasJobSpec?
The specification of a NasJob.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Time when the NasJob for the first time entered the JOB_STATE_RUNNING state.
getter/setter pair
state String?
The detailed state of the job.
getter/setter pair
updateTime String?
Time when the NasJob was most recently updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited