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 19, 2024
1 parent 096bee7 commit 272a011
Showing 1 changed file with 75 additions and 6 deletions.
81 changes: 75 additions & 6 deletions api-index-v1.json
Expand Up @@ -19543,7 +19543,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1Beta1": 98,
"Google.Cloud.AIPlatform.V1Beta1": 101,
"Google.Cloud.AIPlatform.V1Beta1.Schema": 6,
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params": 6,
Expand All @@ -19553,7 +19553,7 @@
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 98,
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 101,
"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 @@ -19563,12 +19563,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 142
"true": 145
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1beta1": 98,
"com.google.cloud.aiplatform.v1beta1": 101,
"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 @@ -19578,7 +19578,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1beta1": 98,
"Google\\Cloud\\AIPlatform\\V1beta1": 101,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema": 6,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Params": 6,
Expand All @@ -19588,7 +19588,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1beta1": 97,
"Google::Cloud::AIPlatform::V1beta1": 100,
"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 @@ -22121,6 +22121,73 @@
}
]
},
{
"shortName": "ReasoningEngineExecutionService",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService",
"methods": [
{
"shortName": "QueryReasoningEngine",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService.QueryReasoningEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}:query"
}
]
}
]
},
{
"shortName": "ReasoningEngineService",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService",
"methods": [
{
"shortName": "CreateReasoningEngine",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.CreateReasoningEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*}/reasoningEngines"
}
]
},
{
"shortName": "DeleteReasoningEngine",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.DeleteReasoningEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}"
}
]
},
{
"shortName": "GetReasoningEngine",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.GetReasoningEngine",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}"
}
]
},
{
"shortName": "ListReasoningEngines",
"fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.ListReasoningEngines",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{parent=projects/*/locations/*}/reasoningEngines"
}
]
}
]
},
{
"shortName": "ScheduleService",
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService",
Expand Down Expand Up @@ -22795,6 +22862,8 @@
"google.cloud.aiplatform.v1beta1.PersistentResourceService",
"google.cloud.aiplatform.v1beta1.PipelineService",
"google.cloud.aiplatform.v1beta1.PredictionService",
"google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService",
"google.cloud.aiplatform.v1beta1.ReasoningEngineService",
"google.cloud.aiplatform.v1beta1.ScheduleService",
"google.cloud.aiplatform.v1beta1.SpecialistPoolService",
"google.cloud.aiplatform.v1beta1.TensorboardService",
Expand Down

0 comments on commit 272a011

Please sign in to comment.