Show / Hide Table of Contents

Class RenameDatasetLabelsDetails

Renames a subset of Labels in the Dataset's LabelSet. The Labels in the source LabelSet will be replaced with the Labels in the target LabelSet. Labels are correlated by index, i.e. the first Label in the source LabelSet will be replaced by the first Label in the target LabelSet. If the size of the\u00A0source and target LabelSets are not equal, the request will be rejected.

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

Properties

SourceLabelSet

Declaration
[JsonProperty(PropertyName = "sourceLabelSet")]
public LabelSet SourceLabelSet { get; set; }
Property Value
Type Description
LabelSet

TargetLabelSet

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