Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Feb 1, 2024
1 parent 4f5f442 commit 0d3e2ea
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19209,6 +19209,21 @@
}
]
},
{
"shortName": "GenerateContent",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.GenerateContent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{model=projects/*/locations/*/endpoints/*}:generateContent"
},
{
"httpMethod": "POST",
"path": "/v1beta1/{model=projects/*/locations/*/publishers/*/models/*}:generateContent"
}
]
},
{
"shortName": "Predict",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.Predict",
Expand Down Expand Up @@ -19254,6 +19269,16 @@
}
]
},
{
"shortName": "StreamDirectPredict",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.StreamDirectPredict",
"mode": "BIDIRECTIONAL_STREAMING"
},
{
"shortName": "StreamDirectRawPredict",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.StreamDirectRawPredict",
"mode": "BIDIRECTIONAL_STREAMING"
},
{
"shortName": "StreamGenerateContent",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.StreamGenerateContent",
Expand Down

0 comments on commit 0d3e2ea

Please sign in to comment.