Skip to content

Commit f4356a0

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 4a18f3e commit f4356a0

1 file changed

Lines changed: 79 additions & 6 deletions

File tree

api-index-v1.json

Lines changed: 79 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15604,7 +15604,7 @@
1560415604
"options": {
1560515605
"csharp_namespace": {
1560615606
"valueCounts": {
15607-
"Google.Cloud.AIPlatform.V1Beta1": 80,
15607+
"Google.Cloud.AIPlatform.V1Beta1": 82,
1560815608
"Google.Cloud.AIPlatform.V1Beta1.Schema": 6,
1560915609
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance": 9,
1561015610
"Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params": 6,
@@ -15614,7 +15614,7 @@
1561415614
},
1561515615
"go_package": {
1561615616
"valueCounts": {
15617-
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 80,
15617+
"cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 82,
1561815618
"cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/instance/instancepb;instancepb": 9,
1561915619
"cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/params/paramspb;paramspb": 6,
1562015620
"cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/prediction/predictionpb;predictionpb": 11,
@@ -15624,12 +15624,12 @@
1562415624
},
1562515625
"java_multiple_files": {
1562615626
"valueCounts": {
15627-
"true": 124
15627+
"true": 126
1562815628
}
1562915629
},
1563015630
"java_package": {
1563115631
"valueCounts": {
15632-
"com.google.cloud.aiplatform.v1beta1": 80,
15632+
"com.google.cloud.aiplatform.v1beta1": 82,
1563315633
"com.google.cloud.aiplatform.v1beta1.schema": 6,
1563415634
"com.google.cloud.aiplatform.v1beta1.schema.predict.instance": 9,
1563515635
"com.google.cloud.aiplatform.v1beta1.schema.predict.params": 6,
@@ -15639,7 +15639,7 @@
1563915639
},
1564015640
"php_namespace": {
1564115641
"valueCounts": {
15642-
"Google\\Cloud\\AIPlatform\\V1beta1": 80,
15642+
"Google\\Cloud\\AIPlatform\\V1beta1": 82,
1564315643
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema": 6,
1564415644
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Instance": 9,
1564515645
"Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Params": 6,
@@ -15649,7 +15649,7 @@
1564915649
},
1565015650
"ruby_package": {
1565115651
"valueCounts": {
15652-
"Google::Cloud::AIPlatform::V1beta1": 80,
15652+
"Google::Cloud::AIPlatform::V1beta1": 82,
1565315653
"Google::Cloud::AIPlatform::V1beta1::Schema": 6,
1565415654
"Google::Cloud::AIPlatform::V1beta1::Schema::Predict::Instance": 9,
1565515655
"Google::Cloud::AIPlatform::V1beta1::Schema::Predict::Params": 6,
@@ -17558,6 +17558,78 @@
1755817558
}
1755917559
]
1756017560
},
17561+
{
17562+
"shortName": "ScheduleService",
17563+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService",
17564+
"methods": [
17565+
{
17566+
"shortName": "CreateSchedule",
17567+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService.CreateSchedule",
17568+
"mode": "UNARY",
17569+
"bindings": [
17570+
{
17571+
"httpMethod": "POST",
17572+
"path": "/v1beta1/{parent=projects/*/locations/*}/schedules"
17573+
}
17574+
]
17575+
},
17576+
{
17577+
"shortName": "DeleteSchedule",
17578+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService.DeleteSchedule",
17579+
"mode": "UNARY",
17580+
"bindings": [
17581+
{
17582+
"httpMethod": "DELETE",
17583+
"path": "/v1beta1/{name=projects/*/locations/*/schedules/*}"
17584+
}
17585+
]
17586+
},
17587+
{
17588+
"shortName": "GetSchedule",
17589+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService.GetSchedule",
17590+
"mode": "UNARY",
17591+
"bindings": [
17592+
{
17593+
"httpMethod": "GET",
17594+
"path": "/v1beta1/{name=projects/*/locations/*/schedules/*}"
17595+
}
17596+
]
17597+
},
17598+
{
17599+
"shortName": "ListSchedules",
17600+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService.ListSchedules",
17601+
"mode": "UNARY",
17602+
"bindings": [
17603+
{
17604+
"httpMethod": "GET",
17605+
"path": "/v1beta1/{parent=projects/*/locations/*}/schedules"
17606+
}
17607+
]
17608+
},
17609+
{
17610+
"shortName": "PauseSchedule",
17611+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService.PauseSchedule",
17612+
"mode": "UNARY",
17613+
"bindings": [
17614+
{
17615+
"httpMethod": "POST",
17616+
"path": "/v1beta1/{name=projects/*/locations/*/schedules/*}:pause"
17617+
}
17618+
]
17619+
},
17620+
{
17621+
"shortName": "ResumeSchedule",
17622+
"fullName": "google.cloud.aiplatform.v1beta1.ScheduleService.ResumeSchedule",
17623+
"mode": "UNARY",
17624+
"bindings": [
17625+
{
17626+
"httpMethod": "POST",
17627+
"path": "/v1beta1/{name=projects/*/locations/*/schedules/*}:resume"
17628+
}
17629+
]
17630+
}
17631+
]
17632+
},
1756117633
{
1756217634
"shortName": "SpecialistPoolService",
1756317635
"fullName": "google.cloud.aiplatform.v1beta1.SpecialistPoolService",
@@ -18132,6 +18204,7 @@
1813218204
"google.cloud.aiplatform.v1beta1.ModelService",
1813318205
"google.cloud.aiplatform.v1beta1.PipelineService",
1813418206
"google.cloud.aiplatform.v1beta1.PredictionService",
18207+
"google.cloud.aiplatform.v1beta1.ScheduleService",
1813518208
"google.cloud.aiplatform.v1beta1.SpecialistPoolService",
1813618209
"google.cloud.aiplatform.v1beta1.TensorboardService",
1813718210
"google.cloud.aiplatform.v1beta1.VizierService",

0 commit comments

Comments
 (0)