diff --git a/docs/dyn/bigquery_v2.jobs.html b/docs/dyn/bigquery_v2.jobs.html index 5854a14cb8c..350893b96fb 100644 --- a/docs/dyn/bigquery_v2.jobs.html +++ b/docs/dyn/bigquery_v2.jobs.html @@ -697,6 +697,7 @@

Method Details

"totalBytesProcessedAccuracy": "A String", # [Output only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost. "totalPartitionsProcessed": "A String", # [Output only] Total number of partitions processed from all partitioned tables referenced in the job. "totalSlotMs": "A String", # [Output only] Slot-milliseconds for the job. + "transferredBytes": "A String", # [Output-only] Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS). "undeclaredQueryParameters": [ # Standard SQL only: list of undeclared query parameters detected during a dry run validation. { "name": "A String", # [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query. @@ -1389,6 +1390,7 @@

Method Details

"totalBytesProcessedAccuracy": "A String", # [Output only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost. "totalPartitionsProcessed": "A String", # [Output only] Total number of partitions processed from all partitioned tables referenced in the job. "totalSlotMs": "A String", # [Output only] Slot-milliseconds for the job. + "transferredBytes": "A String", # [Output-only] Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS). "undeclaredQueryParameters": [ # Standard SQL only: list of undeclared query parameters detected during a dry run validation. { "name": "A String", # [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query. @@ -2152,6 +2154,7 @@

Method Details

"totalBytesProcessedAccuracy": "A String", # [Output only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost. "totalPartitionsProcessed": "A String", # [Output only] Total number of partitions processed from all partitioned tables referenced in the job. "totalSlotMs": "A String", # [Output only] Slot-milliseconds for the job. + "transferredBytes": "A String", # [Output-only] Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS). "undeclaredQueryParameters": [ # Standard SQL only: list of undeclared query parameters detected during a dry run validation. { "name": "A String", # [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query. @@ -2819,6 +2822,7 @@

Method Details

"totalBytesProcessedAccuracy": "A String", # [Output only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost. "totalPartitionsProcessed": "A String", # [Output only] Total number of partitions processed from all partitioned tables referenced in the job. "totalSlotMs": "A String", # [Output only] Slot-milliseconds for the job. + "transferredBytes": "A String", # [Output-only] Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS). "undeclaredQueryParameters": [ # Standard SQL only: list of undeclared query parameters detected during a dry run validation. { "name": "A String", # [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query. @@ -3514,6 +3518,7 @@

Method Details

"totalBytesProcessedAccuracy": "A String", # [Output only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost. "totalPartitionsProcessed": "A String", # [Output only] Total number of partitions processed from all partitioned tables referenced in the job. "totalSlotMs": "A String", # [Output only] Slot-milliseconds for the job. + "transferredBytes": "A String", # [Output-only] Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS). "undeclaredQueryParameters": [ # Standard SQL only: list of undeclared query parameters detected during a dry run validation. { "name": "A String", # [Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query. diff --git a/docs/dyn/bigquery_v2.models.html b/docs/dyn/bigquery_v2.models.html index c19e8cb76a5..546cc76c306 100644 --- a/docs/dyn/bigquery_v2.models.html +++ b/docs/dyn/bigquery_v2.models.html @@ -1048,8 +1048,8 @@

Method Details

"warmStart": True or False, # Whether to train a model from the last checkpoint. }, "trainingStartTime": "A String", # Output only. The start time of this training run, in milliseconds since epoch. - "vertexAiModelId": "A String", # The model id in Vertex AI Model Registry for this training run - "vertexAiModelVersion": "A String", # Output only. The model version in Vertex AI Model Registry for this training run + "vertexAiModelId": "A String", # The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. + "vertexAiModelVersion": "A String", # Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. }, ], } @@ -1997,8 +1997,8 @@

Method Details

"warmStart": True or False, # Whether to train a model from the last checkpoint. }, "trainingStartTime": "A String", # Output only. The start time of this training run, in milliseconds since epoch. - "vertexAiModelId": "A String", # The model id in Vertex AI Model Registry for this training run - "vertexAiModelVersion": "A String", # Output only. The model version in Vertex AI Model Registry for this training run + "vertexAiModelId": "A String", # The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. + "vertexAiModelVersion": "A String", # Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. }, ], }, @@ -2959,8 +2959,8 @@

Method Details

"warmStart": True or False, # Whether to train a model from the last checkpoint. }, "trainingStartTime": "A String", # Output only. The start time of this training run, in milliseconds since epoch. - "vertexAiModelId": "A String", # The model id in Vertex AI Model Registry for this training run - "vertexAiModelVersion": "A String", # Output only. The model version in Vertex AI Model Registry for this training run + "vertexAiModelId": "A String", # The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. + "vertexAiModelVersion": "A String", # Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. }, ], } @@ -3896,8 +3896,8 @@

Method Details

"warmStart": True or False, # Whether to train a model from the last checkpoint. }, "trainingStartTime": "A String", # Output only. The start time of this training run, in milliseconds since epoch. - "vertexAiModelId": "A String", # The model id in Vertex AI Model Registry for this training run - "vertexAiModelVersion": "A String", # Output only. The model version in Vertex AI Model Registry for this training run + "vertexAiModelId": "A String", # The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. + "vertexAiModelVersion": "A String", # Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run. }, ], } diff --git a/googleapiclient/discovery_cache/documents/bigquery.v2.json b/googleapiclient/discovery_cache/documents/bigquery.v2.json index b424a77bf1b..c8547f02ffd 100644 --- a/googleapiclient/discovery_cache/documents/bigquery.v2.json +++ b/googleapiclient/discovery_cache/documents/bigquery.v2.json @@ -1710,7 +1710,7 @@ } } }, - "revision": "20220913", + "revision": "20220924", "rootUrl": "https://bigquery.googleapis.com/", "schemas": { "AggregateClassificationMetrics": { @@ -4769,6 +4769,11 @@ "format": "int64", "type": "string" }, + "transferredBytes": { + "description": "[Output-only] Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and CREATE TABLE AS SELECT (CTAS).", + "format": "int64", + "type": "string" + }, "undeclaredQueryParameters": { "description": "Standard SQL only: list of undeclared query parameters detected during a dry run validation.", "items": { @@ -7579,11 +7584,11 @@ "type": "string" }, "vertexAiModelId": { - "description": "The model id in Vertex AI Model Registry for this training run", + "description": "The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run.", "type": "string" }, "vertexAiModelVersion": { - "description": "Output only. The model version in Vertex AI Model Registry for this training run", + "description": "Output only. The model version in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-registry/introduction) for this training run.", "readOnly": true, "type": "string" }