@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20240828 → 0.0.20240830
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +11 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240830
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -790,6 +790,14 @@ declare namespace gapi.client {
|
|
|
790
790
|
/** A human-readable message that shows the intermediate progress details of NotebookRuntime. */
|
|
791
791
|
progressMessage?: string;
|
|
792
792
|
}
|
|
793
|
+
interface GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest {
|
|
794
|
+
/** Required. The NotebookExecutionJob to create. */
|
|
795
|
+
notebookExecutionJob?: GoogleCloudAiplatformV1NotebookExecutionJob;
|
|
796
|
+
/** Optional. User specified ID for the NotebookExecutionJob. */
|
|
797
|
+
notebookExecutionJobId?: string;
|
|
798
|
+
/** Required. The resource name of the Location to create the NotebookExecutionJob. Format: `projects/{project}/locations/{location}` */
|
|
799
|
+
parent?: string;
|
|
800
|
+
}
|
|
793
801
|
interface GoogleCloudAiplatformV1CreateNotebookRuntimeTemplateOperationMetadata {
|
|
794
802
|
/** The operation generic information. */
|
|
795
803
|
genericMetadata?: GoogleCloudAiplatformV1GenericOperationMetadata;
|
|
@@ -5017,6 +5025,8 @@ declare namespace gapi.client {
|
|
|
5017
5025
|
allowQueueing?: boolean;
|
|
5018
5026
|
/** Output only. Whether to backfill missed runs when the schedule is resumed from PAUSED state. If set to true, all missed runs will be scheduled. New runs will be scheduled after the backfill is complete. Default to false. */
|
|
5019
5027
|
catchUp?: boolean;
|
|
5028
|
+
/** Request for NotebookService.CreateNotebookExecutionJob. */
|
|
5029
|
+
createNotebookExecutionJobRequest?: GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest;
|
|
5020
5030
|
/** Request for PipelineService.CreatePipelineJob. CreatePipelineJobRequest.parent field is required (format: projects/{project}/locations/{location}). */
|
|
5021
5031
|
createPipelineJobRequest?: GoogleCloudAiplatformV1CreatePipelineJobRequest;
|
|
5022
5032
|
/** Output only. Timestamp when this Schedule was created. */
|