GoogleCloudAiplatformV1NotebookExecutionJob class
NotebookExecutionJob represents an instance of a notebook execution.
Constructors
-
GoogleCloudAiplatformV1NotebookExecutionJob.new({String? createTime, GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec? customEnvironmentSpec, GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource? dataformRepositorySource, GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource? directNotebookSource, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? executionTimeout, String? executionUser, GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource? gcsNotebookSource, String? gcsOutputUri, String? jobState, String? kernelName, Map<
String, String> ? labels, String? name, String? notebookRuntimeTemplateResourceName, String? scheduleResourceName, String? serviceAccount, GoogleRpcStatus? status, String? updateTime, GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntime? workbenchRuntime}) - GoogleCloudAiplatformV1NotebookExecutionJob.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this NotebookExecutionJob was created.
getter/setter pair
- customEnvironmentSpec ↔ GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec?
-
The custom compute configuration for an execution job.
getter/setter pair
- dataformRepositorySource ↔ GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource?
-
The Dataform Repository pointing to a single file notebook repository.
getter/setter pair
- directNotebookSource ↔ GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource?
-
The contents of an input notebook file.
getter/setter pair
- displayName ↔ String?
-
The display name of the NotebookExecutionJob.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for the notebook execution job.
getter/setter pair
- executionTimeout ↔ String?
-
Max running time of the execution job in seconds (default 86400s / 24
hrs).
getter/setter pair
- executionUser ↔ String?
-
The user email to run the execution as.
getter/setter pair
- gcsNotebookSource ↔ GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource?
-
The Cloud Storage url pointing to the ipynb file.
getter/setter pair
- gcsOutputUri ↔ String?
-
The Cloud Storage location to upload the result to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobState ↔ String?
-
The state of the NotebookExecutionJob.
getter/setter pair
- kernelName ↔ String?
-
The name of the kernel to use during notebook execution.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize NotebookExecutionJobs.
getter/setter pair
- name ↔ String?
-
The resource name of this NotebookExecutionJob.
getter/setter pair
- notebookRuntimeTemplateResourceName ↔ String?
-
The NotebookRuntimeTemplate to source compute configuration from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduleResourceName ↔ String?
-
The Schedule resource name if this job is triggered by one.
getter/setter pair
- serviceAccount ↔ String?
-
The service account to run the execution as.
getter/setter pair
- status ↔ GoogleRpcStatus?
-
Populated when the NotebookExecutionJob is completed.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when this NotebookExecutionJob was most recently updated.
getter/setter pair
- workbenchRuntime ↔ GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntime?
-
The Workbench runtime configuration to use for the notebook execution.
getter/setter pair
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