Class AnnotationSpec
A definition of an annotation spec.
Inheritance
System.Object
AnnotationSpec
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class AnnotationSpec : IMessage<AnnotationSpec>, IEquatable<AnnotationSpec>, IDeepCloneable<AnnotationSpec>, IBufferMessage, IMessage
Constructors
AnnotationSpec()
Declaration
public AnnotationSpec()
AnnotationSpec(AnnotationSpec)
Declaration
public AnnotationSpec(AnnotationSpec other)
Parameters
Type | Name | Description |
---|---|---|
AnnotationSpec | other |
Properties
AnnotationSpecName
AnnotationSpecName-typed view over the Name resource name property.
Declaration
public AnnotationSpecName AnnotationSpecName { get; set; }
Property Value
Type | Description |
---|---|
AnnotationSpecName |
DisplayName
Required. The name of the annotation spec to show in the interface. The name can be
up to 32 characters long and must match the regexp [a-zA-Z0-9_]+
.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExampleCount
Output only. The number of examples in the parent dataset labeled by the annotation spec.
Declaration
public int ExampleCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Output only. Resource name of the annotation spec. Form:
'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |