GoogleCloudAiplatformV1AutomaticResources.fromJson constructor

GoogleCloudAiplatformV1AutomaticResources.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1AutomaticResources.fromJson(core.Map json_)
  : this(
      maxReplicaCount: json_['maxReplicaCount'] as core.int?,
      minReplicaCount: json_['minReplicaCount'] as core.int?,
    );