suspensionState property

String? suspensionState
getter/setter pair

The suspension state of custom bidding model.

Output only. Possible string values are:

  • "SUSPENSION_STATE_UNSPECIFIED" : State is not specified or is unknown in this version.
  • "SUSPENSION_STATE_ENABLED" : Model is enabled, either recently used, currently used or scheduled to be used. The algorithm is actively scoring impressions for this advertiser.
  • "SUSPENSION_STATE_DORMANT" : Model has not been used recently. Although the model still acts as ENABLED, it will eventually be suspended if not used.
  • "SUSPENSION_STATE_SUSPENDED" : Model is suspended from scoring impressions and cannot serve. If the algorithm is assigned to a line item under this advertiser or otherwise updated, it will switch back to the ENABLED state and require time to prepare the serving model again.

Implementation

core.String? suspensionState;