Show / Hide Table of Contents

Class AnnotationAggregationDimensions

The dimensions to summarize annotations for a given dataset.

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

Properties

Label

Declaration
[JsonProperty(PropertyName = "label")]
public Label Label { get; set; }
Property Value
Type Description
Label

UpdatedBy

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

The OCID of the principal which updated the resource.

In this article
Back to top