GetAiWorkspaceDetailResponse
- Print
- PDF
GetAiWorkspaceDetailResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are AI workspace details.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private String id;
private String name;
private String accountId;
private String accountName;
private String description;
private String imageVersion;
private String createdAt;
private String modifiedAt;
private AiWorkspaceConfig contents;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the AI workspace details query was successful
|
message | String | Optional | Result message after querying the AI workspace details |
id | String | Required | AI workspace identifier UUID (base62) |
name | String | Optional | AI workspace name |
accountId | String | Optional | Account identifier UUID (base62) |
accountName | String | Required | Account name |
description | String | Optional | AI workspace description |
imageVersion | String | Optional | Docker image and image version |
createdAt | String | Optional | AI workspace creation date and time |
modifiedAt | String | Optional | Date and time when the AI workspace settings have been edited last |
contents | AiWorkspaceConfig | Optional | AiWorkspaceConfig data type |
Was this article helpful?