toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final aiPlatformNotebookRuntimeTemplate =
this.aiPlatformNotebookRuntimeTemplate;
final gcsOutputBucket = this.gcsOutputBucket;
final gcsRepositorySnapshotDestination =
this.gcsRepositorySnapshotDestination;
return {
'aiPlatformNotebookRuntimeTemplate': ?aiPlatformNotebookRuntimeTemplate,
'gcsOutputBucket': ?gcsOutputBucket,
'gcsRepositorySnapshotDestination': ?gcsRepositorySnapshotDestination,
};
}