Package com.exoscale.sdk.model
Class Aimodel
java.lang.Object
com.exoscale.sdk.model.Aimodel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class Aimodel
extends Object
AI model
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAimodel()Aimodel(UUID id, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this aimodel object is equal to o.Creation timegetId()Model IDModel size (nullable) minimum: 0getName()Model nameOrganization IDModel statusUpdate timeinthashCode()organizationId(UUID organizationId) voidsetModelSize(Long modelSize) voidvoidsetOrganizationId(UUID organizationId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ORGANIZATION_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_MODEL_SIZE
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
-
Constructor Details
-
Aimodel
public Aimodel() -
Aimodel
-
-
Method Details
-
getId
Model ID- Returns:
- id
-
organizationId
-
getOrganizationId
Organization ID- Returns:
- organizationId
-
setOrganizationId
-
name
-
getName
Model name- Returns:
- name
-
setName
-
status
-
getStatus
Model status- Returns:
- status
-
setStatus
-
modelSize
-
getModelSize
Model size (nullable) minimum: 0- Returns:
- modelSize
-
setModelSize
-
getCreatedAt
Creation time- Returns:
- createdAt
-
getUpdatedAt
Update time- Returns:
- updatedAt
-
equals
Return true if this aimodel 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
-