Reference documentation and code samples for the Google Cloud Model Armor V1 Client class FilterExecutionState.
Enum which reports whether a specific filter executed successfully or not.
Protobuf type google.cloud.modelarmor.v1.FilterExecutionState
Namespace
Google \ Cloud \ ModelArmor \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FILTER_EXECUTION_STATE_UNSPECIFIED
Value: 0Unused
Generated from protobuf enum FILTER_EXECUTION_STATE_UNSPECIFIED = 0;
EXECUTION_SUCCESS
Value: 1Filter executed successfully
Generated from protobuf enum EXECUTION_SUCCESS = 1;
EXECUTION_SKIPPED
Value: 2Filter execution was skipped. This can happen due to server-side error or permission issue.
Generated from protobuf enum EXECUTION_SKIPPED = 2;