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 49815f4 commit a17d4ca
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15958,6 +15958,21 @@
}
]
},
{
"shortName": "GenerateContent",
"fullName": "google.cloud.aiplatform.v1.PredictionService.GenerateContent",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{model=projects/*/locations/*/endpoints/*}:generateContent"
},
{
"httpMethod": "POST",
"path": "/v1/{model=projects/*/locations/*/publishers/*/models/*}:generateContent"
}
]
},
{
"shortName": "Predict",
"fullName": "google.cloud.aiplatform.v1.PredictionService.Predict",
Expand Down Expand Up @@ -16003,6 +16018,16 @@
}
]
},
{
"shortName": "StreamDirectPredict",
"fullName": "google.cloud.aiplatform.v1.PredictionService.StreamDirectPredict",
"mode": "BIDIRECTIONAL_STREAMING"
},
{
"shortName": "StreamDirectRawPredict",
"fullName": "google.cloud.aiplatform.v1.PredictionService.StreamDirectRawPredict",
"mode": "BIDIRECTIONAL_STREAMING"
},
{
"shortName": "StreamGenerateContent",
"fullName": "google.cloud.aiplatform.v1.PredictionService.StreamGenerateContent",
Expand All @@ -16018,6 +16043,21 @@
}
]
},
{
"shortName": "StreamRawPredict",
"fullName": "google.cloud.aiplatform.v1.PredictionService.StreamRawPredict",
"mode": "SERVER_STREAMING",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:streamRawPredict"
},
{
"httpMethod": "POST",
"path": "/v1/{endpoint=projects/*/locations/*/publishers/*/models/*}:streamRawPredict"
}
]
},
{
"shortName": "StreamingPredict",
"fullName": "google.cloud.aiplatform.v1.PredictionService.StreamingPredict",
Expand Down

0 comments on commit a17d4ca

Please sign in to comment.