GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource class
The Dataform Repository containing the input notebook.
Constructors
- GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource.new({String? commitSha, String? dataformRepositoryResourceName})
- GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource.fromJson(Map json_)
Properties
- commitSha ↔ String?
-
The commit SHA to read repository with.
getter/setter pair
- dataformRepositoryResourceName ↔ String?
-
The resource name of the Dataform Repository.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited