Usage: vws wait-for-model-target-dataset-generated [OPTIONS]

  Wait for Vuforia to finish generating a Model Target dataset.

  This is done by polling the Model Target Web API. The status of the dataset is
  shown once Vuforia has finished with it. A dataset which failed to generate is
  also finished, and gives a non-zero exit code.

Options:
  --seconds-between-requests FLOAT RANGE
                                  The number of seconds to wait between requests
                                  made while polling the dataset status. We wait
                                  0.2 seconds by default, rather than less, than
                                  that to decrease the number of calls made to
                                  the API, to decrease the likelihood of hitting
                                  the request quota.  [default: 0.2; x>=0.05]
  --timeout-seconds FLOAT RANGE   The maximum number of seconds to wait for the
                                  dataset to be generated.  [default: 300;
                                  x>=0.05]
  --dataset-uuid TEXT             The UUID of a Model Target dataset, as given
                                  when the dataset was created.  [required]
  --dataset-type [standard|advanced]
                                  The kind of Model Target dataset. Standard and
                                  advanced datasets are separate resources, so a
                                  dataset created as one type is not visible to
                                  requests for the other type.  [default:
                                  standard]
  --client-id TEXT                A Vuforia OAuth2 client ID to use to access
                                  the Model Target Web API.  [env var:
                                  VUFORIA_MODEL_TARGET_CLIENT_ID; required]
  --client-secret TEXT            A Vuforia OAuth2 client secret to use to
                                  access the Model Target Web API.  [env var:
                                  VUFORIA_MODEL_TARGET_CLIENT_SECRET; required]
  --base-vws-url TEXT             The base URL for the VWS API.  [default:
                                  https://vws.vuforia.com]
  --connection-timeout-seconds FLOAT RANGE
                                  The connection timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  --read-timeout-seconds FLOAT RANGE
                                  The read timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  -h, --help                      Show this message and exit.
