GoogleCloudAiplatformV1PipelineJob class

An instance of a machine learning PipelineJob.

Constructors

GoogleCloudAiplatformV1PipelineJob({String? createTime, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? endTime, GoogleRpcStatus? error, GoogleCloudAiplatformV1PipelineJobDetail? jobDetail, Map<String, String>? labels, String? name, String? network, Map<String, Object?>? pipelineSpec, List<String>? reservedIpRanges, GoogleCloudAiplatformV1PipelineJobRuntimeConfig? runtimeConfig, String? scheduleName, String? serviceAccount, String? startTime, String? state, GoogleCloudAiplatformV1PipelineTemplateMetadata? templateMetadata, String? templateUri, String? updateTime})
GoogleCloudAiplatformV1PipelineJob.fromJson(Map json_)

Properties

createTime String?
Pipeline creation time.
getter/setter pair
displayName String?
The display name of the Pipeline.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for a pipelineJob.
getter/setter pair
endTime String?
Pipeline end time.
getter/setter pair
error GoogleRpcStatus?
The error that occurred during pipeline execution.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobDetail GoogleCloudAiplatformV1PipelineJobDetail?
The details of pipeline run.
getter/setter pair
labels Map<String, String>?
The labels with user-defined metadata to organize PipelineJob.
getter/setter pair
name String?
The resource name of the PipelineJob.
getter/setter pair
network String?
The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Pipeline Job's workload should be peered.
getter/setter pair
pipelineSpec Map<String, Object?>?
The spec of the pipeline.
getter/setter pair
reservedIpRanges List<String>?
A list of names for the reserved ip ranges under the VPC network that can be used for this Pipeline Job's workload.
getter/setter pair
runtimeConfig GoogleCloudAiplatformV1PipelineJobRuntimeConfig?
Runtime config of the pipeline.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleName String?
The schedule resource name.
getter/setter pair
serviceAccount String?
The service account that the pipeline workload runs as.
getter/setter pair
startTime String?
Pipeline start time.
getter/setter pair
state String?
The detailed state of the job.
getter/setter pair
templateMetadata GoogleCloudAiplatformV1PipelineTemplateMetadata?
Pipeline template metadata.
getter/setter pair
templateUri String?
A template uri from where the PipelineJob.pipeline_spec, if empty, will be downloaded.
getter/setter pair
updateTime String?
Timestamp when this PipelineJob 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