Show / Hide Table of Contents

Class RecordAggregationDimensions

The dimensions to summarize record information for a given dataset.

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

Properties

AnnotationLabelContains

Declaration
[JsonProperty(PropertyName = "annotationLabelContains")]
public string AnnotationLabelContains { get; set; }
Property Value
Type Description
string

Whether or not the annotation contains a label.

IsLabeled

Declaration
[JsonProperty(PropertyName = "isLabeled")]
public bool? IsLabeled { get; set; }
Property Value
Type Description
bool?

Whether or not the record has been labeled and has associated annotations.

In this article
Back to top