AiAppTypeSpec
- Print
- PDF
AiAppTypeSpec
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are AI workspace settings.
Syntax
The syntax is as follows.
private String userPackageUri;
private String queueName;
private String name;
private AiAppResource resource;
private AiAppDocker docker;
private AiAppData data;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
userPackageUri | String | Optional | Path uploaded to HDFS in advance by compressing the files to use when running the AI workspace (user package) |
queueName | String | Optional | YARN queue name
|
name | String | Optional | AI workspace name |
resource | AiAppResource | Optional | AiAppResource data type
|
docker | AiAppDocker | Required | AiAppDocker date type
|
data | AiAppData | Optional | AiAppData data type
|
Was this article helpful?