1396713967 "options": {
1396813968 "csharp_namespace": {
1396913969 "valueCounts": {
13970- "Google.Cloud.AIPlatform.V1": 51 ,
13970+ "Google.Cloud.AIPlatform.V1": 52 ,
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": 51
13983+ "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform": 52
1398413984 }
1398513985 },
1398613986 "java_multiple_files": {
1398713987 "valueCounts": {
13988- "true": 87
13988+ "true": 88
1398913989 }
1399013990 },
1399113991 "java_package": {
1399213992 "valueCounts": {
13993- "com.google.cloud.aiplatform.v1": 51 ,
13993+ "com.google.cloud.aiplatform.v1": 52 ,
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,
1399913999 },
1400014000 "php_namespace": {
1400114001 "valueCounts": {
14002- "Google\\Cloud\\AIPlatform\\V1": 51 ,
14002+ "Google\\Cloud\\AIPlatform\\V1": 52 ,
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,
1400814008 },
1400914009 "ruby_package": {
1401014010 "valueCounts": {
14011- "Google::Cloud::AIPlatform::V1": 51 ,
14011+ "Google::Cloud::AIPlatform::V1": 52 ,
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,
@@ -15033,6 +15033,177 @@
1503315033 ]
1503415034 }
1503515035 ]
15036+ },
15037+ {
15038+ "shortName": "VizierService",
15039+ "fullName": "google.cloud.aiplatform.v1.VizierService",
15040+ "methods": [
15041+ {
15042+ "shortName": "AddTrialMeasurement",
15043+ "fullName": "google.cloud.aiplatform.v1.VizierService.AddTrialMeasurement",
15044+ "mode": "UNARY",
15045+ "bindings": [
15046+ {
15047+ "httpMethod": "POST",
15048+ "path": "/v1/{trial_name=projects/*/locations/*/studies/*/trials/*}:addTrialMeasurement"
15049+ }
15050+ ]
15051+ },
15052+ {
15053+ "shortName": "CheckTrialEarlyStoppingState",
15054+ "fullName": "google.cloud.aiplatform.v1.VizierService.CheckTrialEarlyStoppingState",
15055+ "mode": "UNARY",
15056+ "bindings": [
15057+ {
15058+ "httpMethod": "POST",
15059+ "path": "/v1/{trial_name=projects/*/locations/*/studies/*/trials/*}:checkTrialEarlyStoppingState"
15060+ }
15061+ ]
15062+ },
15063+ {
15064+ "shortName": "CompleteTrial",
15065+ "fullName": "google.cloud.aiplatform.v1.VizierService.CompleteTrial",
15066+ "mode": "UNARY",
15067+ "bindings": [
15068+ {
15069+ "httpMethod": "POST",
15070+ "path": "/v1/{name=projects/*/locations/*/studies/*/trials/*}:complete"
15071+ }
15072+ ]
15073+ },
15074+ {
15075+ "shortName": "CreateStudy",
15076+ "fullName": "google.cloud.aiplatform.v1.VizierService.CreateStudy",
15077+ "mode": "UNARY",
15078+ "bindings": [
15079+ {
15080+ "httpMethod": "POST",
15081+ "path": "/v1/{parent=projects/*/locations/*}/studies"
15082+ }
15083+ ]
15084+ },
15085+ {
15086+ "shortName": "CreateTrial",
15087+ "fullName": "google.cloud.aiplatform.v1.VizierService.CreateTrial",
15088+ "mode": "UNARY",
15089+ "bindings": [
15090+ {
15091+ "httpMethod": "POST",
15092+ "path": "/v1/{parent=projects/*/locations/*/studies/*}/trials"
15093+ }
15094+ ]
15095+ },
15096+ {
15097+ "shortName": "DeleteStudy",
15098+ "fullName": "google.cloud.aiplatform.v1.VizierService.DeleteStudy",
15099+ "mode": "UNARY",
15100+ "bindings": [
15101+ {
15102+ "httpMethod": "DELETE",
15103+ "path": "/v1/{name=projects/*/locations/*/studies/*}"
15104+ }
15105+ ]
15106+ },
15107+ {
15108+ "shortName": "DeleteTrial",
15109+ "fullName": "google.cloud.aiplatform.v1.VizierService.DeleteTrial",
15110+ "mode": "UNARY",
15111+ "bindings": [
15112+ {
15113+ "httpMethod": "DELETE",
15114+ "path": "/v1/{name=projects/*/locations/*/studies/*/trials/*}"
15115+ }
15116+ ]
15117+ },
15118+ {
15119+ "shortName": "GetStudy",
15120+ "fullName": "google.cloud.aiplatform.v1.VizierService.GetStudy",
15121+ "mode": "UNARY",
15122+ "bindings": [
15123+ {
15124+ "httpMethod": "GET",
15125+ "path": "/v1/{name=projects/*/locations/*/studies/*}"
15126+ }
15127+ ]
15128+ },
15129+ {
15130+ "shortName": "GetTrial",
15131+ "fullName": "google.cloud.aiplatform.v1.VizierService.GetTrial",
15132+ "mode": "UNARY",
15133+ "bindings": [
15134+ {
15135+ "httpMethod": "GET",
15136+ "path": "/v1/{name=projects/*/locations/*/studies/*/trials/*}"
15137+ }
15138+ ]
15139+ },
15140+ {
15141+ "shortName": "ListOptimalTrials",
15142+ "fullName": "google.cloud.aiplatform.v1.VizierService.ListOptimalTrials",
15143+ "mode": "UNARY",
15144+ "bindings": [
15145+ {
15146+ "httpMethod": "POST",
15147+ "path": "/v1/{parent=projects/*/locations/*/studies/*}/trials:listOptimalTrials"
15148+ }
15149+ ]
15150+ },
15151+ {
15152+ "shortName": "ListStudies",
15153+ "fullName": "google.cloud.aiplatform.v1.VizierService.ListStudies",
15154+ "mode": "UNARY",
15155+ "bindings": [
15156+ {
15157+ "httpMethod": "GET",
15158+ "path": "/v1/{parent=projects/*/locations/*}/studies"
15159+ }
15160+ ]
15161+ },
15162+ {
15163+ "shortName": "ListTrials",
15164+ "fullName": "google.cloud.aiplatform.v1.VizierService.ListTrials",
15165+ "mode": "UNARY",
15166+ "bindings": [
15167+ {
15168+ "httpMethod": "GET",
15169+ "path": "/v1/{parent=projects/*/locations/*/studies/*}/trials"
15170+ }
15171+ ]
15172+ },
15173+ {
15174+ "shortName": "LookupStudy",
15175+ "fullName": "google.cloud.aiplatform.v1.VizierService.LookupStudy",
15176+ "mode": "UNARY",
15177+ "bindings": [
15178+ {
15179+ "httpMethod": "POST",
15180+ "path": "/v1/{parent=projects/*/locations/*}/studies:lookup"
15181+ }
15182+ ]
15183+ },
15184+ {
15185+ "shortName": "StopTrial",
15186+ "fullName": "google.cloud.aiplatform.v1.VizierService.StopTrial",
15187+ "mode": "UNARY",
15188+ "bindings": [
15189+ {
15190+ "httpMethod": "POST",
15191+ "path": "/v1/{name=projects/*/locations/*/studies/*/trials/*}:stop"
15192+ }
15193+ ]
15194+ },
15195+ {
15196+ "shortName": "SuggestTrials",
15197+ "fullName": "google.cloud.aiplatform.v1.VizierService.SuggestTrials",
15198+ "mode": "UNARY",
15199+ "bindings": [
15200+ {
15201+ "httpMethod": "POST",
15202+ "path": "/v1/{parent=projects/*/locations/*/studies/*}/trials:suggest"
15203+ }
15204+ ]
15205+ }
15206+ ]
1503615207 }
1503715208 ]
1503815209 },
0 commit comments