Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchDedicatedResources (v0.6.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchDedicatedResources.

A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#machine_spec

def machine_spec() -> ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns

#machine_spec=

def machine_spec=(value) -> ::Google::Cloud::AIPlatform::V1::MachineSpec
Parameter
Returns

#max_replica_count

def max_replica_count() -> ::Integer
Returns
  • (::Integer) — Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.

#max_replica_count=

def max_replica_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#starting_replica_count

def starting_replica_count() -> ::Integer
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

#starting_replica_count=

def starting_replica_count=(value) -> ::Integer
Parameter
  • value (::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
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