Class GoogleCloudAiplatformV1beta1BatchDedicatedResources
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BatchDedicatedResources : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FlexStart
Optional. Immutable. If set, use DWS resource to schedule the deployment workload. reference: (https://cloud.google.com/blog/products/compute/introducing-dynamic-workload-scheduler)
Declaration
[JsonProperty("flexStart")]
public virtual GoogleCloudAiplatformV1beta1FlexStart FlexStart { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1FlexStart |
MachineSpec
Required. Immutable. The specification of a single machine.
Declaration
[JsonProperty("machineSpec")]
public virtual GoogleCloudAiplatformV1beta1MachineSpec MachineSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1MachineSpec |
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? |
Spot
Optional. If true, schedule the deployment workload on spot VMs.
Declaration
[JsonProperty("spot")]
public virtual bool? Spot { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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? |