NotebookRuntimeOptions.fromJson constructor
NotebookRuntimeOptions.fromJson(
- Map json_
Implementation
NotebookRuntimeOptions.fromJson(core.Map json_)
: this(
aiPlatformNotebookRuntimeTemplate:
json_['aiPlatformNotebookRuntimeTemplate'] as core.String?,
gcsOutputBucket: json_['gcsOutputBucket'] as core.String?,
);