Google Cloud Model Armor V1 Client - Class RaiFilter (0.5.0)

Reference documentation and code samples for the Google Cloud Model Armor V1 Client class RaiFilter.

Responsible AI filter.

Generated from protobuf message google.cloud.modelarmor.v1.RaiFilterSettings.RaiFilter

Namespace

Google \ Cloud \ ModelArmor \ V1 \ RaiFilterSettings

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ filter_type int

Required. Type of responsible AI filter.

↳ confidence_level int

Optional. Confidence level for this RAI filter. During data sanitization, if data is classified under this filter with a confidence level equal to or greater than the specified level, a positive match is reported. If the confidence level is unspecified (i.e., 0), the system will use a reasonable default level based on the filter_type.

getFilterType

Required. Type of responsible AI filter.

Returns
Type Description
int Enum of type RaiFilterType.

setFilterType

Required. Type of responsible AI filter.

Parameter
Name Description
var int

Enum of type RaiFilterType.

Returns
Type Description
$this

getConfidenceLevel

Optional. Confidence level for this RAI filter.

During data sanitization, if data is classified under this filter with a confidence level equal to or greater than the specified level, a positive match is reported. If the confidence level is unspecified (i.e., 0), the system will use a reasonable default level based on the filter_type.

Returns
Type Description
int Enum of type DetectionConfidenceLevel.

setConfidenceLevel

Optional. Confidence level for this RAI filter.

During data sanitization, if data is classified under this filter with a confidence level equal to or greater than the specified level, a positive match is reported. If the confidence level is unspecified (i.e., 0), the system will use a reasonable default level based on the filter_type.

Parameter
Name Description
var int

Enum of type DetectionConfidenceLevel.

Returns
Type Description
$this