GoogleCloudAiplatformV1FasterDeploymentConfig.fromJson constructor

GoogleCloudAiplatformV1FasterDeploymentConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1FasterDeploymentConfig.fromJson(core.Map json_)
  : this(fastTryoutEnabled: json_['fastTryoutEnabled'] as core.bool?);