Liking cljdoc? Tell your friends :D

happygapi.bigquery.models

BigQuery API: models. A data platform for customers to create, manage, share and query data. See: https://cloud.google.com/bigquery/api/reference/rest/v2/models

BigQuery API: models.
A data platform for customers to create, manage, share and query data.
See: https://cloud.google.com/bigquery/api/reference/rest/v2/models
raw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/bigquery/api/reference/rest/v2/models/delete

Required parameters: projectId, datasetId, modelId

Optional parameters: none

Deletes the model specified by modelId from the dataset.

https://cloud.google.com/bigquery/api/reference/rest/v2/models/delete

Required parameters: projectId, datasetId, modelId

Optional parameters: none

Deletes the model specified by modelId from the dataset.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/bigquery/api/reference/rest/v2/models/get

Required parameters: projectId, datasetId, modelId

Optional parameters: none

Gets the specified model resource by model ID.

https://cloud.google.com/bigquery/api/reference/rest/v2/models/get

Required parameters: projectId, datasetId, modelId

Optional parameters: none

Gets the specified model resource by model ID.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/bigquery/api/reference/rest/v2/models/list

Required parameters: projectId, datasetId

Optional parameters: maxResults, pageToken

Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.

https://cloud.google.com/bigquery/api/reference/rest/v2/models/list

Required parameters: projectId, datasetId

Optional parameters: maxResults, pageToken

Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/bigquery/api/reference/rest/v2/models/patch

Required parameters: modelId, projectId, datasetId

Optional parameters: none

Body:

{:creationTime string, :description string, :labels {}, :modelType string, :expirationTime string, :bestTrialId string, :etag string, :lastModifiedTime string, :friendlyName string, :trainingRuns [{:trainingOptions TrainingOptions, :results [IterationResult], :startTime string, :dataSplitResult DataSplitResult, :evaluationMetrics EvaluationMetrics}], :featureColumns [{:name string, :type StandardSqlDataType}], :labelColumns [{:name string, :type StandardSqlDataType}], :location string, :encryptionConfiguration {:kmsKeyName string}, :modelReference {:projectId string, :modelId string, :datasetId string}}

Patch specific fields in the specified model.

https://cloud.google.com/bigquery/api/reference/rest/v2/models/patch

Required parameters: modelId, projectId, datasetId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :labels {},
 :modelType string,
 :expirationTime string,
 :bestTrialId string,
 :etag string,
 :lastModifiedTime string,
 :friendlyName string,
 :trainingRuns [{:trainingOptions TrainingOptions,
                 :results [IterationResult],
                 :startTime string,
                 :dataSplitResult DataSplitResult,
                 :evaluationMetrics EvaluationMetrics}],
 :featureColumns [{:name string, :type StandardSqlDataType}],
 :labelColumns [{:name string, :type StandardSqlDataType}],
 :location string,
 :encryptionConfiguration {:kmsKeyName string},
 :modelReference {:projectId string,
                  :modelId string,
                  :datasetId string}}

Patch specific fields in the specified model.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close