Model Armor v1beta API - Enum InvocationResult (1.0.0-beta01)

public enum InvocationResult

Reference documentation and code samples for the Model Armor v1beta API enum InvocationResult.

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

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.dll

Fields

Name Description
Failure

All filters were skipped or failed.

Partial

Some filters were skipped or failed.

Success

All filters were invoked successfully.

Unspecified

Unused. Default value.