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