Google Cloud Model Armor V1beta Client - Class FilterExecutionState (0.5.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class FilterExecutionState.
Enum which reports whether a specific filter executed successfully or not.
Protobuf type google.cloud.modelarmor.v1beta.FilterExecutionState
Namespace
Google \ Cloud \ ModelArmor \ V1beta
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
FILTER_EXECUTION_STATE_UNSPECIFIED
Value: 0
Unused
Generated from protobuf enum FILTER_EXECUTION_STATE_UNSPECIFIED = 0;
EXECUTION_SUCCESS
Value: 1
Filter executed successfully
Generated from protobuf enum EXECUTION_SUCCESS = 1;
EXECUTION_SKIPPED
Value: 2
Filter execution was skipped. This can happen due to server-side error
or permission issue.
Generated from protobuf enum EXECUTION_SKIPPED = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]