Show / Hide Table of Contents

Class AddDatasetLabelsDetails

Adds a subset of Labels to the Dataset's LabelSet. This LabelSet will be merged with the current Dataset's LabelSet. Requests with duplicate Labels will be rejected.

Inheritance
object
AddDatasetLabelsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatalabelingService.Models
Assembly: OCI.DotNetSDK.Datalabelingservice.dll
Syntax
public class AddDatasetLabelsDetails

Properties

LabelSet

Declaration
[JsonProperty(PropertyName = "labelSet")]
public LabelSet LabelSet { get; set; }
Property Value
Type Description
LabelSet
In this article
Back to top