| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/devstorage.full_control": { | 5 "https://www.googleapis.com/auth/devstorage.full_control": { |
| 6 "description": "Manage your data and permissions in Google C
loud Storage" | 6 "description": "Manage your data and permissions in Google C
loud Storage" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/devstorage.read_only": { | 8 "https://www.googleapis.com/auth/devstorage.read_only": { |
| 9 "description": "View your data in Google Cloud Storage" | 9 "description": "View your data in Google Cloud Storage" |
| 10 }, | 10 }, |
| 11 "https://www.googleapis.com/auth/devstorage.read_write": { | 11 "https://www.googleapis.com/auth/devstorage.read_write": { |
| 12 "description": "Manage your data in Google Cloud Storage" | 12 "description": "Manage your data in Google Cloud Storage" |
| 13 }, | 13 }, |
| 14 "https://www.googleapis.com/auth/prediction": { | 14 "https://www.googleapis.com/auth/prediction": { |
| 15 "description": "Manage your data in the Google Prediction AP
I" | 15 "description": "Manage your data in the Google Prediction AP
I" |
| 16 } | 16 } |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 }, | 19 }, |
| 20 "basePath": "/prediction/v1.6/projects/", | 20 "basePath": "/prediction/v1.6/projects/", |
| 21 "baseUrl": "https://www.googleapis.com/prediction/v1.6/projects/", | 21 "baseUrl": "https://www.googleapis.com/prediction/v1.6/projects/", |
| 22 "batchPath": "batch", | 22 "batchPath": "batch", |
| 23 "description": "Lets you access a cloud hosted machine learning service that
makes it easy to build smart apps", | 23 "description": "Lets you access a cloud hosted machine learning service that
makes it easy to build smart apps", |
| 24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
| 25 "documentationLink": "https://developers.google.com/prediction/docs/develope
r-guide", | 25 "documentationLink": "https://developers.google.com/prediction/docs/develope
r-guide", |
| 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/MKubU0FmYvcCiak8-htY8xGlT7I\"", | 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/XH5kx6DVwHOxcDh-sCub5wYn1Ss\"", |
| 27 "icons": { | 27 "icons": { |
| 28 "x16": "http://www.google.com/images/icons/feature/predictionapi-16.png"
, | 28 "x16": "http://www.google.com/images/icons/feature/predictionapi-16.png"
, |
| 29 "x32": "http://www.google.com/images/icons/feature/predictionapi-32.png" | 29 "x32": "http://www.google.com/images/icons/feature/predictionapi-32.png" |
| 30 }, | 30 }, |
| 31 "id": "prediction:v1.6", | 31 "id": "prediction:v1.6", |
| 32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
| 33 "name": "prediction", | 33 "name": "prediction", |
| 34 "ownerDomain": "google.com", | 34 "ownerDomain": "google.com", |
| 35 "ownerName": "Google", | 35 "ownerName": "Google", |
| 36 "parameters": { | 36 "parameters": { |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 "description": "The probability of the class lab
el.", | 739 "description": "The probability of the class lab
el.", |
| 740 "type": "string" | 740 "type": "string" |
| 741 } | 741 } |
| 742 }, | 742 }, |
| 743 "type": "object" | 743 "type": "object" |
| 744 }, | 744 }, |
| 745 "type": "array" | 745 "type": "array" |
| 746 }, | 746 }, |
| 747 "outputValue": { | 747 "outputValue": { |
| 748 "description": "The estimated regression value (Regression m
odels only).", | 748 "description": "The estimated regression value (Regression m
odels only).", |
| 749 "type": "string" | 749 "format": "double", |
| 750 "type": "number" |
| 750 }, | 751 }, |
| 751 "selfLink": { | 752 "selfLink": { |
| 752 "description": "A URL to re-request this resource.", | 753 "description": "A URL to re-request this resource.", |
| 753 "type": "string" | 754 "type": "string" |
| 754 } | 755 } |
| 755 }, | 756 }, |
| 756 "type": "object" | 757 "type": "object" |
| 757 }, | 758 }, |
| 758 "Update": { | 759 "Update": { |
| 759 "id": "Update", | 760 "id": "Update", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 770 "type": "string" | 771 "type": "string" |
| 771 } | 772 } |
| 772 }, | 773 }, |
| 773 "type": "object" | 774 "type": "object" |
| 774 } | 775 } |
| 775 }, | 776 }, |
| 776 "servicePath": "prediction/v1.6/projects/", | 777 "servicePath": "prediction/v1.6/projects/", |
| 777 "title": "Prediction API", | 778 "title": "Prediction API", |
| 778 "version": "v1.6" | 779 "version": "v1.6" |
| 779 } | 780 } |
| OLD | NEW |