public interface EvaluationRunCachingSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRunCachingMode()
public abstract EvaluationRunCachingSettings.EvaluationRunCachingMode getRunCachingMode()Optional. The caching mode to use for the evaluation run. If not set, default to FORCE_RUN.
.google.cloud.ces.v1beta.EvaluationRunCachingSettings.EvaluationRunCachingMode run_caching_mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationRunCachingSettings.EvaluationRunCachingMode |
The runCachingMode. |
getRunCachingModeValue()
public abstract int getRunCachingModeValue()Optional. The caching mode to use for the evaluation run. If not set, default to FORCE_RUN.
.google.cloud.ces.v1beta.EvaluationRunCachingSettings.EvaluationRunCachingMode run_caching_mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for runCachingMode. |