Class GoogleCloudAiplatformV1BatchDedicatedResources
A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1BatchDedicatedResources : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineSpec
Required. Immutable. The specification of a single machine.
Declaration
[JsonProperty("machineSpec")]
public virtual GoogleCloudAiplatformV1MachineSpec MachineSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1MachineSpec |
MaxReplicaCount
Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.
Declaration
[JsonProperty("maxReplicaCount")]
public virtual int? MaxReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartingReplicaCount
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
Declaration
[JsonProperty("startingReplicaCount")]
public virtual int? StartingReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
int? |