readinessState property
The readiness state of custom bidding model. Possible string values are:
- "READINESS_STATE_UNSPECIFIED" : State is not specified or is unknown in this version.
- "READINESS_STATE_ACTIVE" : The model is trained and ready for serving.
- "READINESS_STATE_INSUFFICIENT_DATA" : There is not enough data to train the serving model.
- "READINESS_STATE_TRAINING" : The model is training and not ready for serving.
- "READINESS_STATE_NO_VALID_SCRIPT" : A valid custom bidding script has
not been provided with which to train the model. This state will only be
applied to algorithms whose
custom_bidding_algorithm_type
isSCRIPT_BASED
. - "READINESS_STATE_EVALUATION_FAILURE" : A valid script was provided but failed evaluation. This is applicable for scripts that could not be evaluated in the alloted time.
Implementation
core.String? readinessState;