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