Initializing help system before first use

Dictionaries

Dictionaries define mappings from strings to values

insightapi2~dictionary  : record
Contains named values of type any
names  : set of constant text
The names of all the values in the dictionary
values  : list of any
The values stored in the dictionary
entries  : list of insightapi2~dictionary_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : any
See also
insightapi2~dictionary_of_array_or_scalar_or_set  : record
Contains named values of type insightapi2~array_or_scalar_or_set
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~array_or_scalar_or_set
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_array_or_scalar_or_set_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_array_or_scalar_or_set_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~array_or_scalar_or_set
See also
insightapi2~dictionary_of_execution_mode  : record
Contains named values of type insightapi2~execution_mode
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~execution_mode
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_execution_mode_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_execution_mode_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~execution_mode
See also
insightapi2~dictionary_of_execution_resource_group  : record
Contains named values of type insightapi2~execution_resource_group
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~execution_resource_group
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_execution_resource_group_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_execution_resource_group_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~execution_resource_group
See also
insightapi2~dictionary_of_job_phase_metric  : record
Contains named values of type insightapi2~job_phase_metric
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~job_phase_metric
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_job_phase_metric_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_job_phase_metric_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~job_phase_metric
See also
insightapi2~dictionary_of_list_of_any  : record
Contains named values of type list of any
names  : set of constant text
The names of all the values in the dictionary
values  : list of list of any
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_list_of_any_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_list_of_any_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : list of any
See also
insightapi2~dictionary_of_model_entity  : record
Contains named values of type insightapi2~model_entity
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~model_entity
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_model_entity_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_model_entity_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~model_entity
See also
insightapi2~dictionary_of_scenario_type  : record
Contains named values of type insightapi2~scenario_type
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~scenario_type
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_scenario_type_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_scenario_type_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~scenario_type
See also
insightapi2~dictionary_of_text  : record
Contains named values of type text
names  : set of constant text
The names of all the values in the dictionary
values  : list of text
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_text_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_text_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : text
See also
insightapi2~dictionary_of_visualization_health_check  : record
Contains named values of type insightapi2~visualization_health_check
names  : set of constant text
The names of all the values in the dictionary
values  : list of insightapi2~visualization_health_check
The values stored in the dictionary
entries  : list of insightapi2~dictionary_of_visualization_health_check_entry
The name-value pairs stored in the dictionary
See also
insightapi2~dictionary_of_visualization_health_check_entry  : record
Contains a single name/value pair from a dictionary
name  : text
value  : insightapi2~visualization_health_check
See also
Removes a dictionary entry with the given name
Retrieve a named value stored in a dictionary
Check if a dictionary contains a value with the given name
Add or update a dictionary entry with a given name

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.