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

The Dataform Repository containing the input notebook.

Attributes

  • commitSha (type: String.t, default: nil) - The commit SHA to read repository with. If unset, the file will be read at HEAD.
  • dataformRepositoryResourceName (type: String.t, default: nil) - The resource name of the Dataform Repository. Format: projects/{project_id}/locations/{location}/repositories/{repository_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource{
    commitSha: String.t() | nil,
    dataformRepositoryResourceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.