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 Mar 30, 2024
1 parent afdd0cf commit 25a31d8
Showing 1 changed file with 141 additions and 6 deletions.
147 changes: 141 additions & 6 deletions api-index-v1.json
Expand Up @@ -20311,7 +20311,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1Beta1": 111,
"Google.Cloud.AIPlatform.V1Beta1": 114,
"Google.Cloud.AIPlatform.V1Beta1.Schema": 6,
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params": 6,
Expand All @@ -20321,7 +20321,7 @@
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 111,
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 114,
"cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/instance/instancepb;instancepb": 9,
"cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/params/paramspb;paramspb": 6,
"cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/prediction/predictionpb;predictionpb": 11,
Expand All @@ -20331,12 +20331,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 155
"true": 158
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1beta1": 111,
"com.google.cloud.aiplatform.v1beta1": 114,
"com.google.cloud.aiplatform.v1beta1.schema": 6,
"com.google.cloud.aiplatform.v1beta1.schema.predict.instance": 9,
"com.google.cloud.aiplatform.v1beta1.schema.predict.params": 6,
Expand All @@ -20346,7 +20346,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1beta1": 111,
"Google\\Cloud\\AIPlatform\\V1beta1": 114,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema": 6,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Params": 6,
Expand All @@ -20356,7 +20356,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1beta1": 110,
"Google::Cloud::AIPlatform::V1beta1": 113,
"Google::Cloud::AIPlatform::V1beta1::Schema": 6,
"Google::Cloud::AIPlatform::V1beta1::Schema::Predict::Instance": 9,
"Google::Cloud::AIPlatform::V1beta1::Schema::Predict::Params": 6,
Expand Down Expand Up @@ -22966,6 +22966,17 @@
"shortName": "PredictionService",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService",
"methods": [
{
"shortName": "ChatCompletions",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.ChatCompletions",
"mode": "SERVER_STREAMING",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{endpoint=projects/*/locations/*/endpoints/*}/chat/completions"
}
]
},
{
"shortName": "CountTokens",
"fullName": "google.cloud.aiplatform.v1beta1.PredictionService.CountTokens",
Expand Down Expand Up @@ -23658,6 +23669,128 @@
}
]
},
{
"shortName": "VertexRagDataService",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService",
"methods": [
{
"shortName": "CreateRagCorpus",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagCorpus",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*}/ragCorpora"
}
]
},
{
"shortName": "DeleteRagCorpus",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.DeleteRagCorpus",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/ragCorpora/*}"
}
]
},
{
"shortName": "DeleteRagFile",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.DeleteRagFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/ragCorpora/*/ragFiles/*}"
}
]
},
{
"shortName": "GetRagCorpus",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.GetRagCorpus",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{name=projects/*/locations/*/ragCorpora/*}"
}
]
},
{
"shortName": "GetRagFile",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.GetRagFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{name=projects/*/locations/*/ragCorpora/*/ragFiles/*}"
}
]
},
{
"shortName": "ImportRagFiles",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.ImportRagFiles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*/ragCorpora/*}/ragFiles:import"
}
]
},
{
"shortName": "ListRagCorpora",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagCorpora",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{parent=projects/*/locations/*}/ragCorpora"
}
]
},
{
"shortName": "ListRagFiles",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagFiles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{parent=projects/*/locations/*/ragCorpora/*}/ragFiles"
}
]
},
{
"shortName": "UploadRagFile",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagDataService.UploadRagFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*/ragCorpora/*}/ragFiles:upload"
}
]
}
]
},
{
"shortName": "VertexRagService",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagService",
"methods": [
{
"shortName": "RetrieveContexts",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagService.RetrieveContexts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*}:retrieveContexts"
}
]
}
]
},
{
"shortName": "VizierService",
"fullName": "google.cloud.aiplatform.v1beta1.VizierService",
Expand Down Expand Up @@ -23861,6 +23994,8 @@
"google.cloud.aiplatform.v1beta1.ScheduleService",
"google.cloud.aiplatform.v1beta1.SpecialistPoolService",
"google.cloud.aiplatform.v1beta1.TensorboardService",
"google.cloud.aiplatform.v1beta1.VertexRagDataService",
"google.cloud.aiplatform.v1beta1.VertexRagService",
"google.cloud.aiplatform.v1beta1.VizierService",
"google.cloud.location.Locations",
"google.iam.v1.IAMPolicy",
Expand Down

0 comments on commit 25a31d8

Please sign in to comment.