chore: regenerate API index

This commit is contained in:
Google APIs 2024-05-29 17:47:14 +00:00
parent c2a9b99ee5
commit e6eae2b555

View file

@ -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",