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)
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
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
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)
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)
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 |