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

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

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






Row (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class Row

    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • getActualLabel

        public String getActualLabel()
        The original label of this row.
        Returns:
        value or null for none
      • setActualLabel

        public Row setActualLabel(String actualLabel)
        The original label of this row.
        Parameters:
        actualLabel - actualLabel or null for none
      • getEntries

        public List<BigqueryEntry> getEntries()
        Info describing predicted label distribution.
        Returns:
        value or null for none
      • setEntries

        public Row setEntries(List<BigqueryEntry> entries)
        Info describing predicted label distribution.
        Parameters:
        entries - entries or null for none
      • set

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

        public Row 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