CollectorSetCloudResultsFeedback Method
Provide the cloud results to the Collector to potentially improve
the result.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool SetCloudResultsFeedback(
string jsonCloudResults
)
Public Function SetCloudResultsFeedback (
jsonCloudResults As String
) As Boolean
public:
bool SetCloudResultsFeedback(
String^ jsonCloudResults
)
member SetCloudResultsFeedback :
jsonCloudResults : string -> bool
- jsonCloudResults String
- JSON results from DeepAffex Cloud SubscribeToResults endpoint
Booleantrue if feedback was set properly, false otherwise
If the results obtained from the cloud are available to the
Collector, it can make additional optimizations on future payloads
and provide more informed feedback.