Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: discovery/googleapis_beta/ml__v1beta1.json

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 }, 660 },
661 "scopes": [ 661 "scopes": [
662 "https://www.googleapis.com/auth/cloud-platform" 662 "https://www.googleapis.com/auth/cloud-platform"
663 ] 663 ]
664 } 664 }
665 } 665 }
666 } 666 }
667 } 667 }
668 } 668 }
669 }, 669 },
670 "revision": "20161103", 670 "revision": "20161212",
671 "rootUrl": "https://ml.googleapis.com/", 671 "rootUrl": "https://ml.googleapis.com/",
672 "schemas": { 672 "schemas": {
673 "GoogleCloudMlV1beta1__HyperparameterOutput": { 673 "GoogleCloudMlV1beta1__HyperparameterOutput": {
674 "description": "Represents the result of a single hyperparameter tun ing trial from a\ntraining job. The TrainingOutput object that is returned on su ccessful\ncompletion of a training job with hyperparameter tuning includes a lis t\nof HyperparameterOutput objects, one for each successful trial.", 674 "description": "Represents the result of a single hyperparameter tun ing trial from a\ntraining job. The TrainingOutput object that is returned on su ccessful\ncompletion of a training job with hyperparameter tuning includes a lis t\nof HyperparameterOutput objects, one for each successful trial.",
675 "id": "GoogleCloudMlV1beta1__HyperparameterOutput", 675 "id": "GoogleCloudMlV1beta1__HyperparameterOutput",
676 "properties": { 676 "properties": {
677 "finalMetric": { 677 "finalMetric": {
678 "$ref": "GoogleCloudMlV1beta1_HyperparameterOutput_Hyperpara meterMetric", 678 "$ref": "GoogleCloudMlV1beta1_HyperparameterOutput_Hyperpara meterMetric",
679 "description": "The final objective metric seen for this tri al." 679 "description": "The final objective metric seen for this tri al."
680 }, 680 },
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 "GoogleCloudMlV1beta1__CancelJobRequest": { 912 "GoogleCloudMlV1beta1__CancelJobRequest": {
913 "description": "Request message for the CancelJob method.", 913 "description": "Request message for the CancelJob method.",
914 "id": "GoogleCloudMlV1beta1__CancelJobRequest", 914 "id": "GoogleCloudMlV1beta1__CancelJobRequest",
915 "properties": {}, 915 "properties": {},
916 "type": "object" 916 "type": "object"
917 }, 917 },
918 "GoogleCloudMlV1beta1__TrainingOutput": { 918 "GoogleCloudMlV1beta1__TrainingOutput": {
919 "description": "Represents results of a training job.", 919 "description": "Represents results of a training job.",
920 "id": "GoogleCloudMlV1beta1__TrainingOutput", 920 "id": "GoogleCloudMlV1beta1__TrainingOutput",
921 "properties": { 921 "properties": {
922 "consumedMlUnits": {
923 "description": "The amount of ML units consumed by the job." ,
924 "format": "double",
925 "type": "number"
926 },
922 "completedTrialCount": { 927 "completedTrialCount": {
923 "description": "The number of hyperparameter tuning trials t hat completed successfully.", 928 "description": "The number of hyperparameter tuning trials t hat completed successfully.",
924 "format": "int64", 929 "format": "int64",
925 "type": "string" 930 "type": "string"
926 }, 931 },
927 "trials": { 932 "trials": {
928 "description": "Results for individual Hyperparameter trials .", 933 "description": "Results for individual Hyperparameter trials .",
929 "items": { 934 "items": {
930 "$ref": "GoogleCloudMlV1beta1__HyperparameterOutput" 935 "$ref": "GoogleCloudMlV1beta1__HyperparameterOutput"
931 }, 936 },
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 "type": "string" 1356 "type": "string"
1352 } 1357 }
1353 }, 1358 },
1354 "type": "object" 1359 "type": "object"
1355 } 1360 }
1356 }, 1361 },
1357 "servicePath": "", 1362 "servicePath": "",
1358 "title": "Google Cloud Machine Learning", 1363 "title": "Google Cloud Machine Learning",
1359 "version": "v1beta1" 1364 "version": "v1beta1"
1360 } 1365 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/logging__v2beta1.json ('k') | discovery/googleapis_beta/proximitybeacon__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698