Model Armor v1beta API - Class SdpInspectResult (1.0.0-beta04)

public sealed class SdpInspectResult : IMessage<SdpInspectResult>, IEquatable<SdpInspectResult>, IDeepCloneable<SdpInspectResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Model Armor v1beta API class SdpInspectResult.

Sensitive Data Protection Inspection Result.

Inheritance

object > SdpInspectResult

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.dll

Constructors

SdpInspectResult()

public SdpInspectResult()

SdpInspectResult(SdpInspectResult)

public SdpInspectResult(SdpInspectResult other)
Parameter
Name Description
other SdpInspectResult

Properties

ExecutionState

public FilterExecutionState ExecutionState { get; set; }

Output only. Reports whether Sensitive Data Protection inspection was successfully executed or not.

Property Value
Type Description
FilterExecutionState

Findings

public RepeatedField<SdpFinding> Findings { get; }

List of Sensitive Data Protection findings.

Property Value
Type Description
RepeatedFieldSdpFinding

FindingsTruncated

public bool FindingsTruncated { get; set; }

If true, then there is possibility that more findings were identified and the findings returned are a subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call.

Property Value
Type Description
bool

MatchState

public FilterMatchState MatchState { get; set; }

Output only. Match state for SDP Inspection. Value is MATCH_FOUND if at least one Sensitive Data Protection finding is identified.

Property Value
Type Description
FilterMatchState

MessageItems

public RepeatedField<MessageItem> MessageItems { get; }

Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.

Property Value
Type Description
RepeatedFieldMessageItem