GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage.fromJson constructor
GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage.fromJson(
core.Map json_,
) : this(
repository: json_['repository'] as core.String?,
tag: json_['tag'] as core.String?,
);