Class: Google::Cloud::AIPlatform::V1::BatchDedicatedResources

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#machine_spec::Google::Cloud::AIPlatform::V1::MachineSpec

Returns Required. Immutable. The specification of a single machine.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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