예제 #1
0
 /// <summary>
 /// 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`.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
 /// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param>
 /// <param name="cancellationToken">An optional token for canceling the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> CancelTrainingPipelineAsync(global::Google.Cloud.AIPlatform.V1.CancelTrainingPipelineRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(CancelTrainingPipelineAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #2
0
 /// <summary>
 /// 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`.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> CancelTrainingPipelineAsync(global::Google.Cloud.AIPlatform.V1.CancelTrainingPipelineRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CancelTrainingPipeline, null, options, request));
 }
예제 #3
0
 /// <summary>
 /// 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`.
 /// </summary>
 /// <param name="request">The request received from the client.</param>
 /// <param name="context">The context of the server-side call handler being invoked.</param>
 /// <returns>The response to send back to the client (wrapped by a task).</returns>
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> CancelTrainingPipeline(global::Google.Cloud.AIPlatform.V1.CancelTrainingPipelineRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }