View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest (google_api_ai_platform v0.13.0)

Request message for PipelineService.BatchCancelPipelineJobs.

Attributes

  • names (type: list(String.t), default: nil) - Required. The names of the PipelineJobs to cancel. A maximum of 32 PipelineJobs can be cancelled in a batch. Format: projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest{
    names: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.