GetAiWorkspaceDetailResponse
    • PDF

    GetAiWorkspaceDetailResponse

    • PDF

    Article summary

    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.

    FieldTypeRequiredDescription
    successBooleanRequiredWhether the AI workspace details query was successful
    • true | false
      • true: succeeded
      • false: failure
    messageStringOptionalResult message after querying the AI workspace details
    idStringRequiredAI workspace identifier UUID (base62)
    nameStringOptionalAI workspace name
    accountIdStringOptionalAccount identifier UUID (base62)
    accountNameStringRequiredAccount name
    descriptionStringOptionalAI workspace description
    imageVersionStringOptionalDocker image and image version
    createdAtStringOptionalAI workspace creation date and time
    modifiedAtStringOptionalDate and time when the AI workspace settings have been edited last
    contentsAiWorkspaceConfigOptionalAiWorkspaceConfig data type

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.