Show / Hide Table of Contents

Class RemoveDatasetLabelsDetails

Removes a subset of Labels from the Dataset's LabelSet. This LabelSet will be subtracted from the current Dataset's LabelSet. Requests\u00A0with non-existent Labels will be rejected.

Inheritance
object
RemoveDatasetLabelsDetails
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 RemoveDatasetLabelsDetails

Properties

LabelSet

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