GoogleCloudAiplatformV1DedicatedResources class
A description of resources that are dedicated to a DeployedModel, and that need a higher degree of manual configuration.
Constructors
-
GoogleCloudAiplatformV1DedicatedResources({List<
GoogleCloudAiplatformV1AutoscalingMetricSpec> ? autoscalingMetricSpecs, GoogleCloudAiplatformV1MachineSpec? machineSpec, int? maxReplicaCount, int? minReplicaCount}) - GoogleCloudAiplatformV1DedicatedResources.fromJson(Map json_)
Properties
-
autoscalingMetricSpecs
↔ List<
GoogleCloudAiplatformV1AutoscalingMetricSpec> ? -
The metric specifications that overrides a resource utilization metric
(CPU utilization, accelerator's duty cycle, and so on) target value
(default to 60 if not set).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- machineSpec ↔ GoogleCloudAiplatformV1MachineSpec?
-
The specification of a single machine used by the prediction.
getter/setter pair
- maxReplicaCount ↔ int?
-
The maximum number of replicas this DeployedModel may be deployed on when
the traffic against it increases.
getter/setter pair
- minReplicaCount ↔ int?
-
The minimum number of machine replicas this DeployedModel will be always
deployed on.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited