Interface CalculateIssueModelStatsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCurrentStats

        boolean 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;
        Returns:
        Whether the currentStats field is set.
      • getCurrentStats

        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;
        Returns:
        The currentStats.
      • getCurrentStatsOrBuilder

        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;