All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.DatasetVersionMetricsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface DatasetVersionMetricsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.DatasetVersionMetrics)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Number of inputs
   * 
* * .google.protobuf.UInt64Value inputs_count = 1; * @return Whether the inputsCount field is set. */ boolean hasInputsCount(); /** *
   * Number of inputs
   * 
* * .google.protobuf.UInt64Value inputs_count = 1; * @return The inputsCount. */ com.google.protobuf.UInt64Value getInputsCount(); /** *
   * Number of inputs
   * 
* * .google.protobuf.UInt64Value inputs_count = 1; */ com.google.protobuf.UInt64ValueOrBuilder getInputsCountOrBuilder(); /** *
   * Number of unlabeled inputs
   * An input is considered unlabeled if it there are no annotations with positive labels for that input.
   * 
* * .google.protobuf.UInt64Value unlabeled_inputs_count = 6; * @return Whether the unlabeledInputsCount field is set. */ boolean hasUnlabeledInputsCount(); /** *
   * Number of unlabeled inputs
   * An input is considered unlabeled if it there are no annotations with positive labels for that input.
   * 
* * .google.protobuf.UInt64Value unlabeled_inputs_count = 6; * @return The unlabeledInputsCount. */ com.google.protobuf.UInt64Value getUnlabeledInputsCount(); /** *
   * Number of unlabeled inputs
   * An input is considered unlabeled if it there are no annotations with positive labels for that input.
   * 
* * .google.protobuf.UInt64Value unlabeled_inputs_count = 6; */ com.google.protobuf.UInt64ValueOrBuilder getUnlabeledInputsCountOrBuilder(); /** *
   * Number of inputs that have metadata
   * 
* * .google.protobuf.UInt64Value inputs_with_metadata_count = 8; * @return Whether the inputsWithMetadataCount field is set. */ boolean hasInputsWithMetadataCount(); /** *
   * Number of inputs that have metadata
   * 
* * .google.protobuf.UInt64Value inputs_with_metadata_count = 8; * @return The inputsWithMetadataCount. */ com.google.protobuf.UInt64Value getInputsWithMetadataCount(); /** *
   * Number of inputs that have metadata
   * 
* * .google.protobuf.UInt64Value inputs_with_metadata_count = 8; */ com.google.protobuf.UInt64ValueOrBuilder getInputsWithMetadataCountOrBuilder(); /** *
   * Number of inputs that have geo information
   * 
* * .google.protobuf.UInt64Value inputs_with_geo_count = 9; * @return Whether the inputsWithGeoCount field is set. */ boolean hasInputsWithGeoCount(); /** *
   * Number of inputs that have geo information
   * 
* * .google.protobuf.UInt64Value inputs_with_geo_count = 9; * @return The inputsWithGeoCount. */ com.google.protobuf.UInt64Value getInputsWithGeoCount(); /** *
   * Number of inputs that have geo information
   * 
* * .google.protobuf.UInt64Value inputs_with_geo_count = 9; */ com.google.protobuf.UInt64ValueOrBuilder getInputsWithGeoCountOrBuilder(); /** *
   * Number of regions
   * 
* * .google.protobuf.UInt64Value regions_count = 20; * @return Whether the regionsCount field is set. */ boolean hasRegionsCount(); /** *
   * Number of regions
   * 
* * .google.protobuf.UInt64Value regions_count = 20; * @return The regionsCount. */ com.google.protobuf.UInt64Value getRegionsCount(); /** *
   * Number of regions
   * 
* * .google.protobuf.UInt64Value regions_count = 20; */ com.google.protobuf.UInt64ValueOrBuilder getRegionsCountOrBuilder(); /** *
   * The matrix shows where the regions are located.
   * Example: If the matrix has 2x2 dimensions, then
   * * region_location_matrix[0][0] = the number of regions that appear in the top left corner, i.e. [0,0]..(0.5,0.5)
   * * region_location_matrix[0][1] = the number of regions that appear in the top right corner, i.e. [0,0.5]..[0.5,1]
   * * region_location_matrix[1][0] = the number of regions that appear in the bottom left corner, i.e. [0.5,0]..[1,0.5)
   * * region_location_matrix[1][1] = the number of regions that appear in the bottom right corner, i.e. [0.5,0.5]..[1,1]
   * 
* * .MatrixUint64 region_location_matrix = 21; * @return Whether the regionLocationMatrix field is set. */ boolean hasRegionLocationMatrix(); /** *
   * The matrix shows where the regions are located.
   * Example: If the matrix has 2x2 dimensions, then
   * * region_location_matrix[0][0] = the number of regions that appear in the top left corner, i.e. [0,0]..(0.5,0.5)
   * * region_location_matrix[0][1] = the number of regions that appear in the top right corner, i.e. [0,0.5]..[0.5,1]
   * * region_location_matrix[1][0] = the number of regions that appear in the bottom left corner, i.e. [0.5,0]..[1,0.5)
   * * region_location_matrix[1][1] = the number of regions that appear in the bottom right corner, i.e. [0.5,0.5]..[1,1]
   * 
* * .MatrixUint64 region_location_matrix = 21; * @return The regionLocationMatrix. */ com.clarifai.grpc.api.utils.Matrix.MatrixUint64 getRegionLocationMatrix(); /** *
   * The matrix shows where the regions are located.
   * Example: If the matrix has 2x2 dimensions, then
   * * region_location_matrix[0][0] = the number of regions that appear in the top left corner, i.e. [0,0]..(0.5,0.5)
   * * region_location_matrix[0][1] = the number of regions that appear in the top right corner, i.e. [0,0.5]..[0.5,1]
   * * region_location_matrix[1][0] = the number of regions that appear in the bottom left corner, i.e. [0.5,0]..[1,0.5)
   * * region_location_matrix[1][1] = the number of regions that appear in the bottom right corner, i.e. [0.5,0.5]..[1,1]
   * 
* * .MatrixUint64 region_location_matrix = 21; */ com.clarifai.grpc.api.utils.Matrix.MatrixUint64OrBuilder getRegionLocationMatrixOrBuilder(); /** *
   * Number of bounding boxes
   * 
* * .google.protobuf.UInt64Value bounding_boxes_count = 22; * @return Whether the boundingBoxesCount field is set. */ boolean hasBoundingBoxesCount(); /** *
   * Number of bounding boxes
   * 
* * .google.protobuf.UInt64Value bounding_boxes_count = 22; * @return The boundingBoxesCount. */ com.google.protobuf.UInt64Value getBoundingBoxesCount(); /** *
   * Number of bounding boxes
   * 
* * .google.protobuf.UInt64Value bounding_boxes_count = 22; */ com.google.protobuf.UInt64ValueOrBuilder getBoundingBoxesCountOrBuilder(); /** *
   * Number of polygons
   * 
* * .google.protobuf.UInt64Value polygons_count = 23; * @return Whether the polygonsCount field is set. */ boolean hasPolygonsCount(); /** *
   * Number of polygons
   * 
* * .google.protobuf.UInt64Value polygons_count = 23; * @return The polygonsCount. */ com.google.protobuf.UInt64Value getPolygonsCount(); /** *
   * Number of polygons
   * 
* * .google.protobuf.UInt64Value polygons_count = 23; */ com.google.protobuf.UInt64ValueOrBuilder getPolygonsCountOrBuilder(); /** *
   * Number of points
   * 
* * .google.protobuf.UInt64Value points_count = 24; * @return Whether the pointsCount field is set. */ boolean hasPointsCount(); /** *
   * Number of points
   * 
* * .google.protobuf.UInt64Value points_count = 24; * @return The pointsCount. */ com.google.protobuf.UInt64Value getPointsCount(); /** *
   * Number of points
   * 
* * .google.protobuf.UInt64Value points_count = 24; */ com.google.protobuf.UInt64ValueOrBuilder getPointsCountOrBuilder(); /** *
   * Number of masks
   * 
* * .google.protobuf.UInt64Value masks_count = 25; * @return Whether the masksCount field is set. */ boolean hasMasksCount(); /** *
   * Number of masks
   * 
* * .google.protobuf.UInt64Value masks_count = 25; * @return The masksCount. */ com.google.protobuf.UInt64Value getMasksCount(); /** *
   * Number of masks
   * 
* * .google.protobuf.UInt64Value masks_count = 25; */ com.google.protobuf.UInt64ValueOrBuilder getMasksCountOrBuilder(); /** *
   * Number of inputs that have regions attached
   * Note that this is not a recursive count: if an input contains frames that contains regions, then the region_frames_count is increased, but region_inputs_count is not increased.
   * 
* * .google.protobuf.UInt64Value region_inputs_count = 60; * @return Whether the regionInputsCount field is set. */ boolean hasRegionInputsCount(); /** *
   * Number of inputs that have regions attached
   * Note that this is not a recursive count: if an input contains frames that contains regions, then the region_frames_count is increased, but region_inputs_count is not increased.
   * 
* * .google.protobuf.UInt64Value region_inputs_count = 60; * @return The regionInputsCount. */ com.google.protobuf.UInt64Value getRegionInputsCount(); /** *
   * Number of inputs that have regions attached
   * Note that this is not a recursive count: if an input contains frames that contains regions, then the region_frames_count is increased, but region_inputs_count is not increased.
   * 
* * .google.protobuf.UInt64Value region_inputs_count = 60; */ com.google.protobuf.UInt64ValueOrBuilder getRegionInputsCountOrBuilder(); /** *
   * Number of frames that have regions attached
   * 
* * .google.protobuf.UInt64Value region_frames_count = 61; * @return Whether the regionFramesCount field is set. */ boolean hasRegionFramesCount(); /** *
   * Number of frames that have regions attached
   * 
* * .google.protobuf.UInt64Value region_frames_count = 61; * @return The regionFramesCount. */ com.google.protobuf.UInt64Value getRegionFramesCount(); /** *
   * Number of frames that have regions attached
   * 
* * .google.protobuf.UInt64Value region_frames_count = 61; */ com.google.protobuf.UInt64ValueOrBuilder getRegionFramesCountOrBuilder(); /** *
   * Number of frames
   * 
* * .google.protobuf.UInt64Value frames_count = 30; * @return Whether the framesCount field is set. */ boolean hasFramesCount(); /** *
   * Number of frames
   * 
* * .google.protobuf.UInt64Value frames_count = 30; * @return The framesCount. */ com.google.protobuf.UInt64Value getFramesCount(); /** *
   * Number of frames
   * 
* * .google.protobuf.UInt64Value frames_count = 30; */ com.google.protobuf.UInt64ValueOrBuilder getFramesCountOrBuilder(); /** *
   * Number of inputs that have frames attached
   * 
* * .google.protobuf.UInt64Value frame_inputs_count = 70; * @return Whether the frameInputsCount field is set. */ boolean hasFrameInputsCount(); /** *
   * Number of inputs that have frames attached
   * 
* * .google.protobuf.UInt64Value frame_inputs_count = 70; * @return The frameInputsCount. */ com.google.protobuf.UInt64Value getFrameInputsCount(); /** *
   * Number of inputs that have frames attached
   * 
* * .google.protobuf.UInt64Value frame_inputs_count = 70; */ com.google.protobuf.UInt64ValueOrBuilder getFrameInputsCountOrBuilder(); /** *
   * Number of embeddings
   * 
* * .google.protobuf.UInt64Value embeddings_count = 40; * @return Whether the embeddingsCount field is set. */ boolean hasEmbeddingsCount(); /** *
   * Number of embeddings
   * 
* * .google.protobuf.UInt64Value embeddings_count = 40; * @return The embeddingsCount. */ com.google.protobuf.UInt64Value getEmbeddingsCount(); /** *
   * Number of embeddings
   * 
* * .google.protobuf.UInt64Value embeddings_count = 40; */ com.google.protobuf.UInt64ValueOrBuilder getEmbeddingsCountOrBuilder(); /** *
   * Number of positive tags added at input-level
   * 
* * .google.protobuf.UInt64Value positive_input_tags_count = 50; * @return Whether the positiveInputTagsCount field is set. */ boolean hasPositiveInputTagsCount(); /** *
   * Number of positive tags added at input-level
   * 
* * .google.protobuf.UInt64Value positive_input_tags_count = 50; * @return The positiveInputTagsCount. */ com.google.protobuf.UInt64Value getPositiveInputTagsCount(); /** *
   * Number of positive tags added at input-level
   * 
* * .google.protobuf.UInt64Value positive_input_tags_count = 50; */ com.google.protobuf.UInt64ValueOrBuilder getPositiveInputTagsCountOrBuilder(); /** *
   * Number of positive tags added at region-level
   * 
* * .google.protobuf.UInt64Value positive_region_tags_count = 51; * @return Whether the positiveRegionTagsCount field is set. */ boolean hasPositiveRegionTagsCount(); /** *
   * Number of positive tags added at region-level
   * 
* * .google.protobuf.UInt64Value positive_region_tags_count = 51; * @return The positiveRegionTagsCount. */ com.google.protobuf.UInt64Value getPositiveRegionTagsCount(); /** *
   * Number of positive tags added at region-level
   * 
* * .google.protobuf.UInt64Value positive_region_tags_count = 51; */ com.google.protobuf.UInt64ValueOrBuilder getPositiveRegionTagsCountOrBuilder(); /** *
   * Number of positive tags added at frame-level
   * 
* * .google.protobuf.UInt64Value positive_frame_tags_count = 52; * @return Whether the positiveFrameTagsCount field is set. */ boolean hasPositiveFrameTagsCount(); /** *
   * Number of positive tags added at frame-level
   * 
* * .google.protobuf.UInt64Value positive_frame_tags_count = 52; * @return The positiveFrameTagsCount. */ com.google.protobuf.UInt64Value getPositiveFrameTagsCount(); /** *
   * Number of positive tags added at frame-level
   * 
* * .google.protobuf.UInt64Value positive_frame_tags_count = 52; */ com.google.protobuf.UInt64ValueOrBuilder getPositiveFrameTagsCountOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy