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

com.google.cloud.automl.v1beta1.DataStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.141.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/automl/v1beta1/data_stats.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.automl.v1beta1;

public interface DataStatsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.automl.v1beta1.DataStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The statistics for FLOAT64 DataType.
   * 
* * .google.cloud.automl.v1beta1.Float64Stats float64_stats = 3; * * @return Whether the float64Stats field is set. */ boolean hasFloat64Stats(); /** * * *
   * The statistics for FLOAT64 DataType.
   * 
* * .google.cloud.automl.v1beta1.Float64Stats float64_stats = 3; * * @return The float64Stats. */ com.google.cloud.automl.v1beta1.Float64Stats getFloat64Stats(); /** * * *
   * The statistics for FLOAT64 DataType.
   * 
* * .google.cloud.automl.v1beta1.Float64Stats float64_stats = 3; */ com.google.cloud.automl.v1beta1.Float64StatsOrBuilder getFloat64StatsOrBuilder(); /** * * *
   * The statistics for STRING DataType.
   * 
* * .google.cloud.automl.v1beta1.StringStats string_stats = 4; * * @return Whether the stringStats field is set. */ boolean hasStringStats(); /** * * *
   * The statistics for STRING DataType.
   * 
* * .google.cloud.automl.v1beta1.StringStats string_stats = 4; * * @return The stringStats. */ com.google.cloud.automl.v1beta1.StringStats getStringStats(); /** * * *
   * The statistics for STRING DataType.
   * 
* * .google.cloud.automl.v1beta1.StringStats string_stats = 4; */ com.google.cloud.automl.v1beta1.StringStatsOrBuilder getStringStatsOrBuilder(); /** * * *
   * The statistics for TIMESTAMP DataType.
   * 
* * .google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5; * * @return Whether the timestampStats field is set. */ boolean hasTimestampStats(); /** * * *
   * The statistics for TIMESTAMP DataType.
   * 
* * .google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5; * * @return The timestampStats. */ com.google.cloud.automl.v1beta1.TimestampStats getTimestampStats(); /** * * *
   * The statistics for TIMESTAMP DataType.
   * 
* * .google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5; */ com.google.cloud.automl.v1beta1.TimestampStatsOrBuilder getTimestampStatsOrBuilder(); /** * * *
   * The statistics for ARRAY DataType.
   * 
* * .google.cloud.automl.v1beta1.ArrayStats array_stats = 6; * * @return Whether the arrayStats field is set. */ boolean hasArrayStats(); /** * * *
   * The statistics for ARRAY DataType.
   * 
* * .google.cloud.automl.v1beta1.ArrayStats array_stats = 6; * * @return The arrayStats. */ com.google.cloud.automl.v1beta1.ArrayStats getArrayStats(); /** * * *
   * The statistics for ARRAY DataType.
   * 
* * .google.cloud.automl.v1beta1.ArrayStats array_stats = 6; */ com.google.cloud.automl.v1beta1.ArrayStatsOrBuilder getArrayStatsOrBuilder(); /** * * *
   * The statistics for STRUCT DataType.
   * 
* * .google.cloud.automl.v1beta1.StructStats struct_stats = 7; * * @return Whether the structStats field is set. */ boolean hasStructStats(); /** * * *
   * The statistics for STRUCT DataType.
   * 
* * .google.cloud.automl.v1beta1.StructStats struct_stats = 7; * * @return The structStats. */ com.google.cloud.automl.v1beta1.StructStats getStructStats(); /** * * *
   * The statistics for STRUCT DataType.
   * 
* * .google.cloud.automl.v1beta1.StructStats struct_stats = 7; */ com.google.cloud.automl.v1beta1.StructStatsOrBuilder getStructStatsOrBuilder(); /** * * *
   * The statistics for CATEGORY DataType.
   * 
* * .google.cloud.automl.v1beta1.CategoryStats category_stats = 8; * * @return Whether the categoryStats field is set. */ boolean hasCategoryStats(); /** * * *
   * The statistics for CATEGORY DataType.
   * 
* * .google.cloud.automl.v1beta1.CategoryStats category_stats = 8; * * @return The categoryStats. */ com.google.cloud.automl.v1beta1.CategoryStats getCategoryStats(); /** * * *
   * The statistics for CATEGORY DataType.
   * 
* * .google.cloud.automl.v1beta1.CategoryStats category_stats = 8; */ com.google.cloud.automl.v1beta1.CategoryStatsOrBuilder getCategoryStatsOrBuilder(); /** * * *
   * The number of distinct values.
   * 
* * int64 distinct_value_count = 1; * * @return The distinctValueCount. */ long getDistinctValueCount(); /** * * *
   * The number of values that are null.
   * 
* * int64 null_value_count = 2; * * @return The nullValueCount. */ long getNullValueCount(); /** * * *
   * The number of values that are valid.
   * 
* * int64 valid_value_count = 9; * * @return The validValueCount. */ long getValidValueCount(); com.google.cloud.automl.v1beta1.DataStats.StatsCase getStatsCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy