public interface CalculateIssueModelStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IssueModelLabelStats |
getCurrentStats()
The latest label statistics for the queried issue model.
|
IssueModelLabelStatsOrBuilder |
getCurrentStatsOrBuilder()
The latest label statistics for the queried issue model.
|
boolean |
hasCurrentStats()
The latest label statistics for the queried issue model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCurrentStats()
The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
.google.cloud.contactcenterinsights.v1.IssueModelLabelStats current_stats = 4;IssueModelLabelStats getCurrentStats()
The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
.google.cloud.contactcenterinsights.v1.IssueModelLabelStats current_stats = 4;IssueModelLabelStatsOrBuilder getCurrentStatsOrBuilder()
The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
.google.cloud.contactcenterinsights.v1.IssueModelLabelStats current_stats = 4;Copyright © 2025 Google LLC. All rights reserved.