Package viam.app.data.v1
Class Data
java.lang.Object
viam.app.data.v1.Data
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAddBinaryDataToDatasetByIDsRequest adds the binary data with the given binary IDs to a dataset with dataset_id.static interfacestatic final classProtobuf typeviam.app.data.v1.AddBinaryDataToDatasetByIDsResponsestatic interfacestatic final classAddBoundingBoxToImageByIDRequest specifies the binary ID to which a bounding box with the associated label and position in normalized coordinates will be added.static interfacestatic final classAddBoundingBoxToImageByIDResponse returns the bounding box ID of the successfully added bounding box.static interfacestatic final classDeprecated.static interfaceDeprecated.static final classDeprecated.static interfaceDeprecated.static final classAddTagsToBinaryDataByIDsRequest requests adding all specified tags to each of the files when binary ids are provided.static interfacestatic final classProtobuf typeviam.app.data.v1.AddTagsToBinaryDataByIDsResponsestatic interfacestatic final classAnnotations are data annotations used for machine learning.static interfacestatic final classBinaryData contains data and metadata associated with binary data.static final classBinaryDataByFilterRequest requests the data and metadata of binary (image + file) data when a filter is provided.static interfacestatic final classBinaryDataByFilterResponse provides the data and metadata of binary (image + file) data when a filter is provided.static interfacestatic final classBinaryDataByFilterRequest requests the data and metadata of binary (image + file) data by binary ids.static interfacestatic final classBinaryDataByIDsResponse provides the data and metadata of binary (image + file) data when a filter is provided.static interfacestatic interfacestatic final classDeprecated.static interfaceDeprecated.static final classBinaryMetadata is the metadata associated with binary data.static interfacestatic final classBoundingBox represents a labeled bounding box on an image.static final classDeprecated.static interfaceDeprecated.static final classDeprecated.static interfaceDeprecated.static interfacestatic final classCaptureInterval describes the start and end time of the capture in this file.static interfacestatic final classCaptureMetadata contains information on the settings used for the data capture.static interfacestatic final classClassification represents a confidence score with a label.static interfacestatic final classConfigureDatabaseUserRequest accepts a Viam organization ID and a password for the database user being configured.static interfacestatic final classProtobuf typeviam.app.data.v1.ConfigureDatabaseUserResponsestatic interfacestatic final classCreateIndexRequest starts a custom index buildstatic interfacestatic final classProtobuf typeviam.app.data.v1.CreateIndexResponsestatic interfacestatic final classDataRequest encapsulates the filter for the data, a limit on the maximum results returned, a last string associated with the last returned document, and the sorting order by time.static interfacestatic final classDeleteBinaryDataByFilterRequest deletes the data and metadata of binary data when a filter is provided.static interfacestatic final classDeleteBinaryDataByFilterResponse returns the number of binary files deleted when a filter is provided.static interfacestatic final classDeleteBinaryDataByIDsRequest deletes the data and metadata of binary data when binary ids are provided.static interfacestatic final classDeleteBinaryDataByIDsResponse returns the number of binary files deleted when binary ids are provided.static interfacestatic final classDeleteIndexRequest drops the specified custom index from a collectionstatic interfacestatic final classProtobuf typeviam.app.data.v1.DeleteIndexResponsestatic interfacestatic final classDeleteTabularDataRequest deletes the data from the organization that is older than `delete_older_than_days` in UTC time.static interfacestatic final classDeleteBinaryDataResponse returns the number of tabular datapoints deleted.static interfacestatic final classExportTabularDataRequest requests tabular data from the specified data source.static interfacestatic final classExportTabularDataResponse provides unified tabular data and metadata for a single data point from the specified data source.static interfacestatic final classFilter defines the fields over which we can filter data using a logic AND.static interfacestatic final classGetDatabaseConnectionRequest requests the database connection hostname.static interfacestatic final classGetDatabaseConnectionResponse returns the database connection hostname endpoint.static interfacestatic final classGetLatestTabularDataRequest requests the most recent tabular data captured from the specified data source.static interfacestatic final classGetLatestTabularDataResponse provides the data, time synced, and time captured of the most recent tabular data captured from the requested data source, as long as it was synced within the last year.static interfacestatic final classProtobuf typeviam.app.data.v1.Indexstatic enumIndexableCollection specifies the types of collections available for custom indexesstatic enumIndexCreator specifies the entity that originally created the indexstatic interfacestatic final classListIndexesRequest returns all the indexes for a given collectionstatic interfacestatic final classProtobuf typeviam.app.data.v1.ListIndexesResponsestatic interfacestatic enumOrder specifies the order in which data is returned.static final classRemoveBinaryDataFromDatasetByIDsRequest removes the specified binary IDs from a dataset with dataset_id.static interfacestatic final classProtobuf typeviam.app.data.v1.RemoveBinaryDataFromDatasetByIDsResponsestatic interfacestatic final classRemoveBoundingBoxFromImageByIDRequest removes the bounding box with specified bounding box ID for the file represented by the binary ID.static interfacestatic final classProtobuf typeviam.app.data.v1.RemoveBoundingBoxFromImageByIDResponsestatic interfacestatic final classDeprecated.static interfaceDeprecated.static final classDeprecated.static interfaceDeprecated.static final classRemoveTagsFromBinaryDataByIDsRequest requests removing the given tags value from each file when binary ids are provided.static interfacestatic final classRemoveTagsFromBinaryDataByIDsResponse returns the number of binary files which had tags removedstatic interfacestatic final classDeprecated.static final classDeprecated.static interfaceDeprecated.static final classDeprecated.static interfaceDeprecated.static final classTabularDataByMQLRequest requests tabular data using an MQL query.static interfacestatic final classTabularDataByMQLResponse provides unified tabular data and metadata, queried with MQL.static interfacestatic final classTabularDataBySQLRequest requests tabular data using a SQL query.static interfacestatic final classTabularDataBySQLResponse provides unified tabular data and metadata, queried with SQL.static interfacestatic interfaceDeprecated.static final classTabularDataSource specifies the data source for user queries to execute on.static interfacestatic enumTabularDataSourceType specifies the data source type for TabularDataByMQL queries.static final classDeprecated.static interfaceDeprecated.static final classDeprecated.static interfaceDeprecated.static final classTagsFilter defines the type of filtering and, if applicable, over which tags to perform a logical OR.static interfacestatic enumTagsFilterType specifies how data can be filtered based on tags.static final classUpdateBoundingBoxRequest updates the bounding box with specified bounding box ID for the file represented by the binary ID.static interfacestatic final classProtobuf typeviam.app.data.v1.UpdateBoundingBoxResponsestatic interface - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)  
- 
Method Details
- 
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)  
 -