Class GetDeploymentResponse

java.lang.Object
com.exoscale.sdk.model.GetDeploymentResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class GetDeploymentResponse extends Object
AI deployment
  • Field Details

  • Constructor Details

    • GetDeploymentResponse

      public GetDeploymentResponse()
    • GetDeploymentResponse

      public GetDeploymentResponse(OffsetDateTime updatedAt, UUID id, OffsetDateTime createdAt)
  • Method Details

    • gpuCount

      public GetDeploymentResponse gpuCount(Long gpuCount)
    • getGpuCount

      @Nullable public Long getGpuCount()
      Number of GPUs minimum: 0
      Returns:
      gpuCount
    • setGpuCount

      public void setGpuCount(Long gpuCount)
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Update time
      Returns:
      updatedAt
    • deploymentUrl

      public GetDeploymentResponse deploymentUrl(String deploymentUrl)
    • getDeploymentUrl

      @Nullable public String getDeploymentUrl()
      Deployment URL (nullable)
      Returns:
      deploymentUrl
    • setDeploymentUrl

      public void setDeploymentUrl(String deploymentUrl)
    • serviceLevel

      public GetDeploymentResponse serviceLevel(String serviceLevel)
    • getServiceLevel

      @Nullable public String getServiceLevel()
      Service level
      Returns:
      serviceLevel
    • setServiceLevel

      public void setServiceLevel(String serviceLevel)
    • name

      public GetDeploymentResponse name(String name)
    • getName

      @Nullable public String getName()
      Deployment name
      Returns:
      name
    • setName

      public void setName(String name)
    • gpuType

      public GetDeploymentResponse gpuType(String gpuType)
    • getGpuType

      @Nullable public String getGpuType()
      GPU type family
      Returns:
      gpuType
    • setGpuType

      public void setGpuType(String gpuType)
    • status

    • getStatus

      @Nullable public GetDeploymentResponse.StatusEnum getStatus()
      Deployment status
      Returns:
      status
    • setStatus

      public void setStatus(GetDeploymentResponse.StatusEnum status)
    • getId

      @Nullable public UUID getId()
      Deployment ID
      Returns:
      id
    • replicas

      public GetDeploymentResponse replicas(Long replicas)
    • getReplicas

      @Nullable public Long getReplicas()
      Number of replicas (>=0) minimum: 0
      Returns:
      replicas
    • setReplicas

      public void setReplicas(Long replicas)
    • getCreatedAt

      @Nullable public OffsetDateTime getCreatedAt()
      Creation time
      Returns:
      createdAt
    • inferenceEngineParameters

      public GetDeploymentResponse inferenceEngineParameters(List<String> inferenceEngineParameters)
    • addInferenceEngineParametersItem

      public GetDeploymentResponse addInferenceEngineParametersItem(String inferenceEngineParametersItem)
    • getInferenceEngineParameters

      @Nullable public List<String> getInferenceEngineParameters()
      Optional extra inference engine server CLI args
      Returns:
      inferenceEngineParameters
    • setInferenceEngineParameters

      public void setInferenceEngineParameters(List<String> inferenceEngineParameters)
    • model

      public GetDeploymentResponse model(ModelRef model)
    • getModel

      @Nullable public ModelRef getModel()
      Get model
      Returns:
      model
    • setModel

      public void setModel(ModelRef model)
    • equals

      public boolean equals(Object o)
      Return true if this get-deployment-response object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string