GoogleCloudDataplexV1TaskNotebookTaskConfig class
Config for running scheduled notebooks.
Constructors
-
GoogleCloudDataplexV1TaskNotebookTaskConfig({List<
String> ? archiveUris, List<String> ? fileUris, GoogleCloudDataplexV1TaskInfrastructureSpec? infrastructureSpec, String? notebook}) - GoogleCloudDataplexV1TaskNotebookTaskConfig.fromJson(Map json_)
Properties
-
archiveUris
↔ List<
String> ? -
Cloud Storage URIs of archives to be extracted into the working directory
of each executor.
getter/setter pair
-
fileUris
↔ List<
String> ? -
Cloud Storage URIs of files to be placed in the working directory of each
executor.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infrastructureSpec ↔ GoogleCloudDataplexV1TaskInfrastructureSpec?
-
Infrastructure specification for the execution.
getter/setter pair
- notebook ↔ String?
-
Path to input notebook.
getter/setter pair
- 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