Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

The Dataform Repository containing the input notebook.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource

Returns a new instance of GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource.



31428
31429
31430
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31428

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#commit_shaString

The commit SHA to read repository with. If unset, the file will be read at HEAD. Corresponds to the JSON property commitSha

Returns:

  • (String)


31420
31421
31422
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31420

def commit_sha
  @commit_sha
end

#dataform_repository_resource_nameString

The resource name of the Dataform Repository. Format: projects/project_id/ locations/location/repositories/repository_id` Corresponds to the JSON propertydataformRepositoryResourceName`

Returns:

  • (String)


31426
31427
31428
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31426

def dataform_repository_resource_name
  @dataform_repository_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31433
31434
31435
31436
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31433

def update!(**args)
  @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
  @dataform_repository_resource_name = args[:dataform_repository_resource_name] if args.key?(:dataform_repository_resource_name)
end