Class Aideployment

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

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

  • Constructor Details

  • Method Details

    • getUpdatedAt

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

      public Aideployment deploymentUrl(String deploymentUrl)
    • getDeploymentUrl

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

      public void setDeploymentUrl(String deploymentUrl)
    • modelId

      public Aideployment modelId(UUID modelId)
    • getModelId

      @Nullable public UUID getModelId()
      Associated model ID
      Returns:
      modelId
    • setModelId

      public void setModelId(UUID modelId)
    • serviceLevel

      public Aideployment serviceLevel(String serviceLevel)
    • getServiceLevel

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

      public void setServiceLevel(String serviceLevel)
    • name

      public Aideployment name(String name)
    • getName

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

      public void setName(String name)
    • endpointUrl

      public Aideployment endpointUrl(String endpointUrl)
    • getEndpointUrl

      @Nullable public String getEndpointUrl()
      Endpoint URL (nullable)
      Returns:
      endpointUrl
    • setEndpointUrl

      public void setEndpointUrl(String endpointUrl)
    • instanceType

      public Aideployment instanceType(String instanceType)
    • getInstanceType

      @Nullable public String getInstanceType()
      Instance type
      Returns:
      instanceType
    • setInstanceType

      public void setInstanceType(String instanceType)
    • organizationId

      public Aideployment organizationId(UUID organizationId)
    • getOrganizationId

      @Nullable public UUID getOrganizationId()
      Organization ID
      Returns:
      organizationId
    • setOrganizationId

      public void setOrganizationId(UUID organizationId)
    • status

      public Aideployment status(String status)
    • getStatus

      @Nullable public String getStatus()
      Deployment status
      Returns:
      status
    • setStatus

      public void setStatus(String status)
    • getId

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

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

      public Aideployment deploymentSize(Long deploymentSize)
    • getDeploymentSize

      @Nullable public Long getDeploymentSize()
      Deployment size (>=1) minimum: 0
      Returns:
      deploymentSize
    • setDeploymentSize

      public void setDeploymentSize(Long deploymentSize)
    • equals

      public boolean equals(Object o)
      Return true if this aideployment 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