Module: Google::Cloud::Recommender::V1::RecommendationStateInfo::State
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommendation.rb
Overview
Represents Recommendation State.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default state. Don't use directly.
0
- ACTIVE =
Recommendation is active and can be applied. Recommendations content can be updated by Google.
ACTIVE recommendations can be marked as CLAIMED, SUCCEEDED, or FAILED.
1
- CLAIMED =
Recommendation is in claimed state. Recommendations content is immutable and cannot be updated by Google.
CLAIMED recommendations can be marked as CLAIMED, SUCCEEDED, or FAILED.
6
- SUCCEEDED =
Recommendation is in succeeded state. Recommendations content is immutable and cannot be updated by Google.
SUCCEEDED recommendations can be marked as SUCCEEDED, or FAILED.
3
- FAILED =
Recommendation is in failed state. Recommendations content is immutable and cannot be updated by Google.
FAILED recommendations can be marked as SUCCEEDED, or FAILED.
4
- DISMISSED =
Recommendation is in dismissed state. Recommendation content can be updated by Google.
DISMISSED recommendations can be marked as ACTIVE.
5