aivis-engine-v2-cn-sdk-c  0.0.0-master.5224.aec3e3c7x
Data Fields
DtoFloatConstraintValues Struct Reference

#include <aivis-engine-v2-cn-core-full.h>

Data Fields

int64_t timestamp
 
struct DtoFloatCostValue cost
 
struct List_DtoFloatConstraintValue constraints
 

Detailed Description

Output of ConstraintNavigatorInference infer_float() endpoint. It contains the timestamp at which the inference is called, DtoFloatCostValueWithNextNormal, List<DtoFloatConstraintValueWithNextNormal>, and List<DtoFeatureValueWithNextNormal>. DTO class for transferring DtoFloatConstraintValuesWithNextNormal from/to the engine. NOTE: This is not part of the JSON-API (Object is not serialized to json)

Field Documentation

◆ constraints

struct List_DtoFloatConstraintValue DtoFloatConstraintValues::constraints

List of model function values

◆ cost

struct DtoFloatCostValue DtoFloatConstraintValues::cost

Evaluation of cost function

◆ timestamp

int64_t DtoFloatConstraintValues::timestamp

Detection timestamp for this data point


The documentation for this struct was generated from the following file: