Class: Google::Cloud::AIPlatform::V1::NotebookExecutionJob::DataformRepositorySource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb

Overview

The Dataform Repository containing the input notebook.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_sha::String

Returns 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.



108
109
110
111
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 108

class DataformRepositorySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dataform_repository_resource_name::String

Returns 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}



108
109
110
111
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 108

class DataformRepositorySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end