View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreatePipelineJobRequest (google_api_ai_platform v0.15.0)

Request message for PipelineService.CreatePipelineJob.

Attributes

  • parent (type: String.t, default: nil) - Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}
  • pipelineJob (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineJob.t, default: nil) - Required. The PipelineJob to create.
  • pipelineJobId (type: String.t, default: nil) - The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are /a-z-/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreatePipelineJobRequest{
    parent: String.t() | nil,
    pipelineJob:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineJob.t() | nil,
    pipelineJobId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.