java.lang.Object
org.springframework.ai.huggingface.model.Info

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-12T15:00:59.645979611-04:00[America/New_York]") public class Info extends Object
Info
  • Constructor Details

    • Info

      public Info()
  • Method Details

    • dockerLabel

      public Info dockerLabel(String dockerLabel)
    • getDockerLabel

      public String getDockerLabel()
      Get dockerLabel
      Returns:
      dockerLabel
    • setDockerLabel

      public void setDockerLabel(String dockerLabel)
    • maxBatchTotalTokens

      public Info maxBatchTotalTokens(Integer maxBatchTotalTokens)
    • getMaxBatchTotalTokens

      public Integer getMaxBatchTotalTokens()
      Get maxBatchTotalTokens minimum: 0
      Returns:
      maxBatchTotalTokens
    • setMaxBatchTotalTokens

      public void setMaxBatchTotalTokens(Integer maxBatchTotalTokens)
    • maxBestOf

      public Info maxBestOf(Integer maxBestOf)
    • getMaxBestOf

      public Integer getMaxBestOf()
      Get maxBestOf minimum: 0
      Returns:
      maxBestOf
    • setMaxBestOf

      public void setMaxBestOf(Integer maxBestOf)
    • maxConcurrentRequests

      public Info maxConcurrentRequests(Integer maxConcurrentRequests)
    • getMaxConcurrentRequests

      public Integer getMaxConcurrentRequests()
      Router Parameters minimum: 0
      Returns:
      maxConcurrentRequests
    • setMaxConcurrentRequests

      public void setMaxConcurrentRequests(Integer maxConcurrentRequests)
    • maxInputLength

      public Info maxInputLength(Integer maxInputLength)
    • getMaxInputLength

      public Integer getMaxInputLength()
      Get maxInputLength minimum: 0
      Returns:
      maxInputLength
    • setMaxInputLength

      public void setMaxInputLength(Integer maxInputLength)
    • maxStopSequences

      public Info maxStopSequences(Integer maxStopSequences)
    • getMaxStopSequences

      public Integer getMaxStopSequences()
      Get maxStopSequences minimum: 0
      Returns:
      maxStopSequences
    • setMaxStopSequences

      public void setMaxStopSequences(Integer maxStopSequences)
    • maxTotalTokens

      public Info maxTotalTokens(Integer maxTotalTokens)
    • getMaxTotalTokens

      public Integer getMaxTotalTokens()
      Get maxTotalTokens minimum: 0
      Returns:
      maxTotalTokens
    • setMaxTotalTokens

      public void setMaxTotalTokens(Integer maxTotalTokens)
    • maxWaitingTokens

      public Info maxWaitingTokens(Integer maxWaitingTokens)
    • getMaxWaitingTokens

      public Integer getMaxWaitingTokens()
      Get maxWaitingTokens minimum: 0
      Returns:
      maxWaitingTokens
    • setMaxWaitingTokens

      public void setMaxWaitingTokens(Integer maxWaitingTokens)
    • modelDeviceType

      public Info modelDeviceType(String modelDeviceType)
    • getModelDeviceType

      public String getModelDeviceType()
      Get modelDeviceType
      Returns:
      modelDeviceType
    • setModelDeviceType

      public void setModelDeviceType(String modelDeviceType)
    • modelDtype

      public Info modelDtype(String modelDtype)
    • getModelDtype

      public String getModelDtype()
      Get modelDtype
      Returns:
      modelDtype
    • setModelDtype

      public void setModelDtype(String modelDtype)
    • modelId

      public Info modelId(String modelId)
    • getModelId

      public String getModelId()
      Model info
      Returns:
      modelId
    • setModelId

      public void setModelId(String modelId)
    • modelPipelineTag

      public Info modelPipelineTag(String modelPipelineTag)
    • getModelPipelineTag

      public String getModelPipelineTag()
      Get modelPipelineTag
      Returns:
      modelPipelineTag
    • setModelPipelineTag

      public void setModelPipelineTag(String modelPipelineTag)
    • modelSha

      public Info modelSha(String modelSha)
    • getModelSha

      public String getModelSha()
      Get modelSha
      Returns:
      modelSha
    • setModelSha

      public void setModelSha(String modelSha)
    • sha

      public Info sha(String sha)
    • getSha

      public String getSha()
      Get sha
      Returns:
      sha
    • setSha

      public void setSha(String sha)
    • validationWorkers

      public Info validationWorkers(Integer validationWorkers)
    • getValidationWorkers

      public Integer getValidationWorkers()
      Get validationWorkers minimum: 0
      Returns:
      validationWorkers
    • setValidationWorkers

      public void setValidationWorkers(Integer validationWorkers)
    • version

      public Info version(String version)
    • getVersion

      public String getVersion()
      Router Info
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • waitingServedRatio

      public Info waitingServedRatio(Float waitingServedRatio)
    • getWaitingServedRatio

      public Float getWaitingServedRatio()
      Get waitingServedRatio
      Returns:
      waitingServedRatio
    • setWaitingServedRatio

      public void setWaitingServedRatio(Float waitingServedRatio)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object