Skip to content

Commit 5325b36

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.TrainingOptions.properties.boosterType.type (Total Keys: 1) - schemas.TrainingOptions.properties.colsampleBylevel (Total Keys: 2) - schemas.TrainingOptions.properties.colsampleBynode (Total Keys: 2) - schemas.TrainingOptions.properties.colsampleBytree (Total Keys: 2) - schemas.TrainingOptions.properties.dartNormalizeType.type (Total Keys: 1) - schemas.TrainingOptions.properties.minTreeChildWeight (Total Keys: 2) - schemas.TrainingOptions.properties.numParallelTree (Total Keys: 2) - schemas.TrainingOptions.properties.treeMethod.type (Total Keys: 1)
1 parent ae0886a commit 5325b36

File tree

3 files changed

+115
-12
lines changed

3 files changed

+115
-12
lines changed

docs/dyn/bigquery_v2.jobs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Close httplib2 connections.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(projectId, jobId, location=None)</a></code></p>
85-
<p class="firstline">Requests that a job is deleted. This call will return when the job is deleted. This method is available in limited preview.</p>
85+
<p class="firstline">Requests the deletion of the metadata of a job. This call returns when the job's metadata is deleted.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(projectId, jobId, location=None)</a></code></p>
8888
<p class="firstline">Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.</p>
@@ -728,11 +728,11 @@ <h3>Method Details</h3>
728728

729729
<div class="method">
730730
<code class="details" id="delete">delete(projectId, jobId, location=None)</code>
731-
<pre>Requests that a job is deleted. This call will return when the job is deleted. This method is available in limited preview.
731+
<pre>Requests the deletion of the metadata of a job. This call returns when the job&#x27;s metadata is deleted.
732732

733733
Args:
734-
projectId: string, Required. Project ID of the job to be deleted. (required)
735-
jobId: string, Required. Job ID of the job to be deleted. If this is a parent job which has child jobs, all child jobs will be deleted as well. Deletion of child jobs directly is not allowed. (required)
734+
projectId: string, Required. Project ID of the job for which metadata is to be deleted. (required)
735+
jobId: string, Required. Job ID of the job for which metadata is to be deleted. If this is a parent job which has child jobs, the metadata from all child jobs will be deleted as well. Direct deletion of the metadata of child jobs is not allowed. (required)
736736
location: string, The geographic location of the job. Required. See details at: https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
737737
</pre>
738738
</div>

0 commit comments

Comments
 (0)