public static interface RaiFilterResult.RaiFilterTypeResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidenceLevel()
public abstract DetectionConfidenceLevel getConfidenceLevel()Confidence level identified for this RAI filter.
.google.cloud.modelarmor.v1.DetectionConfidenceLevel confidence_level = 2;
| Returns | |
|---|---|
| Type | Description |
DetectionConfidenceLevel |
The confidenceLevel. |
getConfidenceLevelValue()
public abstract int getConfidenceLevelValue()Confidence level identified for this RAI filter.
.google.cloud.modelarmor.v1.DetectionConfidenceLevel confidence_level = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for confidenceLevel. |
getFilterType()
public abstract RaiFilterType getFilterType()Type of responsible AI filter.
.google.cloud.modelarmor.v1.RaiFilterType filter_type = 1;
| Returns | |
|---|---|
| Type | Description |
RaiFilterType |
The filterType. |
getFilterTypeValue()
public abstract int getFilterTypeValue()Type of responsible AI filter.
.google.cloud.modelarmor.v1.RaiFilterType filter_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for filterType. |
getMatchState()
public abstract FilterMatchState getMatchState()Output only. Match state for this RAI filter.
.google.cloud.modelarmor.v1.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FilterMatchState |
The matchState. |
getMatchStateValue()
public abstract int getMatchStateValue()Output only. Match state for this RAI filter.
.google.cloud.modelarmor.v1.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for matchState. |