Skip to content

Commit d522ad1

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.CloneDefinition (Total Keys: 5) - schemas.DataSplitResult.properties.testTable.$ref (Total Keys: 1) - schemas.DimensionalityReductionMetrics (Total Keys: 4) - schemas.DoubleCandidates (Total Keys: 5) - schemas.DoubleHparamSearchSpace (Total Keys: 4) - schemas.DoubleRange (Total Keys: 6) - schemas.EvaluationMetrics.properties.dimensionalityReductionMetrics.$ref (Total Keys: 1) - schemas.Explanation (Total Keys: 5) - schemas.GlobalExplanation (Total Keys: 5) - schemas.HparamSearchSpaces (Total Keys: 24) - schemas.HparamTuningTrial (Total Keys: 17) - schemas.IntArray (Total Keys: 9) - schemas.IntCandidates (Total Keys: 5) - schemas.IntHparamSearchSpace (Total Keys: 4) - schemas.IntRange (Total Keys: 6) - schemas.JobStatistics.properties.copy.$ref (Total Keys: 1) - schemas.JobStatistics5 (Total Keys: 6) - schemas.Model.properties.defaultTrialId (Total Keys: 3) - schemas.Model.properties.hparamSearchSpaces (Total Keys: 2) - schemas.Model.properties.hparamTrials (Total Keys: 3) - schemas.Model.properties.optimalTrialIds (Total Keys: 4) - schemas.PrincipalComponentInfo (Total Keys: 10) - schemas.StringHparamSearchSpace (Total Keys: 4) - schemas.Table.properties.cloneDefinition.$ref (Total Keys: 1) - schemas.TrainingOptions.properties.calculatePValues.type (Total Keys: 1) - schemas.TrainingOptions.properties.enableGlobalExplain.type (Total Keys: 1) - schemas.TrainingOptions.properties.hparamTuningObjectives (Total Keys: 2) - schemas.TrainingOptions.properties.integratedGradientsNumSteps (Total Keys: 2) - schemas.TrainingOptions.properties.maxParallelTrials (Total Keys: 2) - schemas.TrainingOptions.properties.numTrials (Total Keys: 2) - schemas.TrainingOptions.properties.sampledShapleyNumPaths (Total Keys: 2) - schemas.TrainingRun.properties.classLevelGlobalExplanations (Total Keys: 2) - schemas.TrainingRun.properties.modelLevelGlobalExplanation.$ref (Total Keys: 1) - schemas.TrainingRun.properties.vertexAiModelId.type (Total Keys: 1) - schemas.TrainingRun.properties.vertexAiModelVersion.type (Total Keys: 1)
1 parent badd5b1 commit d522ad1

File tree

4 files changed

+3601
-443
lines changed

4 files changed

+3601
-443
lines changed

docs/dyn/bigquery_v2.jobs.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,10 @@ <h3>Method Details</h3>
464464
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access this resource again.
465465
&quot;statistics&quot;: { # [Output-only] Information about the job, including starting time and ending time of the job.
466466
&quot;completionRatio&quot;: 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -&gt; 1.0) for LOAD and EXTRACT jobs.
467+
&quot;copy&quot;: { # [Output-only] Statistics for a copy job.
468+
&quot;copied_logical_bytes&quot;: &quot;A String&quot;, # [Output-only] Number of logical bytes copied to the destination table.
469+
&quot;copied_rows&quot;: &quot;A String&quot;, # [Output-only] Number of rows copied to the destination table.
470+
},
467471
&quot;creationTime&quot;: &quot;A String&quot;, # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
468472
&quot;endTime&quot;: &quot;A String&quot;, # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
469473
&quot;extract&quot;: { # [Output-only] Statistics for an extract job.
@@ -1109,6 +1113,10 @@ <h3>Method Details</h3>
11091113
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access this resource again.
11101114
&quot;statistics&quot;: { # [Output-only] Information about the job, including starting time and ending time of the job.
11111115
&quot;completionRatio&quot;: 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -&gt; 1.0) for LOAD and EXTRACT jobs.
1116+
&quot;copy&quot;: { # [Output-only] Statistics for a copy job.
1117+
&quot;copied_logical_bytes&quot;: &quot;A String&quot;, # [Output-only] Number of logical bytes copied to the destination table.
1118+
&quot;copied_rows&quot;: &quot;A String&quot;, # [Output-only] Number of rows copied to the destination table.
1119+
},
11121120
&quot;creationTime&quot;: &quot;A String&quot;, # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
11131121
&quot;endTime&quot;: &quot;A String&quot;, # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
11141122
&quot;extract&quot;: { # [Output-only] Statistics for an extract job.
@@ -1824,6 +1832,10 @@ <h3>Method Details</h3>
18241832
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access this resource again.
18251833
&quot;statistics&quot;: { # [Output-only] Information about the job, including starting time and ending time of the job.
18261834
&quot;completionRatio&quot;: 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -&gt; 1.0) for LOAD and EXTRACT jobs.
1835+
&quot;copy&quot;: { # [Output-only] Statistics for a copy job.
1836+
&quot;copied_logical_bytes&quot;: &quot;A String&quot;, # [Output-only] Number of logical bytes copied to the destination table.
1837+
&quot;copied_rows&quot;: &quot;A String&quot;, # [Output-only] Number of rows copied to the destination table.
1838+
},
18271839
&quot;creationTime&quot;: &quot;A String&quot;, # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
18281840
&quot;endTime&quot;: &quot;A String&quot;, # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
18291841
&quot;extract&quot;: { # [Output-only] Statistics for an extract job.
@@ -2444,6 +2456,10 @@ <h3>Method Details</h3>
24442456
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access this resource again.
24452457
&quot;statistics&quot;: { # [Output-only] Information about the job, including starting time and ending time of the job.
24462458
&quot;completionRatio&quot;: 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -&gt; 1.0) for LOAD and EXTRACT jobs.
2459+
&quot;copy&quot;: { # [Output-only] Statistics for a copy job.
2460+
&quot;copied_logical_bytes&quot;: &quot;A String&quot;, # [Output-only] Number of logical bytes copied to the destination table.
2461+
&quot;copied_rows&quot;: &quot;A String&quot;, # [Output-only] Number of rows copied to the destination table.
2462+
},
24472463
&quot;creationTime&quot;: &quot;A String&quot;, # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
24482464
&quot;endTime&quot;: &quot;A String&quot;, # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
24492465
&quot;extract&quot;: { # [Output-only] Statistics for an extract job.
@@ -3092,6 +3108,10 @@ <h3>Method Details</h3>
30923108
&quot;state&quot;: &quot;A String&quot;, # Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
30933109
&quot;statistics&quot;: { # [Output-only] Information about the job, including starting time and ending time of the job.
30943110
&quot;completionRatio&quot;: 3.14, # [TrustedTester] [Output-only] Job progress (0.0 -&gt; 1.0) for LOAD and EXTRACT jobs.
3111+
&quot;copy&quot;: { # [Output-only] Statistics for a copy job.
3112+
&quot;copied_logical_bytes&quot;: &quot;A String&quot;, # [Output-only] Number of logical bytes copied to the destination table.
3113+
&quot;copied_rows&quot;: &quot;A String&quot;, # [Output-only] Number of rows copied to the destination table.
3114+
},
30953115
&quot;creationTime&quot;: &quot;A String&quot;, # [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
30963116
&quot;endTime&quot;: &quot;A String&quot;, # [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
30973117
&quot;extract&quot;: { # [Output-only] Statistics for an extract job.

0 commit comments

Comments
 (0)