Skip to content

DatasetProps

Properties for defining a Dataset.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlpautoml-dataset

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlpautoml"
&alicloudroscdknlpautoml.DatasetProps {
    DatasetName: interface{},
    ProjectId: interface{},
    DatasetRecord: interface{},
}

Properties

Name Type Description
DatasetName interface{} Property datasetName: The name of dataset.
ProjectId interface{} Property projectId: The ID of project.
DatasetRecord interface{} Property datasetRecord: Upload labeled data to the dataset.

DatasetNameRequired

DatasetName interface{}
  • Type: interface{}

Property datasetName: The name of dataset.

Cannot start with numbers and symbols, and the length cannot be greater than 32 characters.


ProjectIdRequired

ProjectId interface{}
  • Type: interface{}

Property projectId: The ID of project.

To create a dataset under a certain project, fill in the target project ID.


DatasetRecordOptional

DatasetRecord interface{}
  • Type: interface{}

Property datasetRecord: Upload labeled data to the dataset.