Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NotebookExecutionJob::DataformRepositorySource (v0.50.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::NotebookExecutionJob::DataformRepositorySource.

The Dataform Repository containing the input notebook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_sha

def commit_sha() -> ::String
Returns
  • (::String) — The commit SHA to read repository with. If unset, the file will be read at HEAD.

#commit_sha=

def commit_sha=(value) -> ::String
Parameter
  • value (::String) — The commit SHA to read repository with. If unset, the file will be read at HEAD.
Returns
  • (::String) — The commit SHA to read repository with. If unset, the file will be read at HEAD.

#dataform_repository_resource_name

def dataform_repository_resource_name() -> ::String
Returns
  • (::String) — The resource name of the Dataform Repository. Format: projects/{project_id}/locations/{location}/repositories/{repository_id}

#dataform_repository_resource_name=

def dataform_repository_resource_name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the Dataform Repository. Format: projects/{project_id}/locations/{location}/repositories/{repository_id}
Returns
  • (::String) — The resource name of the Dataform Repository. Format: projects/{project_id}/locations/{location}/repositories/{repository_id}