Class GoogleCloudAiplatformV1beta1MachineSpec
Specification of a single machine.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1MachineSpec : IDirectResponseSchema
Properties
AcceleratorCount
The number of accelerators to attach to the machine.
Declaration
[JsonProperty("acceleratorCount")]
public virtual int? AcceleratorCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
AcceleratorType
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
Declaration
[JsonProperty("acceleratorType")]
public virtual string AcceleratorType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineType
Immutable. The type of the machine. See the list of machine types supported for
prediction See the
list of machine types supported for custom
training. For
DeployedModel this field is optional, and the default value is n1-standard-2
. For BatchPredictionJob or as
part of WorkerPoolSpec this field is required.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type | Description |
---|---|
string |
ReservationAffinity
Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
Declaration
[JsonProperty("reservationAffinity")]
public virtual GoogleCloudAiplatformV1beta1ReservationAffinity ReservationAffinity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ReservationAffinity |
TpuTopology
Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
Declaration
[JsonProperty("tpuTopology")]
public virtual string TpuTopology { get; set; }
Property Value
Type | Description |
---|---|
string |