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 8b83319 commit b8b25af
Showing 1 changed file with 123 additions and 6 deletions.
129 changes: 123 additions & 6 deletions api-index-v1.json
Expand Up @@ -20070,7 +20070,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1Beta1": 105,
"Google.Cloud.AIPlatform.V1Beta1": 111,
"Google.Cloud.AIPlatform.V1Beta1.Schema": 6,
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params": 6,
Expand All @@ -20080,7 +20080,7 @@
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 105,
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 111,
"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 @@ -20090,12 +20090,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 149
"true": 155
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1beta1": 105,
"com.google.cloud.aiplatform.v1beta1": 111,
"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 @@ -20105,7 +20105,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1beta1": 105,
"Google\\Cloud\\AIPlatform\\V1beta1": 111,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema": 6,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Params": 6,
Expand All @@ -20115,7 +20115,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1beta1": 104,
"Google::Cloud::AIPlatform::V1beta1": 110,
"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 @@ -22406,6 +22406,122 @@
}
]
},
{
"shortName": "NotebookService",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService",
"methods": [
{
"shortName": "AssignNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.AssignNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*}/notebookRuntimes:assign"
}
]
},
{
"shortName": "CreateNotebookRuntimeTemplate",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.CreateNotebookRuntimeTemplate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*}/notebookRuntimeTemplates"
}
]
},
{
"shortName": "DeleteNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.DeleteNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/notebookRuntimes/*}"
}
]
},
{
"shortName": "DeleteNotebookRuntimeTemplate",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.DeleteNotebookRuntimeTemplate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/notebookRuntimeTemplates/*}"
}
]
},
{
"shortName": "GetNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.GetNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{name=projects/*/locations/*/notebookRuntimes/*}"
}
]
},
{
"shortName": "GetNotebookRuntimeTemplate",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.GetNotebookRuntimeTemplate",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{name=projects/*/locations/*/notebookRuntimeTemplates/*}"
}
]
},
{
"shortName": "ListNotebookRuntimeTemplates",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookRuntimeTemplates",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{parent=projects/*/locations/*}/notebookRuntimeTemplates"
}
]
},
{
"shortName": "ListNotebookRuntimes",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookRuntimes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta1/{parent=projects/*/locations/*}/notebookRuntimes"
}
]
},
{
"shortName": "StartNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.StartNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{name=projects/*/locations/*/notebookRuntimes/*}:start"
}
]
},
{
"shortName": "UpgradeNotebookRuntime",
"fullName": "google.cloud.aiplatform.v1beta1.NotebookService.UpgradeNotebookRuntime",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{name=projects/*/locations/*/notebookRuntimes/*}:upgrade"
}
]
}
]
},
{
"shortName": "PersistentResourceService",
"fullName": "google.cloud.aiplatform.v1beta1.PersistentResourceService",
Expand Down Expand Up @@ -23495,6 +23611,7 @@
"google.cloud.aiplatform.v1beta1.MigrationService",
"google.cloud.aiplatform.v1beta1.ModelGardenService",
"google.cloud.aiplatform.v1beta1.ModelService",
"google.cloud.aiplatform.v1beta1.NotebookService",
"google.cloud.aiplatform.v1beta1.PersistentResourceService",
"google.cloud.aiplatform.v1beta1.PipelineService",
"google.cloud.aiplatform.v1beta1.PredictionService",
Expand Down

0 comments on commit b8b25af

Please sign in to comment.