public sealed class AnnotationSpec : IMessage<AnnotationSpec>, IEquatable<AnnotationSpec>, IDeepCloneable<AnnotationSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class AnnotationSpec.
A definition of an annotation spec.
Implements
IMessageAnnotationSpec, IEquatableAnnotationSpec, IDeepCloneableAnnotationSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
AnnotationSpec()
public AnnotationSpec()
AnnotationSpec(AnnotationSpec)
public AnnotationSpec(AnnotationSpec other)
Parameter | |
---|---|
Name | Description |
other |
AnnotationSpec |
Properties
AnnotationSpecName
public AnnotationSpecName AnnotationSpecName { get; set; }
AnnotationSpecName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AnnotationSpecName |
DisplayName
public string DisplayName { get; set; }
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_]+
.
Property Value | |
---|---|
Type | Description |
string |
ExampleCount
public int ExampleCount { get; set; }
Output only. The number of examples in the parent dataset labeled by the annotation spec.
Property Value | |
---|---|
Type | Description |
int |
Name
public string Name { get; set; }
Output only. Resource name of the annotation spec. Form: 'projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationSpecs/{annotation_spec_id}'
Property Value | |
---|---|
Type | Description |
string |