Variable$get
Variable$get(wait_for_statistics=FALSE) → self
Fetches the variable, after which variable$properties will contain a named list with entries corresponding to the properties on the variable resource definition. Will raise an error if the variable does not exist.
Parameters:
wait_for_statistics
: bool, default FALSE
If True, will wait for summary statistics on the variable to be fully populated before returning.
Returns:
self (a Variable)
Examples:
Last updated