Class DataScienceLabelingDataset
The dataset created by the Data Labeling Service.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DataScienceLabelingDataset : DatasetProperties
DatasetId
Declaration
[Required(ErrorMessage = "DatasetId is required.")]
[JsonProperty(PropertyName = "datasetId")]
public string DatasetId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID of the Data Labeling dataset. | 
Remarks
Required