Class ModelId

java.lang.Object
com.google.cloud.bigquery.ModelId
All Implemented Interfaces:
Serializable

public final class ModelId extends Object implements Serializable
See Also:
  • Method Details

    • getProject

      public String getProject()
      Return corresponding project ID for this model. *
    • getDataset

      public String getDataset()
      Return corresponding dataset ID for this model. *
    • getModel

      public String getModel()
      Return corresponding model ID for this model. *
    • of

      public static ModelId of(String project, String dataset, String model)
      Creates a model identity given project, dataset, and model identifiers. *
    • of

      public static ModelId of(String dataset, String model)
      Creates a model identity given dataset and model identifiers. *
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object