GetAiWorkspaceConfigurationListResponse
- Print
- PDF
GetAiWorkspaceConfigurationListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the AI workspace configuration information.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private Integer total;
private AiWorkspaceConfig contents;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the AI workspace settings query was successful
|
message | String | Optional | Result message after querying the AI workspace settings |
total | Integer | Required | Total number of AI workspaces in the list |
contents | AiWorkspaceConfig | Optional | AiWorkspaceConfig data type |
Was this article helpful?