diff --git a/api-index-v1.json b/api-index-v1.json index 80396fcdfc..db67bc0423 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -17180,6 +17180,17 @@ "path": "/v1/{dataset.name=projects/*/locations/*/datasets/*}" } ] + }, + { + "shortName": "UpdateDatasetVersion", + "fullName": "google.cloud.aiplatform.v1.DatasetService.UpdateDatasetVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{dataset_version.name=projects/*/locations/*/datasets/*/datasetVersions/*}" + } + ] } ] }, @@ -19299,6 +19310,17 @@ } ] }, + { + "shortName": "UpdateNotebookRuntimeTemplate", + "fullName": "google.cloud.aiplatform.v1.NotebookService.UpdateNotebookRuntimeTemplate", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{notebook_runtime_template.name=projects/*/locations/*/notebookRuntimeTemplates/*}" + } + ] + }, { "shortName": "UpgradeNotebookRuntime", "fullName": "google.cloud.aiplatform.v1.NotebookService.UpgradeNotebookRuntime", @@ -19534,6 +19556,10 @@ { "httpMethod": "POST", "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:directPredict" + }, + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/publishers/*/models/*}:directPredict" } ] }, @@ -19545,6 +19571,10 @@ { "httpMethod": "POST", "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:directRawPredict" + }, + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/publishers/*/models/*}:directRawPredict" } ] }, @@ -19622,12 +19652,32 @@ { "shortName": "StreamDirectPredict", "fullName": "google.cloud.aiplatform.v1.PredictionService.StreamDirectPredict", - "mode": "BIDIRECTIONAL_STREAMING" + "mode": "BIDIRECTIONAL_STREAMING", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:streamDirectPredict" + }, + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/publishers/*/models/*}:streamDirectPredict" + } + ] }, { "shortName": "StreamDirectRawPredict", "fullName": "google.cloud.aiplatform.v1.PredictionService.StreamDirectRawPredict", - "mode": "BIDIRECTIONAL_STREAMING" + "mode": "BIDIRECTIONAL_STREAMING", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:streamDirectRawPredict" + }, + { + "httpMethod": "POST", + "path": "/v1/{endpoint=projects/*/locations/*/publishers/*/models/*}:streamDirectRawPredict" + } + ] }, { "shortName": "StreamGenerateContent",