Cloud AI Platform v1 API - Class PipelineService.PipelineServiceClient (2.27.0)

public class PipelineService.PipelineServiceClient : ClientBase<PipelineService.PipelineServiceClient>

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

Client for PipelineService

Inheritance

object > ClientBase > ClientBasePipelineServicePipelineServiceClient > PipelineService.PipelineServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PipelineServiceClient()

protected PipelineServiceClient()

Protected parameterless constructor to allow creation of test doubles.

PipelineServiceClient(CallInvoker)

public PipelineServiceClient(CallInvoker callInvoker)

Creates a new client for PipelineService that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

PipelineServiceClient(ChannelBase)

public PipelineServiceClient(ChannelBase channel)

Creates a new client for PipelineService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

PipelineServiceClient(ClientBaseConfiguration)

protected PipelineServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

BatchCancelPipelineJobs(BatchCancelPipelineJobsRequest, CallOptions)

public virtual Operation BatchCancelPipelineJobs(BatchCancelPipelineJobsRequest request, CallOptions options)

Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

Parameters
NameDescription
requestBatchCancelPipelineJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

BatchCancelPipelineJobs(BatchCancelPipelineJobsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BatchCancelPipelineJobs(BatchCancelPipelineJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

Parameters
NameDescription
requestBatchCancelPipelineJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

BatchCancelPipelineJobsAsync(BatchCancelPipelineJobsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BatchCancelPipelineJobsAsync(BatchCancelPipelineJobsRequest request, CallOptions options)

Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

Parameters
NameDescription
requestBatchCancelPipelineJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

BatchCancelPipelineJobsAsync(BatchCancelPipelineJobsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BatchCancelPipelineJobsAsync(BatchCancelPipelineJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

Parameters
NameDescription
requestBatchCancelPipelineJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

BatchDeletePipelineJobs(BatchDeletePipelineJobsRequest, CallOptions)

public virtual Operation BatchDeletePipelineJobs(BatchDeletePipelineJobsRequest request, CallOptions options)

Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.

Parameters
NameDescription
requestBatchDeletePipelineJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

BatchDeletePipelineJobs(BatchDeletePipelineJobsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BatchDeletePipelineJobs(BatchDeletePipelineJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.

Parameters
NameDescription
requestBatchDeletePipelineJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

BatchDeletePipelineJobsAsync(BatchDeletePipelineJobsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BatchDeletePipelineJobsAsync(BatchDeletePipelineJobsRequest request, CallOptions options)

Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.

Parameters
NameDescription
requestBatchDeletePipelineJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

BatchDeletePipelineJobsAsync(BatchDeletePipelineJobsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BatchDeletePipelineJobsAsync(BatchDeletePipelineJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.

Parameters
NameDescription
requestBatchDeletePipelineJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CancelPipelineJob(CancelPipelineJobRequest, CallOptions)

public virtual Empty CancelPipelineJob(CancelPipelineJobRequest request, CallOptions options)

Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetPipelineJob][google.cloud.aiplatform.v1.PipelineService.GetPipelineJob] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a [PipelineJob.error][google.cloud.aiplatform.v1.PipelineJob.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [PipelineJob.state][google.cloud.aiplatform.v1.PipelineJob.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelPipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Empty

The response received from the server.

CancelPipelineJob(CancelPipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty CancelPipelineJob(CancelPipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetPipelineJob][google.cloud.aiplatform.v1.PipelineService.GetPipelineJob] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a [PipelineJob.error][google.cloud.aiplatform.v1.PipelineJob.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [PipelineJob.state][google.cloud.aiplatform.v1.PipelineJob.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelPipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Empty

The response received from the server.

CancelPipelineJobAsync(CancelPipelineJobRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> CancelPipelineJobAsync(CancelPipelineJobRequest request, CallOptions options)

Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetPipelineJob][google.cloud.aiplatform.v1.PipelineService.GetPipelineJob] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a [PipelineJob.error][google.cloud.aiplatform.v1.PipelineJob.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [PipelineJob.state][google.cloud.aiplatform.v1.PipelineJob.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelPipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

CancelPipelineJobAsync(CancelPipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> CancelPipelineJobAsync(CancelPipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetPipelineJob][google.cloud.aiplatform.v1.PipelineService.GetPipelineJob] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a [PipelineJob.error][google.cloud.aiplatform.v1.PipelineJob.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [PipelineJob.state][google.cloud.aiplatform.v1.PipelineJob.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelPipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

CancelTrainingPipeline(CancelTrainingPipelineRequest, CallOptions)

public virtual Empty CancelTrainingPipeline(CancelTrainingPipelineRequest request, CallOptions options)

Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.GetTrainingPipeline] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a [TrainingPipeline.error][google.cloud.aiplatform.v1.TrainingPipeline.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [TrainingPipeline.state][google.cloud.aiplatform.v1.TrainingPipeline.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Empty

The response received from the server.

CancelTrainingPipeline(CancelTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty CancelTrainingPipeline(CancelTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.GetTrainingPipeline] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a [TrainingPipeline.error][google.cloud.aiplatform.v1.TrainingPipeline.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [TrainingPipeline.state][google.cloud.aiplatform.v1.TrainingPipeline.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Empty

The response received from the server.

CancelTrainingPipelineAsync(CancelTrainingPipelineRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> CancelTrainingPipelineAsync(CancelTrainingPipelineRequest request, CallOptions options)

Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.GetTrainingPipeline] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a [TrainingPipeline.error][google.cloud.aiplatform.v1.TrainingPipeline.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [TrainingPipeline.state][google.cloud.aiplatform.v1.TrainingPipeline.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

CancelTrainingPipelineAsync(CancelTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> CancelTrainingPipelineAsync(CancelTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use [PipelineService.GetTrainingPipeline][google.cloud.aiplatform.v1.PipelineService.GetTrainingPipeline] or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a [TrainingPipeline.error][google.cloud.aiplatform.v1.TrainingPipeline.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED, and [TrainingPipeline.state][google.cloud.aiplatform.v1.TrainingPipeline.state] is set to CANCELLED.

Parameters
NameDescription
requestCancelTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
TypeDescription
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
TypeDescription
OperationsOperationsClient

A new Operations client for the same target as this client.

CreatePipelineJob(CreatePipelineJobRequest, CallOptions)

public virtual PipelineJob CreatePipelineJob(CreatePipelineJobRequest request, CallOptions options)

Creates a PipelineJob. A PipelineJob will run immediately when created.

Parameters
NameDescription
requestCreatePipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
PipelineJob

The response received from the server.

CreatePipelineJob(CreatePipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual PipelineJob CreatePipelineJob(CreatePipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a PipelineJob. A PipelineJob will run immediately when created.

Parameters
NameDescription
requestCreatePipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
PipelineJob

The response received from the server.

CreatePipelineJobAsync(CreatePipelineJobRequest, CallOptions)

public virtual AsyncUnaryCall<PipelineJob> CreatePipelineJobAsync(CreatePipelineJobRequest request, CallOptions options)

Creates a PipelineJob. A PipelineJob will run immediately when created.

Parameters
NameDescription
requestCreatePipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallPipelineJob

The call object.

CreatePipelineJobAsync(CreatePipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PipelineJob> CreatePipelineJobAsync(CreatePipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a PipelineJob. A PipelineJob will run immediately when created.

Parameters
NameDescription
requestCreatePipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPipelineJob

The call object.

CreateTrainingPipeline(CreateTrainingPipelineRequest, CallOptions)

public virtual TrainingPipeline CreateTrainingPipeline(CreateTrainingPipelineRequest request, CallOptions options)

Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.

Parameters
NameDescription
requestCreateTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
TrainingPipeline

The response received from the server.

CreateTrainingPipeline(CreateTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual TrainingPipeline CreateTrainingPipeline(CreateTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.

Parameters
NameDescription
requestCreateTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TrainingPipeline

The response received from the server.

CreateTrainingPipelineAsync(CreateTrainingPipelineRequest, CallOptions)

public virtual AsyncUnaryCall<TrainingPipeline> CreateTrainingPipelineAsync(CreateTrainingPipelineRequest request, CallOptions options)

Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.

Parameters
NameDescription
requestCreateTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallTrainingPipeline

The call object.

CreateTrainingPipelineAsync(CreateTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TrainingPipeline> CreateTrainingPipelineAsync(CreateTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.

Parameters
NameDescription
requestCreateTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTrainingPipeline

The call object.

DeletePipelineJob(DeletePipelineJobRequest, CallOptions)

public virtual Operation DeletePipelineJob(DeletePipelineJobRequest request, CallOptions options)

Deletes a PipelineJob.

Parameters
NameDescription
requestDeletePipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeletePipelineJob(DeletePipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeletePipelineJob(DeletePipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a PipelineJob.

Parameters
NameDescription
requestDeletePipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeletePipelineJobAsync(DeletePipelineJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeletePipelineJobAsync(DeletePipelineJobRequest request, CallOptions options)

Deletes a PipelineJob.

Parameters
NameDescription
requestDeletePipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeletePipelineJobAsync(DeletePipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeletePipelineJobAsync(DeletePipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a PipelineJob.

Parameters
NameDescription
requestDeletePipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteTrainingPipeline(DeleteTrainingPipelineRequest, CallOptions)

public virtual Operation DeleteTrainingPipeline(DeleteTrainingPipelineRequest request, CallOptions options)

Deletes a TrainingPipeline.

Parameters
NameDescription
requestDeleteTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteTrainingPipeline(DeleteTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteTrainingPipeline(DeleteTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TrainingPipeline.

Parameters
NameDescription
requestDeleteTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteTrainingPipelineAsync(DeleteTrainingPipelineRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteTrainingPipelineAsync(DeleteTrainingPipelineRequest request, CallOptions options)

Deletes a TrainingPipeline.

Parameters
NameDescription
requestDeleteTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteTrainingPipelineAsync(DeleteTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteTrainingPipelineAsync(DeleteTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a TrainingPipeline.

Parameters
NameDescription
requestDeleteTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetPipelineJob(GetPipelineJobRequest, CallOptions)

public virtual PipelineJob GetPipelineJob(GetPipelineJobRequest request, CallOptions options)

Gets a PipelineJob.

Parameters
NameDescription
requestGetPipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
PipelineJob

The response received from the server.

GetPipelineJob(GetPipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual PipelineJob GetPipelineJob(GetPipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a PipelineJob.

Parameters
NameDescription
requestGetPipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
PipelineJob

The response received from the server.

GetPipelineJobAsync(GetPipelineJobRequest, CallOptions)

public virtual AsyncUnaryCall<PipelineJob> GetPipelineJobAsync(GetPipelineJobRequest request, CallOptions options)

Gets a PipelineJob.

Parameters
NameDescription
requestGetPipelineJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallPipelineJob

The call object.

GetPipelineJobAsync(GetPipelineJobRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PipelineJob> GetPipelineJobAsync(GetPipelineJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a PipelineJob.

Parameters
NameDescription
requestGetPipelineJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPipelineJob

The call object.

GetTrainingPipeline(GetTrainingPipelineRequest, CallOptions)

public virtual TrainingPipeline GetTrainingPipeline(GetTrainingPipelineRequest request, CallOptions options)

Gets a TrainingPipeline.

Parameters
NameDescription
requestGetTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
TrainingPipeline

The response received from the server.

GetTrainingPipeline(GetTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual TrainingPipeline GetTrainingPipeline(GetTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TrainingPipeline.

Parameters
NameDescription
requestGetTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
TrainingPipeline

The response received from the server.

GetTrainingPipelineAsync(GetTrainingPipelineRequest, CallOptions)

public virtual AsyncUnaryCall<TrainingPipeline> GetTrainingPipelineAsync(GetTrainingPipelineRequest request, CallOptions options)

Gets a TrainingPipeline.

Parameters
NameDescription
requestGetTrainingPipelineRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallTrainingPipeline

The call object.

GetTrainingPipelineAsync(GetTrainingPipelineRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TrainingPipeline> GetTrainingPipelineAsync(GetTrainingPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a TrainingPipeline.

Parameters
NameDescription
requestGetTrainingPipelineRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallTrainingPipeline

The call object.

ListPipelineJobs(ListPipelineJobsRequest, CallOptions)

public virtual ListPipelineJobsResponse ListPipelineJobs(ListPipelineJobsRequest request, CallOptions options)

Lists PipelineJobs in a Location.

Parameters
NameDescription
requestListPipelineJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListPipelineJobsResponse

The response received from the server.

ListPipelineJobs(ListPipelineJobsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPipelineJobsResponse ListPipelineJobs(ListPipelineJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PipelineJobs in a Location.

Parameters
NameDescription
requestListPipelineJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListPipelineJobsResponse

The response received from the server.

ListPipelineJobsAsync(ListPipelineJobsRequest, CallOptions)

public virtual AsyncUnaryCall<ListPipelineJobsResponse> ListPipelineJobsAsync(ListPipelineJobsRequest request, CallOptions options)

Lists PipelineJobs in a Location.

Parameters
NameDescription
requestListPipelineJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListPipelineJobsResponse

The call object.

ListPipelineJobsAsync(ListPipelineJobsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPipelineJobsResponse> ListPipelineJobsAsync(ListPipelineJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PipelineJobs in a Location.

Parameters
NameDescription
requestListPipelineJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListPipelineJobsResponse

The call object.

ListTrainingPipelines(ListTrainingPipelinesRequest, CallOptions)

public virtual ListTrainingPipelinesResponse ListTrainingPipelines(ListTrainingPipelinesRequest request, CallOptions options)

Lists TrainingPipelines in a Location.

Parameters
NameDescription
requestListTrainingPipelinesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListTrainingPipelinesResponse

The response received from the server.

ListTrainingPipelines(ListTrainingPipelinesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListTrainingPipelinesResponse ListTrainingPipelines(ListTrainingPipelinesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TrainingPipelines in a Location.

Parameters
NameDescription
requestListTrainingPipelinesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListTrainingPipelinesResponse

The response received from the server.

ListTrainingPipelinesAsync(ListTrainingPipelinesRequest, CallOptions)

public virtual AsyncUnaryCall<ListTrainingPipelinesResponse> ListTrainingPipelinesAsync(ListTrainingPipelinesRequest request, CallOptions options)

Lists TrainingPipelines in a Location.

Parameters
NameDescription
requestListTrainingPipelinesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListTrainingPipelinesResponse

The call object.

ListTrainingPipelinesAsync(ListTrainingPipelinesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListTrainingPipelinesResponse> ListTrainingPipelinesAsync(ListTrainingPipelinesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists TrainingPipelines in a Location.

Parameters
NameDescription
requestListTrainingPipelinesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListTrainingPipelinesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override PipelineService.PipelineServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
PipelineServicePipelineServiceClient
Overrides