public sealed class AnnotationSpec : IMessage<AnnotationSpec>, IEquatable<AnnotationSpec>, IDeepCloneable<AnnotationSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AnnotationSpec.
Identifies a concept with which DataItems may be annotated with.
Implements
IMessageAnnotationSpec, IEquatableAnnotationSpec, IDeepCloneableAnnotationSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this AnnotationSpec was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Property Value | |
---|---|
Type | Description |
string |
Etag
public string Etag { get; set; }
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Output only. Resource name of the AnnotationSpec.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when AnnotationSpec was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |