mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
chore: regenerate API index
This commit is contained in:
parent
c2a9b99ee5
commit
e6eae2b555
1 changed files with 52 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue