- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for ModelName (0.18 sec)
-
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_src/path_params/tutorial005.py
from enum import Enum from fastapi import FastAPI class ModelName(str, Enum): alexnet = "alexnet" resnet = "resnet" lenet = "lenet" app = FastAPI() @app.get("/models/{model_name}") async def get_model(model_name: ModelName): if model_name is ModelName.alexnet: return {"model_name": model_name, "message": "Deep Learning FTW!"} if model_name.value == "lenet":
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 26 13:26:03 UTC 2022 - 546 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/score/LtrQueryRescorer.java
final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String modelName = fessConfig.getLtrModelName(); if (StringUtil.isBlank(modelName)) { return null; } return new QueryRescorerBuilder(new StoredLtrQueryBuilder().modelName(modelName).params(params)) .windowSize(fessConfig.getLtrWindowSize()); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.5K bytes - Viewed (0) -
tests/test_tutorial/test_path_params/test_tutorial005.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Sep 28 04:14:40 UTC 2023 - 5K 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) -
cmd/veeam-sos-api.go
var globalVeeamForceSC = os.Getenv("_MINIO_VEEAM_FORCE_SC") type systemInfo struct { XMLName xml.Name `xml:"SystemInfo" json:"-"` ProtocolVersion string `xml:"ProtocolVersion"` ModelName string `xml:"ModelName"` ProtocolCapabilities struct { CapacityInfo bool `xml:"CapacityInfo"` UploadSessions bool `xml:"UploadSessions"` IAMSTS bool `xml:"IAMSTS"` } `mxl:"ProtocolCapabilities"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 00:34:56 UTC 2024 - 8.8K bytes - Viewed (0) -
docs/en/docs/tutorial/path-params.md
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
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/de/docs/tutorial/path-params.md
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/ko/docs/tutorial/path-params.md
/// /// tip | "ํ" ํน์ ๊ถ๊ธํ๋ค๋ฉด, "AlexNet", "ResNet", ๊ทธ๋ฆฌ๊ณ "LeNet"์ ๊ทธ์ ๊ธฐ๊ณ ํ์ต <abbr title="๊ธฐ์ ์ ์ผ๋ก ์ ํํ๋ ๋ฅ ๋ฌ๋ ๋ชจ๋ธ ๊ตฌ์กฐ">๋ชจ๋ธ</abbr>๋ค์ ์ด๋ฆ์ ๋๋ค. /// ### *๊ฒฝ๋ก ๋งค๊ฐ๋ณ์* ์ ์ธ ์์ฑํ ์ด๊ฑฐํ ํด๋์ค(`ModelName`)๋ฅผ ์ฌ์ฉํ๋ ํ์ ์ด๋ ธํ ์ด์ ์ผ๋ก *๊ฒฝ๋ก ๋งค๊ฐ๋ณ์*๋ฅผ ๋ง๋ญ๋๋ค: ```Python hl_lines="16" {!../../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)