public static interface QueuedResource.Tpu.NodeSpec.MultiNodeParamsOrBuilder extends MessageOrBuilderImplements
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. |