Cloud AI Platform v1 API - Class BatchDedicatedResources (2.24.0)

public sealed class BatchDedicatedResources : IMessage<BatchDedicatedResources>, IEquatable<BatchDedicatedResources>, IDeepCloneable<BatchDedicatedResources>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchDedicatedResources.

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

Inheritance

object > BatchDedicatedResources

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchDedicatedResources()

public BatchDedicatedResources()

BatchDedicatedResources(BatchDedicatedResources)

public BatchDedicatedResources(BatchDedicatedResources other)
Parameter
NameDescription
otherBatchDedicatedResources

Properties

MachineSpec

public MachineSpec MachineSpec { get; set; }

Required. Immutable. The specification of a single machine.

Property Value
TypeDescription
MachineSpec

MaxReplicaCount

public int MaxReplicaCount { get; set; }

Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.

Property Value
TypeDescription
int

StartingReplicaCount

public int StartingReplicaCount { get; set; }

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][google.cloud.aiplatform.v1.BatchDedicatedResources.max_replica_count]

Property Value
TypeDescription
int