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 Apr 1, 2024
1 parent ca6f884 commit 94e9108
Showing 1 changed file with 68 additions and 6 deletions.
74 changes: 68 additions & 6 deletions api-index-v1.json
Expand Up @@ -16911,7 +16911,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1": 104,
"Google.Cloud.AIPlatform.V1": 106,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Params": 6,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction": 10,
Expand All @@ -16920,7 +16920,7 @@
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 104,
"cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 106,
"cloud.google.com/go/aiplatform/apiv1/schema/predict/instance/instancepb;instancepb": 9,
"cloud.google.com/go/aiplatform/apiv1/schema/predict/params/paramspb;paramspb": 6,
"cloud.google.com/go/aiplatform/apiv1/schema/predict/prediction/predictionpb;predictionpb": 10,
Expand All @@ -16929,12 +16929,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 140
"true": 142
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1": 104,
"com.google.cloud.aiplatform.v1": 106,
"com.google.cloud.aiplatform.v1.schema.predict.instance": 9,
"com.google.cloud.aiplatform.v1.schema.predict.params": 6,
"com.google.cloud.aiplatform.v1.schema.predict.prediction": 10,
Expand All @@ -16943,7 +16943,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1": 104,
"Google\\Cloud\\AIPlatform\\V1": 106,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Params": 6,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Prediction": 10,
Expand All @@ -16952,7 +16952,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1": 103,
"Google::Cloud::AIPlatform::V1": 105,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Instance": 9,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Params": 6,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction": 10,
Expand Down Expand Up @@ -17890,6 +17890,56 @@
}
]
},
{
"shortName": "GenAiTuningService",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService",
"methods": [
{
"shortName": "CancelTuningJob",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/tuningJobs/*}:cancel"
}
]
},
{
"shortName": "CreateTuningJob",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService.CreateTuningJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/tuningJobs"
}
]
},
{
"shortName": "GetTuningJob",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/tuningJobs/*}"
}
]
},
{
"shortName": "ListTuningJobs",
"fullName": "google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/tuningJobs"
}
]
}
]
},
{
"shortName": "IndexEndpointService",
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService",
Expand Down Expand Up @@ -20266,6 +20316,7 @@
"google.cloud.aiplatform.v1.FeatureRegistryService",
"google.cloud.aiplatform.v1.FeaturestoreOnlineServingService",
"google.cloud.aiplatform.v1.FeaturestoreService",
"google.cloud.aiplatform.v1.GenAiTuningService",
"google.cloud.aiplatform.v1.IndexEndpointService",
"google.cloud.aiplatform.v1.IndexService",
"google.cloud.aiplatform.v1.JobService",
Expand Down Expand Up @@ -22811,6 +22862,17 @@
}
]
},
{
"shortName": "RebootPersistentResource",
"fullName": "google.cloud.aiplatform.v1beta1.PersistentResourceService.RebootPersistentResource",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{name=projects/*/locations/*/persistentResources/*}:reboot"
}
]
},
{
"shortName": "UpdatePersistentResource",
"fullName": "google.cloud.aiplatform.v1beta1.PersistentResourceService.UpdatePersistentResource",
Expand Down

0 comments on commit 94e9108

Please sign in to comment.