Interface Public.ActualOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Public.Actual, Public.Actual.Builder
    Enclosing class:
    Public

    public static interface Public.ActualOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsTags​(String key)
      tags is a map of human readable model input field that will be used to group together a subset of Actuals for a given model_id and model_version.
      Public.Label getLabel()
      .public.Label label = 2;
      Public.LabelOrBuilder getLabelOrBuilder()
      .public.Label label = 2;
      Map<String,​Public.Value> getTags()
      Deprecated.
      int getTagsCount()
      tags is a map of human readable model input field that will be used to group together a subset of Actuals for a given model_id and model_version.
      Map<String,​Public.Value> getTagsMap()
      tags is a map of human readable model input field that will be used to group together a subset of Actuals for a given model_id and model_version.
      Public.Value getTagsOrDefault​(String key, Public.Value defaultValue)
      tags is a map of human readable model input field that will be used to group together a subset of Actuals for a given model_id and model_version.
      Public.Value getTagsOrThrow​(String key)
      tags is a map of human readable model input field that will be used to group together a subset of Actuals for a given model_id and model_version.
      com.google.protobuf.Timestamp getTimestamp()
      .google.protobuf.Timestamp timestamp = 1;
      com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      .google.protobuf.Timestamp timestamp = 1;
      boolean hasLabel()
      .public.Label label = 2;
      boolean hasTimestamp()
      .google.protobuf.Timestamp timestamp = 1;
      • 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

      • hasTimestamp

        boolean hasTimestamp()
        .google.protobuf.Timestamp timestamp = 1;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
        .google.protobuf.Timestamp timestamp = 1;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
        .google.protobuf.Timestamp timestamp = 1;
      • hasLabel

        boolean hasLabel()
        .public.Label label = 2;
        Returns:
        Whether the label field is set.
      • getLabel

        Public.Label getLabel()
        .public.Label label = 2;
        Returns:
        The label.
      • getTagsCount

        int getTagsCount()
         tags is a map of human readable model input field that will be used to group together a subset of Actuals
         for a given model_id and model_version. Separated from features in the UI and is normally used for model metadata.
         For an Actual with a tag, if its corresponding Prediction also has a tag,
         we save the Prediction's tag in the Conclusion record and this tag is discarded. Otherwise this tag is saved.
         
        map<string, .public.Value> tags = 3;
      • containsTags

        boolean containsTags​(String key)
         tags is a map of human readable model input field that will be used to group together a subset of Actuals
         for a given model_id and model_version. Separated from features in the UI and is normally used for model metadata.
         For an Actual with a tag, if its corresponding Prediction also has a tag,
         we save the Prediction's tag in the Conclusion record and this tag is discarded. Otherwise this tag is saved.
         
        map<string, .public.Value> tags = 3;
      • getTagsMap

        Map<String,​Public.Value> getTagsMap()
         tags is a map of human readable model input field that will be used to group together a subset of Actuals
         for a given model_id and model_version. Separated from features in the UI and is normally used for model metadata.
         For an Actual with a tag, if its corresponding Prediction also has a tag,
         we save the Prediction's tag in the Conclusion record and this tag is discarded. Otherwise this tag is saved.
         
        map<string, .public.Value> tags = 3;
      • getTagsOrDefault

        Public.Value getTagsOrDefault​(String key,
                                      Public.Value defaultValue)
         tags is a map of human readable model input field that will be used to group together a subset of Actuals
         for a given model_id and model_version. Separated from features in the UI and is normally used for model metadata.
         For an Actual with a tag, if its corresponding Prediction also has a tag,
         we save the Prediction's tag in the Conclusion record and this tag is discarded. Otherwise this tag is saved.
         
        map<string, .public.Value> tags = 3;
      • getTagsOrThrow

        Public.Value getTagsOrThrow​(String key)
         tags is a map of human readable model input field that will be used to group together a subset of Actuals
         for a given model_id and model_version. Separated from features in the UI and is normally used for model metadata.
         For an Actual with a tag, if its corresponding Prediction also has a tag,
         we save the Prediction's tag in the Conclusion record and this tag is discarded. Otherwise this tag is saved.
         
        map<string, .public.Value> tags = 3;