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

target.apidocs.com.google.api.services.bigquery.Bigquery.Models.html Maven / Gradle / Ivy







Bigquery.Models (BigQuery API v2-rev20201022-1.30.10)












com.google.api.services.bigquery

Class Bigquery.Models

  • Enclosing class:
    Bigquery


    public class Bigquery.Models
    extends Object
    The "models" collection of methods.
    • Constructor Detail

      • Models

        public Models()
    • Method Detail

      • delete

        public Bigquery.Models.Delete delete(String projectId,
                                             String datasetId,
                                             String modelId)
                                      throws IOException
        Deletes the model specified by modelId from the dataset. Create a request for the method "models.delete". This request holds the parameters needed by the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. Project ID of the model to delete.
        datasetId - Required. Dataset ID of the model to delete.
        modelId - Required. Model ID of the model to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Bigquery.Models.Get get(String projectId,
                                       String datasetId,
                                       String modelId)
                                throws IOException
        Gets the specified model resource by model ID. Create a request for the method "models.get". This request holds the parameters needed by the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. Project ID of the requested model.
        datasetId - Required. Dataset ID of the requested model.
        modelId - Required. Model ID of the requested model.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Bigquery.Models.List list(String projectId,
                                         String datasetId)
                                  throws IOException
        Lists all models in the specified dataset. Requires the READER dataset role. Create a request for the method "models.list". This request holds the parameters needed by the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. Project ID of the models to list.
        datasetId - Required. Dataset ID of the models to list.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Bigquery.Models.Patch patch(String projectId,
                                           String datasetId,
                                           String modelId,
                                           Model content)
                                    throws IOException
        Patch specific fields in the specified model. Create a request for the method "models.patch". This request holds the parameters needed by the bigquery server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        projectId - Required. Project ID of the model to patch.
        datasetId - Required. Dataset ID of the model to patch.
        modelId - Required. Model ID of the model to patch.
        content - the Model
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy