var credential = new AzureKeyCredential("<key>"); var endpoint = new Uri("<https://my-service.azure.com>"); var client = new AnomalyDetectorClient(endpoint, credential); var result = await client.GetMultivariateBatchDetectionResultAsync("<resultId>"); Remarks For asynchro...
Open londumasopened this issueJun 12, 2023· 5 comments Comments Running the demo does not work with latest mmdetection. Here is the proposed dem python demo/demo_attention_rpn_detector_inference.py \ demo/demo_detection_images/query_images/demo_query.jpg \ configs/detection/attention_rpn/coco/...
Methods inherited from java.lang.Object Method Details getResultId public String getResultId() Get the resultId property: Result identifier, which is used to fetch the results of an inference call. Returns: the resultId value. Applies to Azure SDK for Java Preview...
开发者ID:IBM,项目名称:MAX-Object-Detector,代码行数:16,代码来源:object_detection_evaluation_test.py 示例14: test_export_saved_model_and_run_inference ▲点赞 5▼ # 需要导入模块: from object_detection.core import standard_fields [as 别名]# 或者: from object_detection.core.standard_fields impor...
Get the setupInfo property: Detection request for batch inference. This is an asynchronous inference which will need another API to get detection results. Returns: the setupInfo value. getStatus public MultivariateBatchDetectionStatus getStatus() Get the status property: Status of detection...
AI.AnomalyDetector Assembly: Azure.AI.AnomalyDetector.dll Package: Azure.AI.AnomalyDetector v3.0.0-preview.7 Source: MultivariateDetectionResult.cs Important Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, ...
ai.anomalydetector.models.MultivariateBatchDetectionResultSummary public final class MultivariateBatchDetectionResultSummary Multivariate anomaly detection status. Method Summary 展開資料表 Modifier and TypeMethod and Description List<ErrorResponse> getErrors() Get the errors property: Error messa...
azure.ai.anomalydetector._model_base.Model MultivariateBatchDetectionResultSummary Constructor Python 复制 MultivariateBatchDetectionResultSummary(*args: Any, **kwargs: Any) Variables 展开表 NameDescription status str or MultivariateBatchDetectionStatus Status of detection res...