Class DataObject (0.11.0)

DataObject(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A dataObject resource in Vector Search.

Attributes

Name Description
name str
Identifier. The fully qualified resource name of the dataObject. Format: projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object_id} The data_object_id must be 1-63 characters long, and comply with RFC1035 __.
data_object_id str
Output only. The id of the dataObject.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp the dataObject was created at.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp the dataObject was last updated.
data google.protobuf.struct_pb2.Struct
Optional. The data of the dataObject.
vectors MutableMapping[str, google.cloud.vectorsearch_v1.types.Vector]
Optional. The vectors of the dataObject.
etag str
Optional. The etag of the dataObject.

Classes

VectorsEntry

VectorsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.