Package com.exoscale.sdk.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentSize(Long deploymentSize) deploymentUrl(String deploymentUrl) endpointUrl(String endpointUrl) booleanReturn true if this aideployment object is equal to o.Creation timeDeployment size (>=1) minimum: 0Deployment URL (nullable)Endpoint URL (nullable)getId()Deployment IDInstance typeAssociated model IDgetName()Deployment nameOrganization IDService levelDeployment statusUpdate timeinthashCode()instanceType(String instanceType) organizationId(UUID organizationId) serviceLevel(String serviceLevel) voidsetDeploymentSize(Long deploymentSize) voidsetDeploymentUrl(String deploymentUrl) voidsetEndpointUrl(String endpointUrl) voidsetInstanceType(String instanceType) voidsetModelId(UUID modelId) voidvoidsetOrganizationId(UUID organizationId) 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_UPDATED_AT
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_URL
- See Also:
-
JSON_PROPERTY_MODEL_ID
- See Also:
-
JSON_PROPERTY_SERVICE_LEVEL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ENDPOINT_URL
- See Also:
-
JSON_PROPERTY_INSTANCE_TYPE
- See Also:
-
JSON_PROPERTY_ORGANIZATION_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_SIZE
- See Also:
-
-
Constructor Details
-
Aideployment
public Aideployment() -
Aideployment
-
-
Method Details
-
getUpdatedAt
Update time- Returns:
- updatedAt
-
deploymentUrl
-
getDeploymentUrl
Deployment URL (nullable)- Returns:
- deploymentUrl
-
setDeploymentUrl
-
modelId
-
getModelId
Associated model ID- Returns:
- modelId
-
setModelId
-
serviceLevel
-
getServiceLevel
Service level- Returns:
- serviceLevel
-
setServiceLevel
-
name
-
getName
Deployment name- Returns:
- name
-
setName
-
endpointUrl
-
getEndpointUrl
Endpoint URL (nullable)- Returns:
- endpointUrl
-
setEndpointUrl
-
instanceType
-
getInstanceType
Instance type- Returns:
- instanceType
-
setInstanceType
-
organizationId
-
getOrganizationId
Organization ID- Returns:
- organizationId
-
setOrganizationId
-
status
-
getStatus
Deployment status- Returns:
- status
-
setStatus
-
getId
Deployment ID- Returns:
- id
-
getCreatedAt
Creation time- Returns:
- createdAt
-
deploymentSize
-
getDeploymentSize
Deployment size (>=1) minimum: 0- Returns:
- deploymentSize
-
setDeploymentSize
-
equals
Return true if this aideployment 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
-