The AnnotatedFeature Combined cache is necessary for downstream caches, such as the CompoundClass and the other export formats.
{% if not data.saved_query %}
Please save the query before generating the cache.
{% else %}
Model | Cache state/options |
Annotated Feature (Raw) |
{% if data.saved_query.cache_state %}
{% if data.annotated_feature_cache_raw and data.annotated_feature_cache_raw == 'exists' %}
Cache exists
{% elif data.annotated_feature_cache_raw and data.annotated_feature_cache_sr_raw == 'generating' %}
Cache generating, please wait. You will receive an email when the Task completes.
{% endif %}
Generate cache
{% else %}
Generate cache
{% endif %}
|
Annotated Feature (SR corrected) |
{% if data.saved_query.cache_state %}
{% if data.annotated_feature_cache_sr_corrected and data.annotated_feature_cache_sr_corrected == 'exists' %}
Cache exists
{% elif data.annotated_feature_cache_sr_corrected and data.annotated_feature_cache_sr_corrected == 'generating' %}
Cache generating, please wait. You will receive an email when the Task completes.
{% endif %}
Generate cache
{% else %}
Generate cache
{% endif %}
|
Annotated Feature (LTR corrected) |
{% if data.saved_query.cache_state %}
{% if data.annotated_feature_cache_ltr_corrected and data.annotated_feature_cache_ltr_corrected == 'exists' %}
Cache exists
{% elif data.annotated_feature_cache_ltr_corrected and data.annotated_feature_cache_ltr_corrected == 'generating' %}
Cache generating, please wait. You will receive an email when the Task completes.
{% endif %}
Generate cache
{% else %}
Generate cache
{% endif %}
|
{% endif %}
{% if data.saved_query %}