|
16644 | 16644 | "path": "/v1beta1/{endpoint=projects/*/locations/*/endpoints/*}:predict" |
16645 | 16645 | } |
16646 | 16646 | ] |
| 16647 | + }, |
| 16648 | + { |
| 16649 | + "shortName": "RawPredict", |
| 16650 | + "fullName": "google.cloud.aiplatform.v1beta1.PredictionService.RawPredict", |
| 16651 | + "mode": "UNARY", |
| 16652 | + "bindings": [ |
| 16653 | + { |
| 16654 | + "httpMethod": "POST", |
| 16655 | + "path": "/v1beta1/{endpoint=projects/*/locations/*/endpoints/*}:rawPredict" |
| 16656 | + } |
| 16657 | + ] |
16647 | 16658 | } |
16648 | 16659 | ] |
16649 | 16660 | }, |
|
16712 | 16723 | "shortName": "TensorboardService", |
16713 | 16724 | "fullName": "google.cloud.aiplatform.v1beta1.TensorboardService", |
16714 | 16725 | "methods": [ |
| 16726 | + { |
| 16727 | + "shortName": "BatchCreateTensorboardRuns", |
| 16728 | + "fullName": "google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardRuns", |
| 16729 | + "mode": "UNARY", |
| 16730 | + "bindings": [ |
| 16731 | + { |
| 16732 | + "httpMethod": "POST", |
| 16733 | + "path": "/v1beta1/{parent=projects/*/locations/*/tensorboards/*/experiments/*}/runs:batchCreate" |
| 16734 | + } |
| 16735 | + ] |
| 16736 | + }, |
| 16737 | + { |
| 16738 | + "shortName": "BatchCreateTensorboardTimeSeries", |
| 16739 | + "fullName": "google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardTimeSeries", |
| 16740 | + "mode": "UNARY", |
| 16741 | + "bindings": [ |
| 16742 | + { |
| 16743 | + "httpMethod": "POST", |
| 16744 | + "path": "/v1beta1/{parent=projects/*/locations/*/tensorboards/*/experiments/*}/runs/*/timeSeries:batchCreate" |
| 16745 | + } |
| 16746 | + ] |
| 16747 | + }, |
16715 | 16748 | { |
16716 | 16749 | "shortName": "CreateTensorboard", |
16717 | 16750 | "fullName": "google.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboard", |
|
16965 | 16998 | } |
16966 | 16999 | ] |
16967 | 17000 | }, |
| 17001 | + { |
| 17002 | + "shortName": "WriteTensorboardExperimentData", |
| 17003 | + "fullName": "google.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardExperimentData", |
| 17004 | + "mode": "UNARY", |
| 17005 | + "bindings": [ |
| 17006 | + { |
| 17007 | + "httpMethod": "POST", |
| 17008 | + "path": "/v1beta1/{tensorboard_experiment=projects/*/locations/*/tensorboards/*/experiments/*}:write" |
| 17009 | + } |
| 17010 | + ] |
| 17011 | + }, |
16968 | 17012 | { |
16969 | 17013 | "shortName": "WriteTensorboardRunData", |
16970 | 17014 | "fullName": "google.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardRunData", |
|
0 commit comments