GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec.fromJson constructor

GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec.fromJson(core.Map json_)
  : this(
      serviceAccount: json_['serviceAccount'] as core.String?,
      workerPool: json_['workerPool'] as core.String?,
    );