Class: Google::Cloud::AIPlatform::V1::AnnotationSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AnnotationSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb
Overview
Identifies a concept with which DataItems may be annotated with.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this AnnotationSpec was created.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb', line 43 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns 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.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb', line 43 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb', line 43 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of the AnnotationSpec.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb', line 43 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when AnnotationSpec was last updated.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb', line 43 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |