ProjectsLocationsPipelineJobsResource class

Constructors

ProjectsLocationsPipelineJobsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsPipelineJobsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchCancel(GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Batch cancel PipelineJobs.
batchDelete(GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Batch deletes PipelineJobs The Operation is atomic.
cancel(GoogleCloudAiplatformV1CancelPipelineJobRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Cancels a PipelineJob.
create(GoogleCloudAiplatformV1PipelineJob request, String parent, {String? pipelineJobId, String? $fields}) Future<GoogleCloudAiplatformV1PipelineJob>
Creates a PipelineJob.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a PipelineJob.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1PipelineJob>
Gets a PipelineJob.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListPipelineJobsResponse>
Lists PipelineJobs in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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