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 Jun 8, 2022
1 parent 84720fb commit d19c0d2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions api-index-v1.json
Expand Up @@ -20591,6 +20591,17 @@
}
]
},
{
"shortName": "DeleteModelVersion",
"fullName": "google.cloud.aiplatform.v1.ModelService.DeleteModelVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/models/*}:deleteVersion"
}
]
},
{
"shortName": "ExportModel",
"fullName": "google.cloud.aiplatform.v1.ModelService.ExportModel",
Expand Down Expand Up @@ -20668,6 +20679,17 @@
}
]
},
{
"shortName": "ListModelVersions",
"fullName": "google.cloud.aiplatform.v1.ModelService.ListModelVersions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/models/*}:listVersions"
}
]
},
{
"shortName": "ListModels",
"fullName": "google.cloud.aiplatform.v1.ModelService.ListModels",
Expand All @@ -20679,6 +20701,17 @@
}
]
},
{
"shortName": "MergeVersionAliases",
"fullName": "google.cloud.aiplatform.v1.ModelService.MergeVersionAliases",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/models/*}:mergeVersionAliases"
}
]
},
{
"shortName": "UpdateModel",
"fullName": "google.cloud.aiplatform.v1.ModelService.UpdateModel",
Expand Down

0 comments on commit d19c0d2

Please sign in to comment.