Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 6.62 KB

File metadata and controls

30 lines (25 loc) · 6.62 KB

LogRecordsQueryCountRequest

Example Usage

import { LogRecordsQueryCountRequest } from "galileo-generated/models";

let value: LogRecordsQueryCountRequest = {
  logStreamId: "74aec44e-ec21-4c9f-a3e2-b2ab2b81b4db",
  filters: [
    {
      columnId: "<id>",
      operator: "eq",
      value: "example input",
      caseSensitive: true,
      type: "text",
    },
  ],
};

Fields

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.LogRecordsQueryCountRequestFilter[] N/A
filterTree models.FilterExpressionAnnotatedUnionLogRecordsIDFilterLogRecordsDateFilterLogRecordsNumberFilterLogRecordsBooleanFilterLogRecordsCollectionFilterLogRecordsTextFilterFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorType N/A