Modifier and Type | Class and Description |
---|---|
class |
Bigquery.Models.Delete |
class |
Bigquery.Models.Get |
class |
Bigquery.Models.List |
class |
Bigquery.Models.Patch |
Constructor and Description |
---|
Models() |
Modifier and Type | Method and Description |
---|---|
Bigquery.Models.Delete |
delete(String projectId,
String datasetId,
String modelId)
Deletes the model specified by modelId from the dataset.
|
Bigquery.Models.Get |
get(String projectId,
String datasetId,
String modelId)
Gets the specified model resource by model ID.
|
Bigquery.Models.List |
list(String projectId,
String datasetId)
Lists all models in the specified dataset.
|
Bigquery.Models.Patch |
patch(String projectId,
String datasetId,
String modelId,
Model content)
Patch specific fields in the specified model.
|
public Bigquery.Models.Delete delete(String projectId, String datasetId, String modelId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
public Bigquery.Models.Get get(String projectId, String datasetId, String modelId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the requested model.datasetId
- Required. Dataset ID of the requested model.modelId
- Required. Model ID of the requested model.IOException
public Bigquery.Models.List list(String projectId, String datasetId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Required. Project ID of the models to list.datasetId
- Required. Dataset ID of the models to list.IOException
public Bigquery.Models.Patch patch(String projectId, String datasetId, String modelId, Model content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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
IOException
Copyright © 2011–2022 Google. All rights reserved.