import { LogRecordsDeleteRequest } from "galileo-generated/models";
let value: LogRecordsDeleteRequest = {
logStreamId: "74aec44e-ec21-4c9f-a3e2-b2ab2b81b4db",
filters: [
{
columnId: "<id>",
operator: "eq",
value: "example input",
caseSensitive: true,
type: "text",
},
],
};
| Field |
Type |
Required |
Description |
logStreamId |
string |
➖ |
Log stream id associated with the traces. |
experimentId |
string |
➖ |
Experiment id associated with the traces. |
metricsTestingId |
string |
➖ |
Metrics testing id associated with the traces. |
filters |
models.LogRecordsDeleteRequestFilter[] |
➖ |
N/A |
filterTree |
models.FilterExpressionAnnotatedUnionLogRecordsIDFilterLogRecordsDateFilterLogRecordsNumberFilterLogRecordsBooleanFilterLogRecordsCollectionFilterLogRecordsTextFilterFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorType |
➖ |
N/A |