Show / Hide Table of Contents

Class DataScienceLabelingDataset

The dataset created by the Data Labeling Service.

Inheritance
object
Dataset
DataScienceLabelingDataset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DataScienceLabelingDataset : Dataset

Properties

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

In this article
Back to top