Class: Google::Cloud::AIPlatform::V1::BatchDedicatedResources
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchDedicatedResources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/machine_resources.rb
Overview
A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.
Instance Attribute Summary collapse
-
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Required.
-
#max_replica_count ⇒ ::Integer
Immutable.
-
#starting_replica_count ⇒ ::Integer
Immutable.
Instance Attribute Details
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns Required. Immutable. The specification of a single machine.
167 168 169 170 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 167 class BatchDedicatedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_replica_count ⇒ ::Integer
Returns Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
167 168 169 170 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 167 class BatchDedicatedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#starting_replica_count ⇒ ::Integer
Returns Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count.
167 168 169 170 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 167 class BatchDedicatedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |