Skip to content

Commit cf54d56

Browse files
feat(ml): update the api
#### ml:v1 The following keys were added: - schemas.GoogleCloudMlV1__HyperparameterOutput.properties.webAccessUris (Total Keys: 2) - schemas.GoogleCloudMlV1__TrainingInput.properties.enableWebAccess.type (Total Keys: 1) - schemas.GoogleCloudMlV1__TrainingOutput.properties.webAccessUris (Total Keys: 3)
1 parent 9fd5ffb commit cf54d56

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

docs/dyn/ml_v1.projects.jobs.html

+42
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ <h3>Method Details</h3>
180180
&quot;args&quot;: [ # Optional. Command-line arguments passed to the training application when it starts. If your job uses a custom container, then the arguments are passed to the container&#x27;s `ENTRYPOINT` command.
181181
&quot;A String&quot;,
182182
],
183+
&quot;enableWebAccess&quot;: True or False, # Optional. Whether to enable web access for the training job.
183184
&quot;encryptionConfig&quot;: { # Represents a custom encryption key configuration that can be applied to a resource. # Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google&#x27;s default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek).
184185
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`
185186
},
@@ -342,8 +343,14 @@ <h3>Method Details</h3>
342343
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time for the trial.
343344
&quot;state&quot;: &quot;A String&quot;, # Output only. The detailed state of the trial.
344345
&quot;trialId&quot;: &quot;A String&quot;, # The trial id for these results.
346+
&quot;webAccessUris&quot;: { # The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.
347+
&quot;a_key&quot;: &quot;A String&quot;,
348+
},
345349
},
346350
],
351+
&quot;webAccessUris&quot;: { # Output only. The web URIs for the training job. Currently for debug terminal access to the job.
352+
&quot;a_key&quot;: &quot;A String&quot;,
353+
},
347354
},
348355
}
349356

@@ -392,6 +399,7 @@ <h3>Method Details</h3>
392399
&quot;args&quot;: [ # Optional. Command-line arguments passed to the training application when it starts. If your job uses a custom container, then the arguments are passed to the container&#x27;s `ENTRYPOINT` command.
393400
&quot;A String&quot;,
394401
],
402+
&quot;enableWebAccess&quot;: True or False, # Optional. Whether to enable web access for the training job.
395403
&quot;encryptionConfig&quot;: { # Represents a custom encryption key configuration that can be applied to a resource. # Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google&#x27;s default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek).
396404
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`
397405
},
@@ -554,8 +562,14 @@ <h3>Method Details</h3>
554562
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time for the trial.
555563
&quot;state&quot;: &quot;A String&quot;, # Output only. The detailed state of the trial.
556564
&quot;trialId&quot;: &quot;A String&quot;, # The trial id for these results.
565+
&quot;webAccessUris&quot;: { # The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.
566+
&quot;a_key&quot;: &quot;A String&quot;,
567+
},
557568
},
558569
],
570+
&quot;webAccessUris&quot;: { # Output only. The web URIs for the training job. Currently for debug terminal access to the job.
571+
&quot;a_key&quot;: &quot;A String&quot;,
572+
},
559573
},
560574
}</pre>
561575
</div>
@@ -611,6 +625,7 @@ <h3>Method Details</h3>
611625
&quot;args&quot;: [ # Optional. Command-line arguments passed to the training application when it starts. If your job uses a custom container, then the arguments are passed to the container&#x27;s `ENTRYPOINT` command.
612626
&quot;A String&quot;,
613627
],
628+
&quot;enableWebAccess&quot;: True or False, # Optional. Whether to enable web access for the training job.
614629
&quot;encryptionConfig&quot;: { # Represents a custom encryption key configuration that can be applied to a resource. # Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google&#x27;s default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek).
615630
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`
616631
},
@@ -773,8 +788,14 @@ <h3>Method Details</h3>
773788
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time for the trial.
774789
&quot;state&quot;: &quot;A String&quot;, # Output only. The detailed state of the trial.
775790
&quot;trialId&quot;: &quot;A String&quot;, # The trial id for these results.
791+
&quot;webAccessUris&quot;: { # The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.
792+
&quot;a_key&quot;: &quot;A String&quot;,
793+
},
776794
},
777795
],
796+
&quot;webAccessUris&quot;: { # Output only. The web URIs for the training job. Currently for debug terminal access to the job.
797+
&quot;a_key&quot;: &quot;A String&quot;,
798+
},
778799
},
779800
}</pre>
780801
</div>
@@ -883,6 +904,7 @@ <h3>Method Details</h3>
883904
&quot;args&quot;: [ # Optional. Command-line arguments passed to the training application when it starts. If your job uses a custom container, then the arguments are passed to the container&#x27;s `ENTRYPOINT` command.
884905
&quot;A String&quot;,
885906
],
907+
&quot;enableWebAccess&quot;: True or False, # Optional. Whether to enable web access for the training job.
886908
&quot;encryptionConfig&quot;: { # Represents a custom encryption key configuration that can be applied to a resource. # Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google&#x27;s default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek).
887909
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`
888910
},
@@ -1045,8 +1067,14 @@ <h3>Method Details</h3>
10451067
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time for the trial.
10461068
&quot;state&quot;: &quot;A String&quot;, # Output only. The detailed state of the trial.
10471069
&quot;trialId&quot;: &quot;A String&quot;, # The trial id for these results.
1070+
&quot;webAccessUris&quot;: { # The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.
1071+
&quot;a_key&quot;: &quot;A String&quot;,
1072+
},
10481073
},
10491074
],
1075+
&quot;webAccessUris&quot;: { # Output only. The web URIs for the training job. Currently for debug terminal access to the job.
1076+
&quot;a_key&quot;: &quot;A String&quot;,
1077+
},
10501078
},
10511079
},
10521080
],
@@ -1114,6 +1142,7 @@ <h3>Method Details</h3>
11141142
&quot;args&quot;: [ # Optional. Command-line arguments passed to the training application when it starts. If your job uses a custom container, then the arguments are passed to the container&#x27;s `ENTRYPOINT` command.
11151143
&quot;A String&quot;,
11161144
],
1145+
&quot;enableWebAccess&quot;: True or False, # Optional. Whether to enable web access for the training job.
11171146
&quot;encryptionConfig&quot;: { # Represents a custom encryption key configuration that can be applied to a resource. # Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google&#x27;s default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek).
11181147
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`
11191148
},
@@ -1276,8 +1305,14 @@ <h3>Method Details</h3>
12761305
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time for the trial.
12771306
&quot;state&quot;: &quot;A String&quot;, # Output only. The detailed state of the trial.
12781307
&quot;trialId&quot;: &quot;A String&quot;, # The trial id for these results.
1308+
&quot;webAccessUris&quot;: { # The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.
1309+
&quot;a_key&quot;: &quot;A String&quot;,
1310+
},
12791311
},
12801312
],
1313+
&quot;webAccessUris&quot;: { # Output only. The web URIs for the training job. Currently for debug terminal access to the job.
1314+
&quot;a_key&quot;: &quot;A String&quot;,
1315+
},
12811316
},
12821317
}
12831318

@@ -1327,6 +1362,7 @@ <h3>Method Details</h3>
13271362
&quot;args&quot;: [ # Optional. Command-line arguments passed to the training application when it starts. If your job uses a custom container, then the arguments are passed to the container&#x27;s `ENTRYPOINT` command.
13281363
&quot;A String&quot;,
13291364
],
1365+
&quot;enableWebAccess&quot;: True or False, # Optional. Whether to enable web access for the training job.
13301366
&quot;encryptionConfig&quot;: { # Represents a custom encryption key configuration that can be applied to a resource. # Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google&#x27;s default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek).
13311367
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: `projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}`
13321368
},
@@ -1489,8 +1525,14 @@ <h3>Method Details</h3>
14891525
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time for the trial.
14901526
&quot;state&quot;: &quot;A String&quot;, # Output only. The detailed state of the trial.
14911527
&quot;trialId&quot;: &quot;A String&quot;, # The trial id for these results.
1528+
&quot;webAccessUris&quot;: { # The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.
1529+
&quot;a_key&quot;: &quot;A String&quot;,
1530+
},
14921531
},
14931532
],
1533+
&quot;webAccessUris&quot;: { # Output only. The web URIs for the training job. Currently for debug terminal access to the job.
1534+
&quot;a_key&quot;: &quot;A String&quot;,
1535+
},
14941536
},
14951537
}</pre>
14961538
</div>

googleapiclient/discovery_cache/documents/ml.v1.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
}
14871487
}
14881488
},
1489-
"revision": "20210601",
1489+
"revision": "20210611",
14901490
"rootUrl": "https://ml.googleapis.com/",
14911491
"schemas": {
14921492
"GoogleApi__HttpBody": {
@@ -2250,6 +2250,13 @@
22502250
"trialId": {
22512251
"description": "The trial id for these results.",
22522252
"type": "string"
2253+
},
2254+
"webAccessUris": {
2255+
"additionalProperties": {
2256+
"type": "string"
2257+
},
2258+
"description": "The web URIs for the training job. Currently for debug terminal access to the job. Only set for in-progress hyperparameter tuning trials with web access enabled.",
2259+
"type": "object"
22532260
}
22542261
},
22552262
"type": "object"
@@ -3211,6 +3218,10 @@
32113218
},
32123219
"type": "array"
32133220
},
3221+
"enableWebAccess": {
3222+
"description": "Optional. Whether to enable web access for the training job.",
3223+
"type": "boolean"
3224+
},
32143225
"encryptionConfig": {
32153226
"$ref": "GoogleCloudMlV1__EncryptionConfig",
32163227
"description": "Optional. Options for using customer-managed encryption keys (CMEK) to protect resources created by a training job, instead of using Google's default encryption. If this is set, then all resources created by the training job will be encrypted with the customer-managed encryption key that you specify. [Learn how and when to use CMEK with AI Platform Training](/ai-platform/training/docs/cmek)."
@@ -3368,6 +3379,14 @@
33683379
"$ref": "GoogleCloudMlV1__HyperparameterOutput"
33693380
},
33703381
"type": "array"
3382+
},
3383+
"webAccessUris": {
3384+
"additionalProperties": {
3385+
"type": "string"
3386+
},
3387+
"description": "Output only. The web URIs for the training job. Currently for debug terminal access to the job.",
3388+
"readOnly": true,
3389+
"type": "object"
33713390
}
33723391
},
33733392
"type": "object"

0 commit comments

Comments
 (0)