From dac9eb61a76f9d005b4bb8f75410e26a30149186 Mon Sep 17 00:00:00 2001 From: NA2047 Date: Mon, 27 Jan 2025 12:15:50 -0800 Subject: [PATCH 1/4] adding documentation --- mmv1/products/workbench/Instance.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mmv1/products/workbench/Instance.yaml b/mmv1/products/workbench/Instance.yaml index 94d727e1e0e9..af41c8586d19 100644 --- a/mmv1/products/workbench/Instance.yaml +++ b/mmv1/products/workbench/Instance.yaml @@ -14,6 +14,10 @@ --- name: 'Instance' description: A Workbench instance. +references: + guides: + 'Official Documentation': 'https://cloud.google.com/ai-platform-notebooks' + api: 'https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v1/projects.locations.instances' docs: id_format: 'projects/{{project}}/locations/{{location}}/instances/{{name}}' base_url: 'projects/{{project}}/locations/{{location}}/instances' From 3cccff1c5763c9349109e681f461c1683885240d Mon Sep 17 00:00:00 2001 From: NA2047 Date: Tue, 28 Jan 2025 09:37:50 -0800 Subject: [PATCH 2/4] fixed based on pr review --- mmv1/products/workbench/Instance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/products/workbench/Instance.yaml b/mmv1/products/workbench/Instance.yaml index af41c8586d19..72aea2912842 100644 --- a/mmv1/products/workbench/Instance.yaml +++ b/mmv1/products/workbench/Instance.yaml @@ -16,7 +16,7 @@ name: 'Instance' description: A Workbench instance. references: guides: - 'Official Documentation': 'https://cloud.google.com/ai-platform-notebooks' + 'Official Documentation': 'hhttps://cloud.google.com/vertex-ai/docs/workbench/instances/introduction' api: 'https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v1/projects.locations.instances' docs: id_format: 'projects/{{project}}/locations/{{location}}/instances/{{name}}' From 38dcc6f37c70e30c29233b6009b1e131e04f76bb Mon Sep 17 00:00:00 2001 From: NA2047 Date: Tue, 28 Jan 2025 11:27:09 -0800 Subject: [PATCH 3/4] updated url to v2 --- mmv1/products/workbench/Instance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/products/workbench/Instance.yaml b/mmv1/products/workbench/Instance.yaml index 72aea2912842..b2be5ae00eb7 100644 --- a/mmv1/products/workbench/Instance.yaml +++ b/mmv1/products/workbench/Instance.yaml @@ -17,7 +17,7 @@ description: A Workbench instance. references: guides: 'Official Documentation': 'hhttps://cloud.google.com/vertex-ai/docs/workbench/instances/introduction' - api: 'https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v1/projects.locations.instances' + api: 'https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v2/projects.locations.instances' docs: id_format: 'projects/{{project}}/locations/{{location}}/instances/{{name}}' base_url: 'projects/{{project}}/locations/{{location}}/instances' From ead341202c3cdd20158c6031e2732fb99820698a Mon Sep 17 00:00:00 2001 From: NA2047 Date: Wed, 29 Jan 2025 08:58:41 -0800 Subject: [PATCH 4/4] fixed typo --- mmv1/products/workbench/Instance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/products/workbench/Instance.yaml b/mmv1/products/workbench/Instance.yaml index b2be5ae00eb7..940af0306e8b 100644 --- a/mmv1/products/workbench/Instance.yaml +++ b/mmv1/products/workbench/Instance.yaml @@ -16,7 +16,7 @@ name: 'Instance' description: A Workbench instance. references: guides: - 'Official Documentation': 'hhttps://cloud.google.com/vertex-ai/docs/workbench/instances/introduction' + 'Official Documentation': 'https://cloud.google.com/vertex-ai/docs/workbench/instances/introduction' api: 'https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v2/projects.locations.instances' docs: id_format: 'projects/{{project}}/locations/{{location}}/instances/{{name}}'