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 \ RaiFilterSettingsMethods
__construct
Constructor.
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.
int
setFilterType
Required. Type of responsible AI filter.
var
int
$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
.
int
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
.
var
int
$this