Google Cloud Model Armor V1beta Client - Class InvocationResult (0.2.0)

Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class InvocationResult.

A field indicating the outcome of the invocation, irrespective of match status.

Protobuf type google.cloud.modelarmor.v1beta.InvocationResult

Namespace

Google \ Cloud \ ModelArmor \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INVOCATION_RESULT_UNSPECIFIED

Value: 0

Unused. Default value.

Generated from protobuf enum INVOCATION_RESULT_UNSPECIFIED = 0;

SUCCESS

Value: 1

All filters were invoked successfully.

Generated from protobuf enum SUCCESS = 1;

PARTIAL

Value: 2

Some filters were skipped or failed.

Generated from protobuf enum PARTIAL = 2;

FAILURE

Value: 3

All filters were skipped or failed.

Generated from protobuf enum FAILURE = 3;