create
create(Create a new datapoint Create a single datapoint with inputs, history, ground truth, and metadata.request:CreateDatapointRequest):Promise<CreateDatapointResponse>
createBatch
createBatch(Create multiple datapoints in batch Create multiple datapoints from events using field mappings and optional filters.request:BatchCreateDatapointsRequest):Promise<BatchCreateDatapointsResponse>
delete
delete(Delete a specific datapoint Permanently delete a datapoint by its unique identifier.request:DeleteDatapointRequest):Promise<DeleteDatapointResponse>
get
get(Retrieve a specific datapoint Get a single datapoint by its unique identifier.request:GetDatapointRequest):Promise<GetDatapointResponse>
list
list(Retrieve a list of datapoints Retrieve datapoints, optionally filtered by a list of datapoint IDs or dataset name.request?:GetDatapointsRequest):Promise<GetDatapointsResponse>
update
update(Update a specific datapoint Update fields on an existing datapoint. Only the provided fields are modified.request:UpdateDatapointRequest):Promise<UpdateDatapointResponse>

