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

target.apidocs.com.google.api.services.bigquery.model.BigqueryEntry.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






BigqueryEntry (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class BigqueryEntry

    • Constructor Detail

      • BigqueryEntry

        public BigqueryEntry()
    • Method Detail

      • getItemCount

        public Long getItemCount()
        Number of items being predicted as this label.
        Returns:
        value or null for none
      • setItemCount

        public BigqueryEntry setItemCount(Long itemCount)
        Number of items being predicted as this label.
        Parameters:
        itemCount - itemCount or null for none
      • getPredictedLabel

        public String getPredictedLabel()
        The predicted label. For confidence_threshold > 0, we will also add an entry indicating the number of items under the confidence threshold.
        Returns:
        value or null for none
      • setPredictedLabel

        public BigqueryEntry setPredictedLabel(String predictedLabel)
        The predicted label. For confidence_threshold > 0, we will also add an entry indicating the number of items under the confidence threshold.
        Parameters:
        predictedLabel - predictedLabel or null for none
      • set

        public BigqueryEntry set(String fieldName,
                                 Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public BigqueryEntry clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy