Interface FutureResourcesSpecAggregateResourcesOrBuilder (1.92.0)

public interface FutureResourcesSpecAggregateResourcesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceleratorCount()

public abstract long getAcceleratorCount()

Size of the request, in accelerator (chip) count.

optional int64 accelerator_count = 504879675;

Returns
Type Description
long

The acceleratorCount.

getVmFamily()

public abstract String getVmFamily()

The VM family that all instances scheduled against this reservation must belong to. Use for TPU reservations. Check the VmFamily enum for the list of possible values.

optional string vm_family = 125017580;

Returns
Type Description
String

The vmFamily.

getVmFamilyBytes()

public abstract ByteString getVmFamilyBytes()

The VM family that all instances scheduled against this reservation must belong to. Use for TPU reservations. Check the VmFamily enum for the list of possible values.

optional string vm_family = 125017580;

Returns
Type Description
ByteString

The bytes for vmFamily.

getWorkloadType()

public abstract String getWorkloadType()

Workload type. Use for TPU reservations. Check the WorkloadType enum for the list of possible values.

optional string workload_type = 273432322;

Returns
Type Description
String

The workloadType.

getWorkloadTypeBytes()

public abstract ByteString getWorkloadTypeBytes()

Workload type. Use for TPU reservations. Check the WorkloadType enum for the list of possible values.

optional string workload_type = 273432322;

Returns
Type Description
ByteString

The bytes for workloadType.

hasAcceleratorCount()

public abstract boolean hasAcceleratorCount()

Size of the request, in accelerator (chip) count.

optional int64 accelerator_count = 504879675;

Returns
Type Description
boolean

Whether the acceleratorCount field is set.

hasVmFamily()

public abstract boolean hasVmFamily()

The VM family that all instances scheduled against this reservation must belong to. Use for TPU reservations. Check the VmFamily enum for the list of possible values.

optional string vm_family = 125017580;

Returns
Type Description
boolean

Whether the vmFamily field is set.

hasWorkloadType()

public abstract boolean hasWorkloadType()

Workload type. Use for TPU reservations. Check the WorkloadType enum for the list of possible values.

optional string workload_type = 273432322;

Returns
Type Description
boolean

Whether the workloadType field is set.