AiWorkspaceResponse
- Print
- PDF
AiWorkspaceResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a list of AI workspaces.
Syntax
The syntax is as follows.
private String id;
private String name;
private String accountName;
private String description;
private String imageversion;
private String createdAt;
private String modifiedAt;
private Boolean disabled;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | String | Required | AI workspace identifier UUID (base62) |
name | String | Optional | AI workspace name |
accountName | String | Optional | Account name |
description | String | Optional | AI workspace description |
imageVersion | String | Optional | Docker image version |
createdAt | String | Optional | AI workspace creation date and time |
modifiedAt | String | Optional | Date and time when the AI workspace settings have been changed last |
disabled | Boolean | Optional | Whether the user has resource permissions
|
Was this article helpful?