Class ModelId

    • Method Detail

      • 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. *
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object