static TRITONSERVER_Error |
tritonserver.TRITONSERVER_GetMetricFamilyKind(TRITONSERVER_MetricFamily family,
int[] kind) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_GetMetricFamilyKind(TRITONSERVER_MetricFamily family,
IntBuffer kind) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_GetMetricFamilyKind(TRITONSERVER_MetricFamily family,
IntPointer kind)
Get the TRITONSERVER_MetricKind of the metric family.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricFamilyDelete(TRITONSERVER_MetricFamily family)
Delete a metric family object.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricFamilyNew(TRITONSERVER_MetricFamily family,
int kind,
BytePointer name,
BytePointer description) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricFamilyNew(TRITONSERVER_MetricFamily family,
int kind,
String name,
String description) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNew(PointerPointer metric,
TRITONSERVER_MetricFamily family,
PointerPointer labels,
long label_count)
Create a new metric object.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNew(TRITONSERVER_Metric metric,
TRITONSERVER_MetricFamily family,
TRITONSERVER_Parameter labels,
long label_count) |
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNewWithArgs(PointerPointer metric,
TRITONSERVER_MetricFamily family,
PointerPointer labels,
long label_count,
TRITONSERVER_MetricArgs args)
Create a new metric object.
|
static TRITONSERVER_Error |
tritonserver.TRITONSERVER_MetricNewWithArgs(TRITONSERVER_Metric metric,
TRITONSERVER_MetricFamily family,
TRITONSERVER_Parameter labels,
long label_count,
TRITONSERVER_MetricArgs args) |