DatasetProps
Properties for defining a Dataset
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlpautoml-dataset
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nlpautoml;
new DatasetProps {
object DatasetName,
object ProjectId,
object DatasetRecord = null
};
Properties
Name | Type | Description |
---|---|---|
DatasetName |
object |
Property datasetName: The name of dataset. |
ProjectId |
object |
Property projectId: The ID of project. |
DatasetRecord |
object |
Property datasetRecord: Upload labeled data to the dataset. |
DatasetName
Required
public object DatasetName { get; set; }
- Type: object
Property datasetName: The name of dataset.
Cannot start with numbers and symbols, and the length cannot be greater than 32 characters.
ProjectId
Required
public object ProjectId { get; set; }
- Type: object
Property projectId: The ID of project.
To create a dataset under a certain project, fill in the target project ID.
DatasetRecord
Optional
public object DatasetRecord { get; set; }
- Type: object
Property datasetRecord: Upload labeled data to the dataset.