Skip to content

[Doc] Mention that retrieve is lazy and doesn't make any HTTP call #12

Open
@maingoh

Description

@maingoh

This is the hack I currently use to infere on resource without making an API call to retrieve the data :

from deepomatic.resources.recognition import RecognitionVersion

version = RecognitionVersion(client.RecognitionVersion._helper, pk=version_id)

task = version.inference(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    difficulty/trivialTrivial issue (few lines to change)kind/documentationMissing or not up-to-date documentationpriority/lowIssue to solve at some point

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions