Class RecordAggregationDimensions
The dimensions to summarize record information for a given dataset.
Inherited Members
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. |