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 statestatic enumDeployment visibility: private for your organization's deployments, public for Exoscale Managed Inference deployments. -
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 inference endpoint URLNumber of GPUs minimum: 1GPU type familygetId()Deployment IDgetModel()Get modelgetName()Deployment nameNumber of replicas (>=0) minimum: 0Service levelgetState()Deployment stateUpdate timeDeployment visibility: private for your organization's deployments, public for Exoscale Managed Inference deployments.inthashCode()serviceLevel(String serviceLevel) voidsetDeploymentUrl(String deploymentUrl) voidsetGpuCount(Long gpuCount) voidsetGpuType(String gpuType) voidvoidvoidsetReplicas(Long replicas) voidsetServiceLevel(String serviceLevel) voidvoidtoString()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_STATE
- See Also:
-
JSON_PROPERTY_GPU_TYPE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_REPLICAS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_VISIBILITY
- See Also:
-
JSON_PROPERTY_MODEL
- See Also:
-
-
Constructor Details
-
ListDeploymentsResponseEntry
public ListDeploymentsResponseEntry() -
ListDeploymentsResponseEntry
-
-
Method Details
-
gpuCount
-
getGpuCount
Number of GPUs minimum: 1- Returns:
- gpuCount
-
setGpuCount
-
getUpdatedAt
Update time- Returns:
- updatedAt
-
deploymentUrl
-
getDeploymentUrl
Deployment inference endpoint URL- Returns:
- deploymentUrl
-
setDeploymentUrl
-
serviceLevel
-
getServiceLevel
Service level- Returns:
- serviceLevel
-
setServiceLevel
-
name
-
getName
Deployment name- Returns:
- name
-
setName
-
state
-
getState
Deployment state- Returns:
- state
-
setState
-
gpuType
-
getGpuType
GPU type family- Returns:
- gpuType
-
setGpuType
-
getId
Deployment ID- Returns:
- id
-
replicas
-
getReplicas
Number of replicas (>=0) minimum: 0- Returns:
- replicas
-
setReplicas
-
getCreatedAt
Creation time- Returns:
- createdAt
-
visibility
public ListDeploymentsResponseEntry visibility(ListDeploymentsResponseEntry.VisibilityEnum visibility) -
getVisibility
Deployment visibility: private for your organization's deployments, public for Exoscale Managed Inference deployments.- Returns:
- visibility
-
setVisibility
-
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
-