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
191 192 193 194 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 191 class BatchDedicatedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_replica_count ⇒ ::Integer
191 192 193 194 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 191 class BatchDedicatedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#starting_replica_count ⇒ ::Integer
191 192 193 194 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 191 class BatchDedicatedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |