GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec.fromJson constructor

GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec.fromJson(
  core.Map json_,
) : this(
      entrypointModule: json_['entrypointModule'] as core.String?,
      entrypointObject: json_['entrypointObject'] as core.String?,
      requirementsFile: json_['requirementsFile'] as core.String?,
      version: json_['version'] as core.String?,
    );