Creates a PAI dataset for machine learning data management.
Syntax
{
"Type": "ALIYUN::PAI::Dataset",
"Properties": {
"Options": String,
"Description": String,
"Accessibility": String,
"DatasetName": String,
"SourceType": String,
"SourceId": String,
"DataSourceType": String,
"WorkspaceId": String,
"DataType": String,
"Uri": String,
"Property": String
}
}
Properties
|
Property Name |
Type |
Required |
Update allowed |
Description |
Constraints |
|
Options |
String |
No |
Yes |
An extension field. |
When using the dataset with DLC, set mountPath to the default mount path. Example:
|
|
Description |
String |
No |
Yes |
The description. |
Data used for annotation. |
|
Accessibility |
String |
No |
Yes |
The dataset visibility. |
Valid values:
|
|
DatasetName |
String |
Yes |
Yes |
The name of the dataset. |
Naming rules:
|
|
SourceType |
String |
No |
No |
The type of the data source. |
Valid values:
|
|
SourceId |
String |
No |
No |
The ID of the data source. |
Values:
|
|
DataSourceType |
String |
Yes |
No |
The type of the data source. |
Valid values:
|
|
WorkspaceId |
String |
Yes |
No |
The workspace ID. |
None |
|
DataType |
String |
No |
No |
The type of the dataset. |
Valid values:
|
|
Uri |
String |
Yes |
No |
The data URI. |
Values:
|
|
Property |
String |
Yes |
No |
The property of the dataset. |
Valid values:
|
Return values
Fn::GetAtt
-
Options: The extension field.
-
Description: The dataset description.
-
Accessibility: The dataset visibility.
-
SourceId: The source ID.
-
CreateTime: The creation time.
-
SourceType: The source type.
-
WorkspaceId: The workspace ID.
-
Uri: The data URI.
-
GmtModifiedTime: The last modification time.
-
DatasetId: The dataset ID.
-
OwnerId: The Alibaba Cloud account ID.
-
DatasetName: The dataset name.
-
UserId: The user ID.
-
DataSourceType: The data source type.
-
DataType: The data type.
-
Property: The dataset property.