gcp_financialservices_backtest_result
ancestors
Type: UNORDERED_LIST_STRING
backtest_periods
Type: INT32
Provider name: backtestPeriods
Description: The number of consecutive months to conduct backtesting for, ending with the last full month prior to the end_time according to the dataset’s timezone.
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. The timestamp of creation of this resource.
dataset
Type: STRING
Provider name: dataset
Description: Required. The resource name of the Dataset to backtest on Format: /projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
end_time
Type: TIMESTAMP
Provider name: endTime
Description: Required. End_time specifies the latest time from which labels are used and from which data is used to generate features for backtesting. End_time should be no later than the end of the date_range of the primary dataset.
labels
Type: UNORDERED_LIST_STRING
line_of_business
Type: STRING
Provider name: lineOfBusiness
Description: Output only. The line of business (Retail/Commercial) this backtest is for. Determined by Model, cannot be set by user.
Possible values:
LINE_OF_BUSINESS_UNSPECIFIED
- An unspecified LineOfBusiness. Do not use.
COMMERCIAL
- Commercial LineOfBusiness.
RETAIL
- Retail LineOfBusiness.
model
Type: STRING
Provider name: model
Description: Required. The resource name of the Model to use or to backtest. Format: /projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
name
Type: STRING
Provider name: name
Description: Output only. The resource name of the BacktestResult. format: /projects/{project_num}/locations/{location}/instances/{instance}/backtestResults/{backtest_result}
organization_id
Type: STRING
parent
Type: STRING
Type: STRUCT
Provider name: performanceTarget
Description: Required. PerformanceTarget gives information on how the test will be evaluated.
party_investigations_per_period_hint
Type: INT64
Provider name: partyInvestigationsPerPeriodHint
Description: Required. A number that gives the tuner a hint on the number of parties from this data that will be investigated per period (monthly). This is used to control how the model is evaluated. For example, when trying AML AI for the first time, we recommend setting this to the number of parties investigated in an average month, based on alerts from your existing automated alerting system.
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
state
Type: STRING
Provider name: state
Description: Output only. State of the BacktestResult (creating, active, deleting, etc.)
Possible values:
STATE_UNSPECIFIED
- State is unspecified, should not occur.
CREATING
- The resource has not finished being created.
ACTIVE
- The resource is active/ready to be used.
UPDATING
- The resource is in the process of being updated.
DELETING
- The resource is in the process of being deleted.
Type: UNORDERED_LIST_STRING
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The timestamp of the most recent update of this resource.