Uses of Class
com.google.cloud.bigquery.ModelId
Packages that use ModelId
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ModelId in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ModelIdModifier and TypeMethodDescriptionModelInfo.getModelId()Returns the model identity.ExtractJobConfiguration.getSourceModel()Returns the model to export.static ModelIdCreates a model identity given dataset and model identifiersstatic ModelIdCreates a model identity given project, dataset, and model identifiersMethods in com.google.cloud.bigquery with parameters of type ModelIdModifier and TypeMethodDescriptionbooleanDeletes the requested model.BigQuery.getModel(ModelId tableId, BigQuery.ModelOption... options) Returns the requested model ornullif not found.ExtractJobConfiguration.newBuilder(ModelId sourceModel, String destinationUri) Creates a builder for a BigQuery Extract Job configuration given source model and destination URI.ExtractJobConfiguration.newBuilder(ModelId sourceModel, List<String> destinationUris) Creates a builder for a BigQuery Extract Job configuration given source model and destination URIs.static ModelInfo.BuilderModelInfo.newBuilder(ModelId modelId) Returns a builder for aModelInfoobject given table identity.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source model and destination URI.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source model, format and destination URI.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source model and destination URIs.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source table, format and destination URIs.static ModelInfoReturns aModelInfoobject given table identity.Model.Builder.setModelId(ModelId modelId) abstract ModelInfo.BuilderModelInfo.Builder.setModelId(ModelId modelId) ExtractJobConfiguration.Builder.setSourceModel(ModelId sourceModel) Sets the model to export.