Package viam.app.data.v1
Class Data
java.lang.Object
viam.app.data.v1.Data
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
AddBinaryDataToDatasetByIDsRequest adds the binary data with the given binary IDs to a dataset with dataset_id.static interface
static final class
Protobuf typeviam.app.data.v1.AddBinaryDataToDatasetByIDsResponse
static interface
static final class
AddBoundingBoxToImageByIDRequest specifies the binary ID to which a bounding box with the associated label and position in normalized coordinates will be added.static interface
static final class
AddBoundingBoxToImageByIDResponse returns the bounding box ID of the successfully added bounding box.static interface
static final class
AddTagsToBinaryDataByFilterRequest requests adding all specified tags to each of the files when a filter is provided.static interface
static final class
Protobuf typeviam.app.data.v1.AddTagsToBinaryDataByFilterResponse
static interface
static final class
AddTagsToBinaryDataByIDsRequest requests adding all specified tags to each of the files when binary ids are provided.static interface
static final class
Protobuf typeviam.app.data.v1.AddTagsToBinaryDataByIDsResponse
static interface
static final class
Annotations are data annotations used for machine learning.static interface
static final class
BinaryData contains data and metadata associated with binary data.static final class
BinaryDataByFilterRequest requests the data and metadata of binary (image + file) data when a filter is provided.static interface
static final class
BinaryDataByFilterResponse provides the data and metadata of binary (image + file) data when a filter is provided.static interface
static final class
BinaryDataByFilterRequest requests the data and metadata of binary (image + file) data by binary ids.static interface
static final class
BinaryDataByIDsResponse provides the data and metadata of binary (image + file) data when a filter is provided.static interface
static interface
static final class
BinaryID is the unique identifier for a file that one can request to be retrieved or modified.static interface
static final class
BinaryMetadata is the metadata associated with binary data.static interface
static final class
BoundingBox represents a labeled bounding box on an image.static final class
BoundingBoxLabelsByFilterRequest requests all the labels of the bounding boxes from files from a given filter.static interface
static final class
BoundingBoxLabelsByFilterRequest returns all the labels of the bounding boxes from files from a given filter.static interface
static interface
static final class
CaptureInterval describes the start and end time of the capture in this file.static interface
static final class
CaptureMetadata contains information on the settings used for the data capture.static interface
static final class
Classification represents a confidence score with a label.static interface
static final class
ConfigureDatabaseUserRequest accepts a Viam organization ID and a password for the database user being configured.static interface
static final class
Protobuf typeviam.app.data.v1.ConfigureDatabaseUserResponse
static interface
static final class
DataRequest 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 interface
static final class
DeleteBinaryDataByFilterRequest deletes the data and metadata of binary data when a filter is provided.static interface
static final class
DeleteBinaryDataByFilterResponse returns the number of binary files deleted when a filter is provided.static interface
static final class
DeleteBinaryDataByIDsRequest deletes the data and metadata of binary data when binary ids are provided.static interface
static final class
DeleteBinaryDataByIDsResponse returns the number of binary files deleted when binary ids are provided.static interface
static final class
DeleteTabularDataRequest deletes the data from the organization that is older than `delete_older_than_days` in UTC time.static interface
static final class
DeleteBinaryDataResponse returns the number of tabular datapoints deleted.static interface
static final class
ExportTabularDataRequest requests tabular data from the specified data source.static interface
static final class
ExportTabularDataResponse provides unified tabular data and metadata for a single data point from the specified data source.static interface
static final class
Filter defines the fields over which we can filter data using a logic AND.static interface
static final class
GetDatabaseConnectionRequest requests the database connection hostname.static interface
static final class
GetDatabaseConnectionResponse returns the database connection hostname endpoint.static interface
static final class
GetLatestTabularDataRequest requests the most recent tabular data captured from the specified data source.static interface
static final class
GetLatestTabularDataResponse 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 interface
static enum
Order specifies the order in which data is returned.static final class
RemoveBinaryDataFromDatasetByIDsRequest removes the specified binary IDs from a dataset with dataset_id.static interface
static final class
Protobuf typeviam.app.data.v1.RemoveBinaryDataFromDatasetByIDsResponse
static interface
static final class
RemoveBoundingBoxFromImageByIDRequest removes the bounding box with specified bounding box ID for the file represented by the binary ID.static interface
static final class
Protobuf typeviam.app.data.v1.RemoveBoundingBoxFromImageByIDResponse
static interface
static final class
RemoveTagsFromBinaryDataByFilterRequest requests removing the given tags value from each file when a filter is provided.static interface
static final class
RemoveTagsFromBinaryDataByFilterResponse returns the number of binary files which had tags removed.static interface
static final class
RemoveTagsFromBinaryDataByIDsRequest requests removing the given tags value from each file when binary ids are provided.static interface
static final class
RemoveTagsFromBinaryDataByIDsResponse returns the number of binary files which had tags removedstatic interface
static final class
Deprecated.static final class
Deprecated.static interface
Deprecated.static final class
Deprecated.static interface
Deprecated.static final class
TabularDataByMQLRequest requests tabular data using an MQL query.static interface
static final class
TabularDataByMQLResponse provides unified tabular data and metadata, queried with MQL.static interface
static final class
TabularDataBySQLRequest requests tabular data using a SQL query.static interface
static final class
TabularDataBySQLResponse provides unified tabular data and metadata, queried with SQL.static interface
static interface
Deprecated.static final class
TagsByFilterRequest requests the unique tags from data based on given filter.static interface
static final class
TagsByFilterResponse returns the unique tags from data based on given filter.static interface
static final class
TagsFilter defines the type of filtering and, if applicable, over which tags to perform a logical OR.static interface
static enum
TagsFilterType specifies how data can be filtered based on tags.static final class
UpdateBoundingBoxRequest updates the bounding box with specified bounding box ID for the file represented by the binary ID.static interface
static final class
Protobuf typeviam.app.data.v1.UpdateBoundingBoxResponse
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-