public static interface QueuedResource.Tpu.NodeSpec.MultiNodeParamsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNodeCount()
public abstract int getNodeCount()
Required. Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
int32 node_count = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The nodeCount. |
getNodeIdPrefix()
public abstract String getNodeIdPrefix()
Prefix of node_ids in case of multi-node request
Should follow the ^[A-Za-z0-9_.~+%-]+$
regex format.
If node_count = 3 and node_id_prefix = "np", node ids of nodes
created will be "np-0", "np-1", "np-2". If this field is not
provided we use queued_resource_id as the node_id_prefix.
string node_id_prefix = 2;
Returns | |
---|---|
Type | Description |
String |
The nodeIdPrefix. |
getNodeIdPrefixBytes()
public abstract ByteString getNodeIdPrefixBytes()
Prefix of node_ids in case of multi-node request
Should follow the ^[A-Za-z0-9_.~+%-]+$
regex format.
If node_count = 3 and node_id_prefix = "np", node ids of nodes
created will be "np-0", "np-1", "np-2". If this field is not
provided we use queued_resource_id as the node_id_prefix.
string node_id_prefix = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nodeIdPrefix. |
getWorkloadType()
public abstract QueuedResource.Tpu.NodeSpec.MultiNodeParams.WorkloadType getWorkloadType()
Optional. The workload type for the multi-node request.
.google.cloud.tpu.v2alpha1.QueuedResource.Tpu.NodeSpec.MultiNodeParams.WorkloadType workload_type = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
QueuedResource.Tpu.NodeSpec.MultiNodeParams.WorkloadType |
The workloadType. |
getWorkloadTypeValue()
public abstract int getWorkloadTypeValue()
Optional. The workload type for the multi-node request.
.google.cloud.tpu.v2alpha1.QueuedResource.Tpu.NodeSpec.MultiNodeParams.WorkloadType workload_type = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for workloadType. |