You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ``ModelTargetService`` and ``AsyncModelTargetService``, which cover
the create, poll, download and delete lifecycle for standard and
advanced Model Target datasets.
The clients authenticate with OAuth2 client credentials and reuse the
returned bearer token until it expires. Typed request structures
describe the models, guide views and State-Based Model Target
configuration which Vuforia accepts, and the Model Target error envelope
is parsed into public exceptions.
Closes#3119.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
``ModelTargetService`` and ``AsyncModelTargetService`` create standard and advanced Model Target datasets, wait for them to be generated, download them and delete them.
0 commit comments