GoogleCloudAiplatformV1AutomaticResources class
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
Each Model supporting these resources documents its specific guidelines.
Constructors
- GoogleCloudAiplatformV1AutomaticResources({int? maxReplicaCount, int? minReplicaCount})
- GoogleCloudAiplatformV1AutomaticResources.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 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