GoogleCloudAiplatformV1BatchDedicatedResources class
A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.
Constructors
- GoogleCloudAiplatformV1BatchDedicatedResources({GoogleCloudAiplatformV1MachineSpec? machineSpec, int? maxReplicaCount, int? startingReplicaCount})
- GoogleCloudAiplatformV1BatchDedicatedResources.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- machineSpec ↔ GoogleCloudAiplatformV1MachineSpec?
-
The specification of a single machine.
getter/setter pair
- maxReplicaCount ↔ int?
-
The maximum number of machine replicas the batch operation may be scaled
to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startingReplicaCount ↔ int?
-
The number of machine replicas used at the start of the batch operation.
getter/setter pair
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