Skip to content

Commit 2e9e9ef

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 8031cc2 commit 2e9e9ef

1 file changed

Lines changed: 260 additions & 6 deletions

File tree

api-index-v1.json

Lines changed: 260 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13967,7 +13967,7 @@
1396713967
"options": {
1396813968
"csharp_namespace": {
1396913969
"valueCounts": {
13970-
"Google.Cloud.AIPlatform.V1": 41,
13970+
"Google.Cloud.AIPlatform.V1": 51,
1397113971
"Google.Cloud.AIPlatform.V1.Schema.Predict.Instance": 9,
1397213972
"Google.Cloud.AIPlatform.V1.Schema.Predict.Params": 6,
1397313973
"Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction": 10,
@@ -13980,17 +13980,17 @@
1398013980
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/predict/params;params": 6,
1398113981
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/predict/prediction;prediction": 10,
1398213982
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/trainingjob/definition;definition": 11,
13983-
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform": 41
13983+
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform": 51
1398413984
}
1398513985
},
1398613986
"java_multiple_files": {
1398713987
"valueCounts": {
13988-
"true": 77
13988+
"true": 87
1398913989
}
1399013990
},
1399113991
"java_package": {
1399213992
"valueCounts": {
13993-
"com.google.cloud.aiplatform.v1": 41,
13993+
"com.google.cloud.aiplatform.v1": 51,
1399413994
"com.google.cloud.aiplatform.v1.schema.predict.instance": 9,
1399513995
"com.google.cloud.aiplatform.v1.schema.predict.params": 6,
1399613996
"com.google.cloud.aiplatform.v1.schema.predict.prediction": 10,
@@ -13999,7 +13999,7 @@
1399913999
},
1400014000
"php_namespace": {
1400114001
"valueCounts": {
14002-
"Google\\Cloud\\AIPlatform\\V1": 41,
14002+
"Google\\Cloud\\AIPlatform\\V1": 51,
1400314003
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Instance": 9,
1400414004
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Params": 6,
1400514005
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Prediction": 10,
@@ -14008,7 +14008,7 @@
1400814008
},
1400914009
"ruby_package": {
1401014010
"valueCounts": {
14011-
"Google::Cloud::AIPlatform::V1": 41,
14011+
"Google::Cloud::AIPlatform::V1": 51,
1401214012
"Google::Cloud::AIPlatform::V1::Schema::Predict::Instance": 9,
1401314013
"Google::Cloud::AIPlatform::V1::Schema::Predict::Params": 6,
1401414014
"Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction": 10,
@@ -14216,6 +14216,150 @@
1421614216
}
1421714217
]
1421814218
},
14219+
{
14220+
"shortName": "IndexEndpointService",
14221+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService",
14222+
"methods": [
14223+
{
14224+
"shortName": "CreateIndexEndpoint",
14225+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint",
14226+
"mode": "UNARY",
14227+
"bindings": [
14228+
{
14229+
"httpMethod": "POST",
14230+
"path": "/v1/{parent=projects/*/locations/*}/indexEndpoints"
14231+
}
14232+
]
14233+
},
14234+
{
14235+
"shortName": "DeleteIndexEndpoint",
14236+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.DeleteIndexEndpoint",
14237+
"mode": "UNARY",
14238+
"bindings": [
14239+
{
14240+
"httpMethod": "DELETE",
14241+
"path": "/v1/{name=projects/*/locations/*/indexEndpoints/*}"
14242+
}
14243+
]
14244+
},
14245+
{
14246+
"shortName": "DeployIndex",
14247+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.DeployIndex",
14248+
"mode": "UNARY",
14249+
"bindings": [
14250+
{
14251+
"httpMethod": "POST",
14252+
"path": "/v1/{index_endpoint=projects/*/locations/*/indexEndpoints/*}:deployIndex"
14253+
}
14254+
]
14255+
},
14256+
{
14257+
"shortName": "GetIndexEndpoint",
14258+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.GetIndexEndpoint",
14259+
"mode": "UNARY",
14260+
"bindings": [
14261+
{
14262+
"httpMethod": "GET",
14263+
"path": "/v1/{name=projects/*/locations/*/indexEndpoints/*}"
14264+
}
14265+
]
14266+
},
14267+
{
14268+
"shortName": "ListIndexEndpoints",
14269+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.ListIndexEndpoints",
14270+
"mode": "UNARY",
14271+
"bindings": [
14272+
{
14273+
"httpMethod": "GET",
14274+
"path": "/v1/{parent=projects/*/locations/*}/indexEndpoints"
14275+
}
14276+
]
14277+
},
14278+
{
14279+
"shortName": "UndeployIndex",
14280+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.UndeployIndex",
14281+
"mode": "UNARY",
14282+
"bindings": [
14283+
{
14284+
"httpMethod": "POST",
14285+
"path": "/v1/{index_endpoint=projects/*/locations/*/indexEndpoints/*}:undeployIndex"
14286+
}
14287+
]
14288+
},
14289+
{
14290+
"shortName": "UpdateIndexEndpoint",
14291+
"fullName": "google.cloud.aiplatform.v1.IndexEndpointService.UpdateIndexEndpoint",
14292+
"mode": "UNARY",
14293+
"bindings": [
14294+
{
14295+
"httpMethod": "PATCH",
14296+
"path": "/v1/{index_endpoint.name=projects/*/locations/*/indexEndpoints/*}"
14297+
}
14298+
]
14299+
}
14300+
]
14301+
},
14302+
{
14303+
"shortName": "IndexService",
14304+
"fullName": "google.cloud.aiplatform.v1.IndexService",
14305+
"methods": [
14306+
{
14307+
"shortName": "CreateIndex",
14308+
"fullName": "google.cloud.aiplatform.v1.IndexService.CreateIndex",
14309+
"mode": "UNARY",
14310+
"bindings": [
14311+
{
14312+
"httpMethod": "POST",
14313+
"path": "/v1/{parent=projects/*/locations/*}/indexes"
14314+
}
14315+
]
14316+
},
14317+
{
14318+
"shortName": "DeleteIndex",
14319+
"fullName": "google.cloud.aiplatform.v1.IndexService.DeleteIndex",
14320+
"mode": "UNARY",
14321+
"bindings": [
14322+
{
14323+
"httpMethod": "DELETE",
14324+
"path": "/v1/{name=projects/*/locations/*/indexes/*}"
14325+
}
14326+
]
14327+
},
14328+
{
14329+
"shortName": "GetIndex",
14330+
"fullName": "google.cloud.aiplatform.v1.IndexService.GetIndex",
14331+
"mode": "UNARY",
14332+
"bindings": [
14333+
{
14334+
"httpMethod": "GET",
14335+
"path": "/v1/{name=projects/*/locations/*/indexes/*}"
14336+
}
14337+
]
14338+
},
14339+
{
14340+
"shortName": "ListIndexes",
14341+
"fullName": "google.cloud.aiplatform.v1.IndexService.ListIndexes",
14342+
"mode": "UNARY",
14343+
"bindings": [
14344+
{
14345+
"httpMethod": "GET",
14346+
"path": "/v1/{parent=projects/*/locations/*}/indexes"
14347+
}
14348+
]
14349+
},
14350+
{
14351+
"shortName": "UpdateIndex",
14352+
"fullName": "google.cloud.aiplatform.v1.IndexService.UpdateIndex",
14353+
"mode": "UNARY",
14354+
"bindings": [
14355+
{
14356+
"httpMethod": "PATCH",
14357+
"path": "/v1/{index.name=projects/*/locations/*/indexes/*}"
14358+
}
14359+
]
14360+
}
14361+
]
14362+
},
1421914363
{
1422014364
"shortName": "JobService",
1422114365
"fullName": "google.cloud.aiplatform.v1.JobService",
@@ -14308,6 +14452,17 @@
1430814452
}
1430914453
]
1431014454
},
14455+
{
14456+
"shortName": "CreateModelDeploymentMonitoringJob",
14457+
"fullName": "google.cloud.aiplatform.v1.JobService.CreateModelDeploymentMonitoringJob",
14458+
"mode": "UNARY",
14459+
"bindings": [
14460+
{
14461+
"httpMethod": "POST",
14462+
"path": "/v1/{parent=projects/*/locations/*}/modelDeploymentMonitoringJobs"
14463+
}
14464+
]
14465+
},
1431114466
{
1431214467
"shortName": "DeleteBatchPredictionJob",
1431314468
"fullName": "google.cloud.aiplatform.v1.JobService.DeleteBatchPredictionJob",
@@ -14352,6 +14507,17 @@
1435214507
}
1435314508
]
1435414509
},
14510+
{
14511+
"shortName": "DeleteModelDeploymentMonitoringJob",
14512+
"fullName": "google.cloud.aiplatform.v1.JobService.DeleteModelDeploymentMonitoringJob",
14513+
"mode": "UNARY",
14514+
"bindings": [
14515+
{
14516+
"httpMethod": "DELETE",
14517+
"path": "/v1/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*}"
14518+
}
14519+
]
14520+
},
1435514521
{
1435614522
"shortName": "GetBatchPredictionJob",
1435714523
"fullName": "google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob",
@@ -14396,6 +14562,17 @@
1439614562
}
1439714563
]
1439814564
},
14565+
{
14566+
"shortName": "GetModelDeploymentMonitoringJob",
14567+
"fullName": "google.cloud.aiplatform.v1.JobService.GetModelDeploymentMonitoringJob",
14568+
"mode": "UNARY",
14569+
"bindings": [
14570+
{
14571+
"httpMethod": "GET",
14572+
"path": "/v1/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*}"
14573+
}
14574+
]
14575+
},
1439914576
{
1440014577
"shortName": "ListBatchPredictionJobs",
1440114578
"fullName": "google.cloud.aiplatform.v1.JobService.ListBatchPredictionJobs",
@@ -14439,6 +14616,61 @@
1443914616
"path": "/v1/{parent=projects/*/locations/*}/hyperparameterTuningJobs"
1444014617
}
1444114618
]
14619+
},
14620+
{
14621+
"shortName": "ListModelDeploymentMonitoringJobs",
14622+
"fullName": "google.cloud.aiplatform.v1.JobService.ListModelDeploymentMonitoringJobs",
14623+
"mode": "UNARY",
14624+
"bindings": [
14625+
{
14626+
"httpMethod": "GET",
14627+
"path": "/v1/{parent=projects/*/locations/*}/modelDeploymentMonitoringJobs"
14628+
}
14629+
]
14630+
},
14631+
{
14632+
"shortName": "PauseModelDeploymentMonitoringJob",
14633+
"fullName": "google.cloud.aiplatform.v1.JobService.PauseModelDeploymentMonitoringJob",
14634+
"mode": "UNARY",
14635+
"bindings": [
14636+
{
14637+
"httpMethod": "POST",
14638+
"path": "/v1/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*}:pause"
14639+
}
14640+
]
14641+
},
14642+
{
14643+
"shortName": "ResumeModelDeploymentMonitoringJob",
14644+
"fullName": "google.cloud.aiplatform.v1.JobService.ResumeModelDeploymentMonitoringJob",
14645+
"mode": "UNARY",
14646+
"bindings": [
14647+
{
14648+
"httpMethod": "POST",
14649+
"path": "/v1/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*}:resume"
14650+
}
14651+
]
14652+
},
14653+
{
14654+
"shortName": "SearchModelDeploymentMonitoringStatsAnomalies",
14655+
"fullName": "google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies",
14656+
"mode": "UNARY",
14657+
"bindings": [
14658+
{
14659+
"httpMethod": "POST",
14660+
"path": "/v1/{model_deployment_monitoring_job=projects/*/locations/*/modelDeploymentMonitoringJobs/*}:searchModelDeploymentMonitoringStatsAnomalies"
14661+
}
14662+
]
14663+
},
14664+
{
14665+
"shortName": "UpdateModelDeploymentMonitoringJob",
14666+
"fullName": "google.cloud.aiplatform.v1.JobService.UpdateModelDeploymentMonitoringJob",
14667+
"mode": "UNARY",
14668+
"bindings": [
14669+
{
14670+
"httpMethod": "PATCH",
14671+
"path": "/v1/{model_deployment_monitoring_job.name=projects/*/locations/*/modelDeploymentMonitoringJobs/*}"
14672+
}
14673+
]
1444214674
}
1444314675
]
1444414676
},
@@ -14706,6 +14938,17 @@
1470614938
"shortName": "PredictionService",
1470714939
"fullName": "google.cloud.aiplatform.v1.PredictionService",
1470814940
"methods": [
14941+
{
14942+
"shortName": "Explain",
14943+
"fullName": "google.cloud.aiplatform.v1.PredictionService.Explain",
14944+
"mode": "UNARY",
14945+
"bindings": [
14946+
{
14947+
"httpMethod": "POST",
14948+
"path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:explain"
14949+
}
14950+
]
14951+
},
1470914952
{
1471014953
"shortName": "Predict",
1471114954
"fullName": "google.cloud.aiplatform.v1.PredictionService.Predict",
@@ -14716,6 +14959,17 @@
1471614959
"path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:predict"
1471714960
}
1471814961
]
14962+
},
14963+
{
14964+
"shortName": "RawPredict",
14965+
"fullName": "google.cloud.aiplatform.v1.PredictionService.RawPredict",
14966+
"mode": "UNARY",
14967+
"bindings": [
14968+
{
14969+
"httpMethod": "POST",
14970+
"path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:rawPredict"
14971+
}
14972+
]
1471914973
}
1472014974
]
1472114975
},

0 commit comments

Comments
 (0)