Class: Google::Cloud::AIPlatform::V1::AnnotationSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when this AnnotationSpec was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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