Package com.exoscale.sdk.model
Class ListDeploymentsResponseEntry
java.lang.Object
com.exoscale.sdk.model.ListDeploymentsResponseEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListDeploymentsResponseEntry
extends Object
AI deployment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeployment status -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListDeploymentsResponseEntry(OffsetDateTime updatedAt, UUID id, OffsetDateTime createdAt) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentUrl(String deploymentUrl) booleanReturn true if this list-deployments-response-entry object is equal to o.Creation timeDeployment URL (nullable)Number of GPUs minimum: 0GPU type familygetId()Deployment IDgetModel()Get modelgetName()Deployment nameNumber of replicas (>=0) minimum: 0Service levelDeployment statusUpdate timeinthashCode()serviceLevel(String serviceLevel) voidsetDeploymentUrl(String deploymentUrl) voidsetGpuCount(Long gpuCount) voidsetGpuType(String gpuType) voidvoidvoidsetReplicas(Long replicas) voidsetServiceLevel(String serviceLevel) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_GPU_COUNT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_URL
- See Also:
-
JSON_PROPERTY_SERVICE_LEVEL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_GPU_TYPE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_REPLICAS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODEL
- See Also:
-
-
Constructor Details
-
ListDeploymentsResponseEntry
public ListDeploymentsResponseEntry() -
ListDeploymentsResponseEntry
-
-
Method Details
-
gpuCount
-
getGpuCount
Number of GPUs minimum: 0- Returns:
- gpuCount
-
setGpuCount
-
getUpdatedAt
Update time- Returns:
- updatedAt
-
deploymentUrl
-
getDeploymentUrl
Deployment URL (nullable)- Returns:
- deploymentUrl
-
setDeploymentUrl
-
serviceLevel
-
getServiceLevel
Service level- Returns:
- serviceLevel
-
setServiceLevel
-
name
-
getName
Deployment name- Returns:
- name
-
setName
-
gpuType
-
getGpuType
GPU type family- Returns:
- gpuType
-
setGpuType
-
status
-
getStatus
Deployment status- Returns:
- status
-
setStatus
-
getId
Deployment ID- Returns:
- id
-
replicas
-
getReplicas
Number of replicas (>=0) minimum: 0- Returns:
- replicas
-
setReplicas
-
getCreatedAt
Creation time- Returns:
- createdAt
-
model
-
getModel
Get model- Returns:
- model
-
setModel
-
equals
Return true if this list-deployments-response-entry object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-