public sealed class BatchDedicatedResources : IMessage<BatchDedicatedResources>, IEquatable<BatchDedicatedResources>, IDeepCloneable<BatchDedicatedResources>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class BatchDedicatedResources.
A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.
Implements
IMessageBatchDedicatedResources, IEquatableBatchDedicatedResources, IDeepCloneableBatchDedicatedResources, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
BatchDedicatedResources()
public BatchDedicatedResources()BatchDedicatedResources(BatchDedicatedResources)
public BatchDedicatedResources(BatchDedicatedResources other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchDedicatedResources |
Properties
MachineSpec
public MachineSpec MachineSpec { get; set; }Required. Immutable. The specification of a single machine.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
|