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

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

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

Finding corresponding to Sensitive Data Protection filter.

Inheritance

object > SdpFinding

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.dll

Constructors

SdpFinding()

public SdpFinding()

SdpFinding(SdpFinding)

public SdpFinding(SdpFinding other)
Parameter
Name Description
other SdpFinding

Properties

InfoType

public string InfoType { get; set; }

Name of Sensitive Data Protection info type for this finding.

Property Value
Type Description
string

Likelihood

public SdpFindingLikelihood Likelihood { get; set; }

Identified confidence likelihood for info_type.

Property Value
Type Description
SdpFindingLikelihood

Location

public SdpFinding.Types.SdpFindingLocation Location { get; set; }

Location for this finding.

Property Value
Type Description
SdpFindingTypesSdpFindingLocation