- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 87 for node_name (0.12 sec)
-
disabled-Jenkinsfile
runITsTasks[stageId] = { node(jenkinsEnv.nodeSelection(osLabel)) { stage("${stageLabel}") { echo "NODE_NAME = ${env.NODE_NAME}" // on Windows, need a short path or we hit 256 character limit for paths // using EXECUTOR_NUMBER guarantees that concurrent builds on same agent
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 30 14:11:55 UTC 2024 - 8.4K bytes - Viewed (0) -
cni/pkg/nodeagent/options.go
SystemNamespace = env.RegisterStringVar("SYSTEM_NAMESPACE", constants.IstioSystemNamespace, "istio system namespace").Get() PodName = env.RegisterStringVar("POD_NAME", "", "").Get() NodeName = env.RegisterStringVar("NODE_NAME", "", "").Get() Revision = env.RegisterStringVar("REVISION", "", "").Get()
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 16 15:33:47 UTC 2024 - 2.1K bytes - Viewed (0) -
disabled-Jenkinsfile.s390x
String stageLabel = "Run ITs ${os.capitalize()} Java ${jdk} on s390x" runITsTasks[stageId] = { node('s390x') { stage("${stageLabel}") { echo "NODE_NAME = ${env.NODE_NAME}" // on Windows, need a short path or we hit 256 character limit for paths // using EXECUTOR_NUMBER guarantees that concurrent builds on same agent
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 30 14:11:55 UTC 2024 - 7.7K bytes - Viewed (0) -
tensorflow/c/c_api.cc
TF_EXCLUSIVE_LOCKS_REQUIRED(desc->graph->mu) { Node* ret = nullptr; if (desc->graph->name_map.count(desc->node_builder.node_name())) { status->status = InvalidArgument("Duplicate node name in graph: '", desc->node_builder.node_name(), "'"); } else { if (!desc->colocation_constraints.empty()) { desc->node_builder.Attr( tensorflow::kColocationAttrName,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/query/StoredLtrQueryBuilder.java
} public String modelName() { return modelName; } public StoredLtrQueryBuilder modelName(final String modelName) { this.modelName = Objects.requireNonNull(modelName); return this; } public String featureSetName() { return featureSetName; } public StoredLtrQueryBuilder featureSetName(final String featureSetName) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 5.8K bytes - Viewed (0) -
docs/em/docs/tutorial/path-params.md
โคด๏ธ โ *โก ๐ข* โฎ๏ธ ๐ โ โ๏ธ ๐ข ๐ ๐ โ (`ModelName`): ```Python hl_lines="16" {!../../docs_src/path_params/tutorial005.py!} ``` ### โ ๐ฉบ โฉ๏ธ ๐ช ๐ฒ *โก ๐ข* ๐ข, ๐ ๐ฉบ ๐ช ๐ฆ ๐ซ ๐: <img src="/img/tutorial/path-params/image03.png"> ### ๐ท โฎ๏ธ ๐ *๐ข* ๐ฒ *โก ๐ข* ๐ *๐ข ๐จโ๐*. #### ๐ฌ *๐ข ๐จโ๐* ๐ ๐ช ๐ฌ โซ๏ธ โฎ๏ธ *๐ข ๐จโ๐* ๐ โ ๐ข `ModelName`: ```Python hl_lines="17"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/de/docs/tutorial/path-params.md
#### *Enum-Member* vergleichen Sie kรถnnen ihn mit einem Member Ihres Enums `ModelName` vergleichen: ```Python hl_lines="17" {!../../docs_src/path_params/tutorial005.py!} ``` #### *Enum-Wert* erhalten Den tatsรคchlichen Wert (in diesem Fall ein `str`) erhalten Sie via `model_name.value`, oder generell, `ihr_enum_member.value`: ```Python hl_lines="20"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/en/docs/tutorial/path-params.md
#### Compare *enumeration members* You can compare it with the *enumeration member* in your created enum `ModelName`: ```Python hl_lines="17" {!../../docs_src/path_params/tutorial005.py!} ``` #### Get the *enumeration value* You can get the actual value (a `str` in this case) using `model_name.value`, or in general, `your_enum_member.value`: ```Python hl_lines="20"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
docs/es/docs/tutorial/path-params.md
#### Compara *enumeration members* Puedes compararlo con el *enumeration member* en el enum (`ModelName`) que creaste: ```Python hl_lines="17" {!../../docs_src/path_params/tutorial005.py!} ``` #### Obtรฉn el *enumeration value* Puedes obtener el valor exacto (un `str` en este caso) usando `model_name.value`, o en general, `your_enum_member.value`: ```Python hl_lines="20"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/path-params.md
### ํ์ด์ฌ *์ด๊ฑฐํ*์ผ๋ก ์์ ํ๊ธฐ *๊ฒฝ๋ก ๋งค๊ฐ๋ณ์*์ ๊ฐ์ *์ด๊ฑฐํ ๋ฉค๋ฒ*๊ฐ ๋ฉ๋๋ค. #### *์ด๊ฑฐํ ๋ฉค๋ฒ* ๋น๊ต ์ด๊ฑฐํ `ModelName`์ *์ด๊ฑฐํ ๋ฉค๋ฒ*๋ฅผ ๋น๊ตํ ์ ์์ต๋๋ค: ```Python hl_lines="17" {!../../docs_src/path_params/tutorial005.py!} ``` #### *์ด๊ฑฐํ ๊ฐ* ๊ฐ์ ธ์ค๊ธฐ `model_name.value` ๋๋ ์ผ๋ฐ์ ์ผ๋ก `your_enum_member.value`๋ฅผ ์ด์ฉํ์ฌ ์ค์ ๊ฐ(์ ์์์ ๊ฒฝ์ฐ `str`)์ ๊ฐ์ ธ์ฌ ์ ์์ต๋๋ค: ```Python hl_lines="20" {!../../docs_src/path_params/tutorial005.py!}
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.8K bytes - Viewed (0)