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 29, 2024
1 parent 98ae609 commit 91e03ae
Showing 1 changed file with 123 additions and 6 deletions.
129 changes: 123 additions & 6 deletions api-index-v1.json
Expand Up @@ -16860,7 +16860,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1": 96,
"Google.Cloud.AIPlatform.V1": 102,
"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 @@ -16869,7 +16869,7 @@
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 96,
"cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 102,
"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 @@ -16878,12 +16878,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 132
"true": 138
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1": 96,
"com.google.cloud.aiplatform.v1": 102,
"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 @@ -16892,7 +16892,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1": 96,
"Google\\Cloud\\AIPlatform\\V1": 102,
"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 @@ -16901,7 +16901,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1": 95,
"Google::Cloud::AIPlatform::V1": 101,
"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 @@ -19078,6 +19078,122 @@
}
]
},
{
"shortName": "NotebookService",
"fullName": "google.cloud.aiplatform.v1.NotebookService",
"methods": [
{
"shortName": "AssignNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1.NotebookService.AssignNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/notebookRuntimes:assign"
}
]
},
{
"shortName": "CreateNotebookRuntimeTemplate",
"fullName": "google.cloud.aiplatform.v1.NotebookService.CreateNotebookRuntimeTemplate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/notebookRuntimeTemplates"
}
]
},
{
"shortName": "DeleteNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1.NotebookService.DeleteNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/notebookRuntimes/*}"
}
]
},
{
"shortName": "DeleteNotebookRuntimeTemplate",
"fullName": "google.cloud.aiplatform.v1.NotebookService.DeleteNotebookRuntimeTemplate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*}"
}
]
},
{
"shortName": "GetNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1.NotebookService.GetNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/notebookRuntimes/*}"
}
]
},
{
"shortName": "GetNotebookRuntimeTemplate",
"fullName": "google.cloud.aiplatform.v1.NotebookService.GetNotebookRuntimeTemplate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*}"
}
]
},
{
"shortName": "ListNotebookRuntimeTemplates",
"fullName": "google.cloud.aiplatform.v1.NotebookService.ListNotebookRuntimeTemplates",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/notebookRuntimeTemplates"
}
]
},
{
"shortName": "ListNotebookRuntimes",
"fullName": "google.cloud.aiplatform.v1.NotebookService.ListNotebookRuntimes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/notebookRuntimes"
}
]
},
{
"shortName": "StartNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1.NotebookService.StartNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/notebookRuntimes/*}:start"
}
]
},
{
"shortName": "UpgradeNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1.NotebookService.UpgradeNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/notebookRuntimes/*}:upgrade"
}
]
}
]
},
{
"shortName": "PipelineService",
"fullName": "google.cloud.aiplatform.v1.PipelineService",
Expand Down Expand Up @@ -20036,6 +20152,7 @@
"google.cloud.aiplatform.v1.MigrationService",
"google.cloud.aiplatform.v1.ModelGardenService",
"google.cloud.aiplatform.v1.ModelService",
"google.cloud.aiplatform.v1.NotebookService",
"google.cloud.aiplatform.v1.PipelineService",
"google.cloud.aiplatform.v1.PredictionService",
"google.cloud.aiplatform.v1.ScheduleService",
Expand Down

0 comments on commit 91e03ae

Please sign in to comment.