Package com.exoscale.sdk.model
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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionGetDeploymentResponse(OffsetDateTime updatedAt, UUID id, OffsetDateTime createdAt) -
Method Summary
Modifier and TypeMethodDescriptionaddInferenceEngineParametersItem(String inferenceEngineParametersItem) deploymentUrl(String deploymentUrl) booleanReturn true if this get-deployment-response object is equal to o.Creation timeDeployment URL (nullable)Number of GPUs minimum: 1GPU type familygetId()Deployment IDOptional extra inference engine server CLI argsGet inferenceEngineVersiongetModel()Get modelgetName()Deployment nameNumber of replicas (>=0) minimum: 0Service levelgetState()Deployment stateDeployment state detailsUpdate timeinthashCode()inferenceEngineParameters(List<String> inferenceEngineParameters) inferenceEngineVersion(InferenceEngineVersion inferenceEngineVersion) serviceLevel(String serviceLevel) voidsetDeploymentUrl(String deploymentUrl) voidsetGpuCount(Long gpuCount) voidsetGpuType(String gpuType) voidsetInferenceEngineParameters(List<String> inferenceEngineParameters) voidsetInferenceEngineVersion(InferenceEngineVersion inferenceEngineVersion) voidvoidvoidsetReplicas(Long replicas) voidsetServiceLevel(String serviceLevel) voidvoidsetStateDetails(String stateDetails) stateDetails(String stateDetails) toString()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_INFERENCE_ENGINE_VERSION
- 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_STATE_DETAILS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_INFERENCE_ENGINE_PARAMETERS
- See Also:
-
JSON_PROPERTY_MODEL
- See Also:
-
-
Constructor Details
-
GetDeploymentResponse
public GetDeploymentResponse() -
GetDeploymentResponse
-
-
Method Details
-
gpuCount
-
getGpuCount
Number of GPUs minimum: 1- Returns:
- gpuCount
-
setGpuCount
-
getUpdatedAt
Update time- Returns:
- updatedAt
-
deploymentUrl
-
getDeploymentUrl
Deployment URL (nullable)- Returns:
- deploymentUrl
-
setDeploymentUrl
-
serviceLevel
-
getServiceLevel
Service level- Returns:
- serviceLevel
-
setServiceLevel
-
inferenceEngineVersion
-
getInferenceEngineVersion
Get inferenceEngineVersion- Returns:
- inferenceEngineVersion
-
setInferenceEngineVersion
-
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
-
stateDetails
-
getStateDetails
Deployment state details- Returns:
- stateDetails
-
setStateDetails
-
getCreatedAt
Creation time- Returns:
- createdAt
-
inferenceEngineParameters
-
addInferenceEngineParametersItem
-
getInferenceEngineParameters
Optional extra inference engine server CLI args- Returns:
- inferenceEngineParameters
-
setInferenceEngineParameters
-
model
-
getModel
Get model- Returns:
- model
-
setModel
-
equals
Return true if this get-deployment-response 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
-