Uses of Class
org.springframework.ai.huggingface.model.Info
-
Uses of Info in org.springframework.ai.huggingface.api
Modifier and TypeMethodDescriptionTextGenerationInferenceApi.getModelInfo()
Text Generation Inference endpoint info Text Generation Inference endpoint infoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Info> TextGenerationInferenceApi.getModelInfoWithHttpInfo()
Text Generation Inference endpoint info Text Generation Inference endpoint info -
Uses of Info in org.springframework.ai.huggingface.model
Modifier and TypeMethodDescriptionInfo.dockerLabel
(String dockerLabel) Info.maxBatchTotalTokens
(Integer maxBatchTotalTokens) Info.maxConcurrentRequests
(Integer maxConcurrentRequests) Info.maxInputLength
(Integer maxInputLength) Info.maxStopSequences
(Integer maxStopSequences) Info.maxTotalTokens
(Integer maxTotalTokens) Info.maxWaitingTokens
(Integer maxWaitingTokens) Info.modelDeviceType
(String modelDeviceType) Info.modelDtype
(String modelDtype) Info.modelPipelineTag
(String modelPipelineTag) Info.validationWorkers
(Integer validationWorkers) Info.waitingServedRatio
(Float waitingServedRatio)