GoogleCloudAiplatformV1NotebookExecutionJob constructor
GoogleCloudAiplatformV1NotebookExecutionJob({
- 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,
Implementation
GoogleCloudAiplatformV1NotebookExecutionJob({
this.createTime,
this.customEnvironmentSpec,
this.dataformRepositorySource,
this.directNotebookSource,
this.displayName,
this.encryptionSpec,
this.executionTimeout,
this.executionUser,
this.gcsNotebookSource,
this.gcsOutputUri,
this.jobState,
this.kernelName,
this.labels,
this.name,
this.notebookRuntimeTemplateResourceName,
this.scheduleResourceName,
this.serviceAccount,
this.status,
this.updateTime,
this.workbenchRuntime,
});