Uses of Class
org.springframework.ai.huggingface.model.Info
Packages that use Info
-
Uses of Info in org.springframework.ai.huggingface.api
Methods in org.springframework.ai.huggingface.api that return InfoModifier and TypeMethodDescriptionTextGenerationInferenceApi.getModelInfo()
Text Generation Inference endpoint info Text Generation Inference endpoint infoMethods in org.springframework.ai.huggingface.api that return types with arguments of type 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
Methods in org.springframework.ai.huggingface.model that return InfoModifier 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)