do_customvision_op: Carry out a Custom Vision operation

Description Usage Arguments Details See Also

Description

Carry out a Custom Vision operation

Usage

1
2
3
4
5
6
7
8
9
do_training_op(project, ...)

## S3 method for class 'customvision_project'
do_training_op(project, op, ...)

do_prediction_op(service, ...)

## S3 method for class 'customvision_predictive_service'
do_prediction_op(service, op, ...)

Arguments

project

For do_training_op, a Custom Vision project.

op, ...

Further arguments passed to call_cognitive_endpoint, and ultimately to the REST API.

service

For do_prediction_op, a Custom Vision predictive service.

Details

These functions provide low-level access to the Custom Vision REST API. do_training_op is for working with the training endpoint, and do_prediction_op with the prediction endpoint. You can use them if the other tools in this package don't provide what you need.

See Also

customvision_training_endpoint, customvision_prediction_endpoint, customvision_project, customvision_predictive_service, call_cognitive_endpoint


AzureVision documentation built on Jan. 13, 2021, 5:05 a.m.