123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "CreateDataset"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "UpdateDataset"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "ImportData"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "ExportData"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "CreateModel"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "UpdateModel"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "DeployModel"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "UndeployModel"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "ExportModel"
- }
- ],
- "timeout": "5s"
- },
- {
- "name": [
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "GetDataset"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "ListDatasets"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "DeleteDataset"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "GetAnnotationSpec"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "GetModel"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "ListModels"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "DeleteModel"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "GetModelEvaluation"
- },
- {
- "service": "google.cloud.automl.v1.AutoMl",
- "method": "ListModelEvaluations"
- }
- ],
- "timeout": "5s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ]
- }
- },
- {
- "name": [
- {
- "service": "google.cloud.automl.v1.PredictionService",
- "method": "Predict"
- },
- {
- "service": "google.cloud.automl.v1.PredictionService",
- "method": "BatchPredict"
- }
- ],
- "timeout": "60s"
- }
- ]
- }
|