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