NotebookRuntimeOptions.fromJson constructor

NotebookRuntimeOptions.fromJson(
  1. Map json_
)

Implementation

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