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 Jul 21, 2021
1 parent 4e836c7 commit 75e9812
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions api-index-v1.json
Expand Up @@ -14574,6 +14574,12 @@
"google/type"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"": 44,
"Google.Cloud.AIPlatform.V1Beta1": 71
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1/schema/predict/instance;instance": 9,
Expand All @@ -14598,6 +14604,18 @@
"com.google.cloud.aiplatform.v1beta1.schema.predict.prediction": 11,
"com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition": 12
}
},
"php_namespace": {
"valueCounts": {
"": 44,
"Google\\Cloud\\AIPlatform\\V1beta1": 71
}
},
"ruby_package": {
"valueCounts": {
"": 44,
"Google::Cloud::AIPlatform::V1beta1": 71
}
}
},
"services": [
Expand Down Expand Up @@ -15604,6 +15622,17 @@
}
]
},
{
"shortName": "DeleteArtifact",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.DeleteArtifact",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/metadataStores/*/artifacts/*}"
}
]
},
{
"shortName": "DeleteContext",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.DeleteContext",
Expand All @@ -15615,6 +15644,17 @@
}
]
},
{
"shortName": "DeleteExecution",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.DeleteExecution",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta1/{name=projects/*/locations/*/metadataStores/*/executions/*}"
}
]
},
{
"shortName": "DeleteMetadataStore",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.DeleteMetadataStore",
Expand Down Expand Up @@ -15736,6 +15776,39 @@
}
]
},
{
"shortName": "PurgeArtifacts",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.PurgeArtifacts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*/metadataStores/*}/artifacts:purge"
}
]
},
{
"shortName": "PurgeContexts",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.PurgeContexts",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*/metadataStores/*}/contexts:purge"
}
]
},
{
"shortName": "PurgeExecutions",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.PurgeExecutions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta1/{parent=projects/*/locations/*/metadataStores/*}/executions:purge"
}
]
},
{
"shortName": "QueryArtifactLineageSubgraph",
"fullName": "google.cloud.aiplatform.v1beta1.MetadataService.QueryArtifactLineageSubgraph",
Expand Down

0 comments on commit 75e9812

Please sign in to comment.