Package com.exoscale.sdk.model
Class ListModelsResponseEntry
java.lang.Object
com.exoscale.sdk.model.ListModelsResponseEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListModelsResponseEntry
extends Object
AI model
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListModelsResponseEntry(UUID id, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this list-models-response-entry object is equal to o.Creation timegetId()Model IDModel size (nullable) minimum: 0getName()Model nameModel statusUpdate timeinthashCode()voidsetModelSize(Long modelSize) voidvoidtoString()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_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
-
ListModelsResponseEntry
public ListModelsResponseEntry() -
ListModelsResponseEntry
-
-
Method Details
-
getId
Model ID- Returns:
- id
-
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 list-models-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
-