Class CancelTrainingPipelineRequest (1.2.0)

CancelTrainingPipelineRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for PipelineService.CancelTrainingPipeline.

Attribute

NameDescription
name str
Required. The name of the TrainingPipeline to cancel. Format: ``projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}``

Inheritance

builtins.object > proto.message.Message > CancelTrainingPipelineRequest