google-api-client 0.8.7 → 0.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +20 -0
- data/.rspec +2 -0
- data/.rubocop.yml +7 -0
- data/.rubocop_todo.yml +63 -0
- data/.travis.yml +21 -0
- data/.yardopts +12 -0
- data/CHANGELOG.md +6 -3
- data/CONTRIBUTING.md +31 -0
- data/Gemfile +28 -2
- data/MIGRATING.md +171 -0
- data/README.md +158 -150
- data/Rakefile +1 -40
- data/api_names.yaml +872 -0
- data/api_names_out.yaml +20843 -0
- data/bin/generate-api +93 -0
- data/generated/google/apis/adexchangebuyer_v1_3.rb +35 -0
- data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +1124 -0
- data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +375 -0
- data/generated/google/apis/adexchangebuyer_v1_3/service.rb +893 -0
- data/generated/google/apis/adexchangeseller_v2_0.rb +38 -0
- data/generated/google/apis/adexchangeseller_v2_0/classes.rb +792 -0
- data/generated/google/apis/adexchangeseller_v2_0/representations.rb +309 -0
- data/generated/google/apis/adexchangeseller_v2_0/service.rb +682 -0
- data/generated/google/apis/admin_directory_v1.rb +89 -0
- data/generated/google/apis/admin_directory_v1/classes.rb +2389 -0
- data/generated/google/apis/admin_directory_v1/representations.rb +780 -0
- data/generated/google/apis/admin_directory_v1/service.rb +2805 -0
- data/generated/google/apis/admin_reports_v1.rb +38 -0
- data/generated/google/apis/admin_reports_v1/classes.rb +582 -0
- data/generated/google/apis/admin_reports_v1/representations.rb +231 -0
- data/generated/google/apis/admin_reports_v1/service.rb +341 -0
- data/generated/google/apis/adsense_v1_4.rb +38 -0
- data/generated/google/apis/adsense_v1_4/classes.rb +1279 -0
- data/generated/google/apis/adsense_v1_4/representations.rb +493 -0
- data/generated/google/apis/adsense_v1_4/service.rb +1752 -0
- data/generated/google/apis/adsensehost_v4_1.rb +35 -0
- data/generated/google/apis/adsensehost_v4_1/classes.rb +834 -0
- data/generated/google/apis/adsensehost_v4_1/representations.rb +327 -0
- data/generated/google/apis/adsensehost_v4_1/service.rb +1190 -0
- data/generated/google/apis/analytics_v3.rb +49 -0
- data/generated/google/apis/analytics_v3/classes.rb +5113 -0
- data/generated/google/apis/analytics_v3/representations.rb +1661 -0
- data/generated/google/apis/analytics_v3/service.rb +3600 -0
- data/generated/google/apis/androidenterprise_v1.rb +34 -0
- data/generated/google/apis/androidenterprise_v1/classes.rb +1162 -0
- data/generated/google/apis/androidenterprise_v1/representations.rb +431 -0
- data/generated/google/apis/androidenterprise_v1/service.rb +1979 -0
- data/generated/google/apis/androidpublisher_v2.rb +34 -0
- data/generated/google/apis/androidpublisher_v2/classes.rb +1374 -0
- data/generated/google/apis/androidpublisher_v2/representations.rb +630 -0
- data/generated/google/apis/androidpublisher_v2/service.rb +2390 -0
- data/generated/google/apis/appsactivity_v1.rb +46 -0
- data/generated/google/apis/appsactivity_v1/classes.rb +392 -0
- data/generated/google/apis/appsactivity_v1/representations.rb +184 -0
- data/generated/google/apis/appsactivity_v1/service.rb +129 -0
- data/generated/google/apis/appstate_v1.rb +34 -0
- data/generated/google/apis/appstate_v1/classes.rb +154 -0
- data/generated/google/apis/appstate_v1/representations.rb +79 -0
- data/generated/google/apis/appstate_v1/service.rb +265 -0
- data/generated/google/apis/autoscaler_v1beta2.rb +38 -0
- data/generated/google/apis/autoscaler_v1beta2/classes.rb +747 -0
- data/generated/google/apis/autoscaler_v1beta2/representations.rb +281 -0
- data/generated/google/apis/autoscaler_v1beta2/service.rb +488 -0
- data/generated/google/apis/bigquery_v2.rb +49 -0
- data/generated/google/apis/bigquery_v2/classes.rb +2255 -0
- data/generated/google/apis/bigquery_v2/representations.rb +754 -0
- data/generated/google/apis/bigquery_v2/service.rb +1003 -0
- data/generated/google/apis/blogger_v3.rb +37 -0
- data/generated/google/apis/blogger_v3/classes.rb +1354 -0
- data/generated/google/apis/blogger_v3/representations.rb +562 -0
- data/generated/google/apis/blogger_v3/service.rb +1620 -0
- data/generated/google/apis/books_v1.rb +34 -0
- data/generated/google/apis/books_v1/classes.rb +3515 -0
- data/generated/google/apis/books_v1/representations.rb +1361 -0
- data/generated/google/apis/books_v1/service.rb +2170 -0
- data/generated/google/apis/calendar_v3.rb +37 -0
- data/generated/google/apis/calendar_v3/classes.rb +1702 -0
- data/generated/google/apis/calendar_v3/representations.rb +566 -0
- data/generated/google/apis/calendar_v3/service.rb +1943 -0
- data/generated/google/apis/civicinfo_v2.rb +31 -0
- data/generated/google/apis/civicinfo_v2/classes.rb +1057 -0
- data/generated/google/apis/civicinfo_v2/representations.rb +374 -0
- data/generated/google/apis/civicinfo_v2/service.rb +284 -0
- data/generated/google/apis/cloudmonitoring_v2beta2.rb +34 -0
- data/generated/google/apis/cloudmonitoring_v2beta2/classes.rb +679 -0
- data/generated/google/apis/cloudmonitoring_v2beta2/representations.rb +311 -0
- data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +458 -0
- data/generated/google/apis/cloudresourcemanager_v1beta1.rb +38 -0
- data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +139 -0
- data/generated/google/apis/cloudresourcemanager_v1beta1/representations.rb +65 -0
- data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +301 -0
- data/generated/google/apis/compute_v1.rb +49 -0
- data/generated/google/apis/compute_v1/classes.rb +6391 -0
- data/generated/google/apis/compute_v1/representations.rb +2209 -0
- data/generated/google/apis/compute_v1/service.rb +6352 -0
- data/generated/google/apis/container_v1beta1.rb +35 -0
- data/generated/google/apis/container_v1beta1/classes.rb +466 -0
- data/generated/google/apis/container_v1beta1/representations.rb +177 -0
- data/generated/google/apis/container_v1beta1/service.rb +394 -0
- data/generated/google/apis/content_v2.rb +35 -0
- data/generated/google/apis/content_v2/classes.rb +3780 -0
- data/generated/google/apis/content_v2/representations.rb +1456 -0
- data/generated/google/apis/content_v2/service.rb +1706 -0
- data/generated/google/apis/coordinate_v1.rb +37 -0
- data/generated/google/apis/coordinate_v1/classes.rb +669 -0
- data/generated/google/apis/coordinate_v1/representations.rb +285 -0
- data/generated/google/apis/coordinate_v1/service.rb +687 -0
- data/{lib/google/api_client/auth/compute_service_account.rb → generated/google/apis/customsearch_v1.rb} +13 -10
- data/generated/google/apis/customsearch_v1/classes.rb +771 -0
- data/generated/google/apis/customsearch_v1/representations.rb +276 -0
- data/generated/google/apis/customsearch_v1/service.rb +208 -0
- data/generated/google/apis/datastore_v1beta2.rb +40 -0
- data/generated/google/apis/datastore_v1beta2/classes.rb +1186 -0
- data/generated/google/apis/datastore_v1beta2/representations.rb +526 -0
- data/generated/google/apis/datastore_v1beta2/service.rb +300 -0
- data/generated/google/apis/deploymentmanager_v2beta2.rb +41 -0
- data/generated/google/apis/deploymentmanager_v2beta2/classes.rb +820 -0
- data/generated/google/apis/deploymentmanager_v2beta2/representations.rb +303 -0
- data/generated/google/apis/deploymentmanager_v2beta2/service.rb +647 -0
- data/generated/google/apis/dfareporting_v2_1.rb +37 -0
- data/generated/google/apis/dfareporting_v2_1/classes.rb +10755 -0
- data/generated/google/apis/dfareporting_v2_1/representations.rb +3438 -0
- data/generated/google/apis/dfareporting_v2_1/service.rb +8775 -0
- data/generated/google/apis/discovery_v1.rb +32 -0
- data/generated/google/apis/discovery_v1/classes.rb +947 -0
- data/generated/google/apis/discovery_v1/representations.rb +355 -0
- data/generated/google/apis/discovery_v1/service.rb +144 -0
- data/generated/google/apis/dns_v1.rb +41 -0
- data/generated/google/apis/dns_v1/classes.rb +406 -0
- data/generated/google/apis/dns_v1/representations.rb +151 -0
- data/generated/google/apis/dns_v1/service.rb +460 -0
- data/{spec/google/api_client/request_spec.rb → generated/google/apis/doubleclickbidmanager_v1.rb} +15 -13
- data/generated/google/apis/doubleclickbidmanager_v1/classes.rb +709 -0
- data/generated/google/apis/doubleclickbidmanager_v1/representations.rb +297 -0
- data/generated/google/apis/doubleclickbidmanager_v1/service.rb +349 -0
- data/generated/google/apis/doubleclicksearch_v2.rb +35 -0
- data/generated/google/apis/doubleclicksearch_v2/classes.rb +947 -0
- data/generated/google/apis/doubleclicksearch_v2/representations.rb +315 -0
- data/generated/google/apis/doubleclicksearch_v2/service.rb +490 -0
- data/generated/google/apis/drive_v2.rb +55 -0
- data/generated/google/apis/drive_v2/classes.rb +2519 -0
- data/generated/google/apis/drive_v2/representations.rb +781 -0
- data/generated/google/apis/drive_v2/service.rb +2685 -0
- data/generated/google/apis/fitness_v1.rb +49 -0
- data/generated/google/apis/fitness_v1/classes.rb +809 -0
- data/generated/google/apis/fitness_v1/representations.rb +295 -0
- data/generated/google/apis/fitness_v1/service.rb +684 -0
- data/generated/google/apis/fusiontables_v2.rb +37 -0
- data/generated/google/apis/fusiontables_v2/classes.rb +1048 -0
- data/generated/google/apis/fusiontables_v2/representations.rb +409 -0
- data/generated/google/apis/fusiontables_v2/service.rb +1496 -0
- data/generated/google/apis/games_configuration_v1configuration.rb +34 -0
- data/generated/google/apis/games_configuration_v1configuration/classes.rb +506 -0
- data/generated/google/apis/games_configuration_v1configuration/representations.rb +206 -0
- data/generated/google/apis/games_configuration_v1configuration/service.rb +578 -0
- data/generated/google/apis/games_v1.rb +40 -0
- data/generated/google/apis/games_v1/classes.rb +4578 -0
- data/generated/google/apis/games_v1/representations.rb +1570 -0
- data/generated/google/apis/games_v1/service.rb +2306 -0
- data/generated/google/apis/gan_v1beta1.rb +31 -0
- data/generated/google/apis/gan_v1beta1/classes.rb +1428 -0
- data/generated/google/apis/gan_v1beta1/representations.rb +428 -0
- data/generated/google/apis/gan_v1beta1/service.rb +692 -0
- data/generated/google/apis/genomics_v1beta2.rb +46 -0
- data/generated/google/apis/genomics_v1beta2/classes.rb +3288 -0
- data/generated/google/apis/genomics_v1beta2/representations.rb +1194 -0
- data/generated/google/apis/genomics_v1beta2/service.rb +2356 -0
- data/generated/google/apis/gmail_v1.rb +49 -0
- data/generated/google/apis/gmail_v1/classes.rb +794 -0
- data/generated/google/apis/gmail_v1/representations.rb +339 -0
- data/generated/google/apis/gmail_v1/service.rb +1502 -0
- data/generated/google/apis/groupsmigration_v1.rb +34 -0
- data/generated/google/apis/groupsmigration_v1/classes.rb +51 -0
- data/generated/google/apis/groupsmigration_v1/representations.rb +38 -0
- data/generated/google/apis/groupsmigration_v1/service.rb +111 -0
- data/generated/google/apis/groupssettings_v1.rb +34 -0
- data/generated/google/apis/groupssettings_v1/classes.rb +221 -0
- data/generated/google/apis/groupssettings_v1/representations.rb +64 -0
- data/generated/google/apis/groupssettings_v1/service.rb +179 -0
- data/generated/google/apis/identitytoolkit_v3.rb +31 -0
- data/generated/google/apis/identitytoolkit_v3/classes.rb +1229 -0
- data/generated/google/apis/identitytoolkit_v3/representations.rb +422 -0
- data/generated/google/apis/identitytoolkit_v3/service.rb +491 -0
- data/generated/google/apis/licensing_v1.rb +34 -0
- data/generated/google/apis/licensing_v1/classes.rb +132 -0
- data/generated/google/apis/licensing_v1/representations.rb +68 -0
- data/generated/google/apis/licensing_v1/service.rb +376 -0
- data/generated/google/apis/logging_v1beta3.rb +35 -0
- data/generated/google/apis/logging_v1beta3/classes.rb +505 -0
- data/generated/google/apis/logging_v1beta3/representations.rb +222 -0
- data/generated/google/apis/logging_v1beta3/service.rb +670 -0
- data/generated/google/apis/manager_v1beta2.rb +50 -0
- data/generated/google/apis/manager_v1beta2/classes.rb +1287 -0
- data/generated/google/apis/manager_v1beta2/representations.rb +536 -0
- data/generated/google/apis/manager_v1beta2/service.rb +380 -0
- data/generated/google/apis/mapsengine_v1.rb +38 -0
- data/generated/google/apis/mapsengine_v1/classes.rb +2873 -0
- data/generated/google/apis/mapsengine_v1/representations.rb +1235 -0
- data/generated/google/apis/mapsengine_v1/service.rb +3465 -0
- data/generated/google/apis/mirror_v1.rb +37 -0
- data/generated/google/apis/mirror_v1/classes.rb +1072 -0
- data/generated/google/apis/mirror_v1/representations.rb +350 -0
- data/generated/google/apis/mirror_v1/service.rb +1001 -0
- data/generated/google/apis/oauth2_v2.rb +43 -0
- data/generated/google/apis/oauth2_v2/classes.rb +245 -0
- data/generated/google/apis/oauth2_v2/representations.rb +94 -0
- data/generated/google/apis/oauth2_v2/service.rb +203 -0
- data/generated/google/apis/pagespeedonline_v2.rb +32 -0
- data/generated/google/apis/pagespeedonline_v2/classes.rb +614 -0
- data/generated/google/apis/pagespeedonline_v2/representations.rb +244 -0
- data/generated/google/apis/pagespeedonline_v2/service.rb +120 -0
- data/generated/google/apis/plus_domains_v1.rb +61 -0
- data/generated/google/apis/plus_domains_v1/classes.rb +2402 -0
- data/generated/google/apis/plus_domains_v1/representations.rb +873 -0
- data/generated/google/apis/plus_domains_v1/service.rb +924 -0
- data/generated/google/apis/plus_v1.rb +43 -0
- data/generated/google/apis/plus_v1/classes.rb +2384 -0
- data/generated/google/apis/plus_v1/representations.rb +812 -0
- data/generated/google/apis/plus_v1/service.rb +616 -0
- data/generated/google/apis/prediction_v1_6.rb +44 -0
- data/generated/google/apis/prediction_v1_6/classes.rb +751 -0
- data/generated/google/apis/prediction_v1_6/representations.rb +327 -0
- data/generated/google/apis/prediction_v1_6/service.rb +388 -0
- data/generated/google/apis/pubsub_v1beta2.rb +37 -0
- data/generated/google/apis/pubsub_v1beta2/classes.rb +824 -0
- data/generated/google/apis/pubsub_v1beta2/representations.rb +366 -0
- data/generated/google/apis/pubsub_v1beta2/service.rb +778 -0
- data/generated/google/apis/qpx_express_v1.rb +31 -0
- data/generated/google/apis/qpx_express_v1/classes.rb +1268 -0
- data/generated/google/apis/qpx_express_v1/representations.rb +424 -0
- data/generated/google/apis/qpx_express_v1/service.rb +101 -0
- data/generated/google/apis/replicapool_v1beta2.rb +41 -0
- data/generated/google/apis/replicapool_v1beta2/classes.rb +621 -0
- data/generated/google/apis/replicapool_v1beta2/representations.rb +235 -0
- data/generated/google/apis/replicapool_v1beta2/service.rb +620 -0
- data/generated/google/apis/replicapoolupdater_v1beta1.rb +41 -0
- data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +682 -0
- data/generated/google/apis/replicapoolupdater_v1beta1/representations.rb +247 -0
- data/generated/google/apis/replicapoolupdater_v1beta1/service.rb +472 -0
- data/generated/google/apis/reseller_v1.rb +37 -0
- data/generated/google/apis/reseller_v1/classes.rb +502 -0
- data/generated/google/apis/reseller_v1/representations.rb +199 -0
- data/generated/google/apis/reseller_v1/service.rb +637 -0
- data/generated/google/apis/resourceviews_v1beta2.rb +47 -0
- data/generated/google/apis/resourceviews_v1beta2/classes.rb +660 -0
- data/generated/google/apis/resourceviews_v1beta2/representations.rb +269 -0
- data/generated/google/apis/resourceviews_v1beta2/service.rb +574 -0
- data/generated/google/apis/site_verification_v1.rb +37 -0
- data/generated/google/apis/site_verification_v1/classes.rb +185 -0
- data/generated/google/apis/site_verification_v1/representations.rb +101 -0
- data/generated/google/apis/site_verification_v1/service.rb +322 -0
- data/generated/google/apis/sqladmin_v1beta4.rb +37 -0
- data/generated/google/apis/sqladmin_v1beta4/classes.rb +1817 -0
- data/generated/google/apis/sqladmin_v1beta4/representations.rb +688 -0
- data/generated/google/apis/sqladmin_v1beta4/service.rb +1534 -0
- data/generated/google/apis/storage_v1.rb +43 -0
- data/generated/google/apis/storage_v1/classes.rb +1177 -0
- data/generated/google/apis/storage_v1/representations.rb +427 -0
- data/generated/google/apis/storage_v1/service.rb +1920 -0
- data/generated/google/apis/tagmanager_v1.rb +52 -0
- data/generated/google/apis/tagmanager_v1/classes.rb +1226 -0
- data/generated/google/apis/tagmanager_v1/representations.rb +461 -0
- data/generated/google/apis/tagmanager_v1/service.rb +1978 -0
- data/generated/google/apis/taskqueue_v1beta2.rb +37 -0
- data/generated/google/apis/taskqueue_v1beta2/classes.rb +254 -0
- data/generated/google/apis/taskqueue_v1beta2/representations.rb +114 -0
- data/generated/google/apis/taskqueue_v1beta2/service.rb +416 -0
- data/generated/google/apis/tasks_v1.rb +37 -0
- data/generated/google/apis/tasks_v1/classes.rb +296 -0
- data/generated/google/apis/tasks_v1/representations.rb +115 -0
- data/generated/google/apis/tasks_v1/service.rb +657 -0
- data/generated/google/apis/translate_v2.rb +31 -0
- data/generated/google/apis/translate_v2/classes.rb +168 -0
- data/generated/google/apis/translate_v2/representations.rb +109 -0
- data/generated/google/apis/translate_v2/service.rb +185 -0
- data/generated/google/apis/urlshortener_v1.rb +34 -0
- data/generated/google/apis/urlshortener_v1/classes.rb +246 -0
- data/generated/google/apis/urlshortener_v1/representations.rb +111 -0
- data/generated/google/apis/urlshortener_v1/service.rb +179 -0
- data/generated/google/apis/webmasters_v3.rb +37 -0
- data/generated/google/apis/webmasters_v3/classes.rb +563 -0
- data/generated/google/apis/webmasters_v3/representations.rb +250 -0
- data/generated/google/apis/webmasters_v3/service.rb +587 -0
- data/generated/google/apis/youtube_analytics_v1.rb +46 -0
- data/generated/google/apis/youtube_analytics_v1/classes.rb +540 -0
- data/generated/google/apis/youtube_analytics_v1/representations.rb +242 -0
- data/generated/google/apis/youtube_analytics_v1/service.rb +567 -0
- data/generated/google/apis/youtube_v3.rb +49 -0
- data/generated/google/apis/youtube_v3/classes.rb +7225 -0
- data/generated/google/apis/youtube_v3/representations.rb +2529 -0
- data/generated/google/apis/youtube_v3/service.rb +4051 -0
- data/google-api-client.gemspec +27 -39
- data/lib/google/api_client/auth/storage.rb +3 -2
- data/lib/google/api_client/auth/storages/file_store.rb +1 -3
- data/lib/google/api_client/auth/storages/redis_store.rb +6 -2
- data/lib/google/apis.rb +48 -0
- data/lib/google/apis/core/api_command.rb +128 -0
- data/lib/google/apis/core/base_service.rb +314 -0
- data/lib/google/apis/core/batch.rb +222 -0
- data/lib/google/apis/core/download.rb +94 -0
- data/lib/google/apis/core/hashable.rb +44 -0
- data/lib/google/apis/core/http_command.rb +275 -0
- data/lib/google/apis/core/json_representation.rb +122 -0
- data/lib/google/{api_client/version.rb → apis/core/logging.rb} +12 -8
- data/lib/google/apis/core/multipart.rb +173 -0
- data/lib/google/apis/core/upload.rb +275 -0
- data/lib/google/{api_client → apis}/errors.rb +32 -28
- data/lib/google/apis/generator.rb +70 -0
- data/lib/google/apis/generator/annotator.rb +271 -0
- data/lib/google/apis/generator/helpers.rb +74 -0
- data/lib/google/apis/generator/model.rb +130 -0
- data/lib/google/apis/generator/template.rb +124 -0
- data/lib/google/apis/generator/templates/_class.tmpl +40 -0
- data/lib/google/apis/generator/templates/_method.tmpl +90 -0
- data/lib/google/apis/generator/templates/_representation.tmpl +51 -0
- data/lib/google/apis/generator/templates/_representation_stub.tmpl +15 -0
- data/lib/google/apis/generator/templates/_representation_type.tmpl +10 -0
- data/lib/google/{api_client/reference.rb → apis/generator/templates/classes.rb.tmpl} +11 -9
- data/lib/google/apis/generator/templates/module.rb.tmpl +40 -0
- data/lib/google/apis/generator/templates/representations.rb.tmpl +32 -0
- data/lib/google/apis/generator/templates/service.rb.tmpl +60 -0
- data/lib/google/apis/options.rb +79 -0
- data/lib/google/apis/version.rb +39 -0
- data/rakelib/metrics.rake +22 -0
- data/rakelib/rubocop.rake +10 -0
- data/rakelib/spec.rake +11 -0
- data/rakelib/yard.rake +11 -0
- data/samples/calendar/calendar.rb +43 -0
- data/samples/drive/drive.rb +40 -0
- data/samples/pubsub/pubsub.rb +52 -0
- data/{lib/google/api_client/discovery.rb → samples/translate/translate.rb} +14 -5
- data/script/generate +79 -0
- data/script/package +8 -0
- data/script/release +15 -0
- data/spec/fixtures/files/api_names.yaml +3 -0
- data/spec/fixtures/files/auth_stored_credentials.json +8 -0
- data/spec/fixtures/files/client_secrets.json +1 -0
- data/spec/fixtures/files/test.blah +1 -0
- data/spec/fixtures/files/test.txt +1 -0
- data/spec/fixtures/files/test_api.json +440 -0
- data/spec/google/api_client/auth/storage_spec.rb +1 -3
- data/spec/google/api_client/auth/storages/file_store_spec.rb +1 -2
- data/spec/google/api_client/auth/storages/redis_store_spec.rb +1 -3
- data/spec/google/apis/core/api_command_spec.rb +170 -0
- data/spec/google/apis/core/batch_spec.rb +128 -0
- data/spec/google/apis/core/download_spec.rb +90 -0
- data/spec/google/apis/core/hashable_spec.rb +60 -0
- data/spec/google/apis/core/http_command_spec.rb +238 -0
- data/spec/google/apis/core/json_representation_spec.rb +192 -0
- data/spec/google/apis/core/service_spec.rb +247 -0
- data/spec/google/apis/core/upload_spec.rb +238 -0
- data/{lib/google/api_client/service_account.rb → spec/google/apis/generated_spec.rb} +14 -8
- data/spec/google/apis/generator/generator_spec.rb +272 -0
- data/spec/google/apis/logging_spec.rb +45 -0
- data/spec/google/apis/options_spec.rb +40 -0
- data/spec/integration_tests/drive_spec.rb +35 -0
- data/spec/integration_tests/pubsub_spec.rb +48 -0
- data/spec/integration_tests/url_shortener_spec.rb +31 -0
- data/spec/spec_helper.rb +102 -46
- metadata +433 -178
- data/lib/compat/multi_json.rb +0 -19
- data/lib/google/api_client.rb +0 -750
- data/lib/google/api_client/auth/file_storage.rb +0 -59
- data/lib/google/api_client/auth/jwt_asserter.rb +0 -126
- data/lib/google/api_client/auth/key_utils.rb +0 -93
- data/lib/google/api_client/auth/pkcs12.rb +0 -41
- data/lib/google/api_client/batch.rb +0 -326
- data/lib/google/api_client/charset.rb +0 -33
- data/lib/google/api_client/discovery/api.rb +0 -310
- data/lib/google/api_client/discovery/media.rb +0 -77
- data/lib/google/api_client/discovery/method.rb +0 -363
- data/lib/google/api_client/discovery/resource.rb +0 -156
- data/lib/google/api_client/discovery/schema.rb +0 -117
- data/lib/google/api_client/environment.rb +0 -42
- data/lib/google/api_client/gzip.rb +0 -28
- data/lib/google/api_client/logging.rb +0 -32
- data/lib/google/api_client/media.rb +0 -259
- data/lib/google/api_client/railtie.rb +0 -18
- data/lib/google/api_client/request.rb +0 -350
- data/lib/google/api_client/result.rb +0 -255
- data/lib/google/api_client/service.rb +0 -233
- data/lib/google/api_client/service/batch.rb +0 -110
- data/lib/google/api_client/service/request.rb +0 -144
- data/lib/google/api_client/service/resource.rb +0 -40
- data/lib/google/api_client/service/result.rb +0 -162
- data/lib/google/api_client/service/simple_file_store.rb +0 -151
- data/lib/google/api_client/service/stub_generator.rb +0 -61
- data/spec/google/api_client/batch_spec.rb +0 -248
- data/spec/google/api_client/discovery_spec.rb +0 -708
- data/spec/google/api_client/gzip_spec.rb +0 -98
- data/spec/google/api_client/media_spec.rb +0 -178
- data/spec/google/api_client/result_spec.rb +0 -207
- data/spec/google/api_client/service_account_spec.rb +0 -169
- data/spec/google/api_client/service_spec.rb +0 -618
- data/spec/google/api_client/simple_file_store_spec.rb +0 -133
- data/spec/google/api_client_spec.rb +0 -352
@@ -0,0 +1,44 @@
|
|
1
|
+
# Copyright 2015 Google Inc.
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'google/apis/prediction_v1_6/service.rb'
|
16
|
+
require 'google/apis/prediction_v1_6/classes.rb'
|
17
|
+
require 'google/apis/prediction_v1_6/representations.rb'
|
18
|
+
|
19
|
+
module Google
|
20
|
+
module Apis
|
21
|
+
# Prediction API
|
22
|
+
#
|
23
|
+
# Lets you access a cloud hosted machine learning service that makes it easy to
|
24
|
+
# build smart apps
|
25
|
+
#
|
26
|
+
# @see https://developers.google.com/prediction/docs/developer-guide
|
27
|
+
module PredictionV1_6
|
28
|
+
VERSION = 'V1_6'
|
29
|
+
REVISION = '20140522'
|
30
|
+
|
31
|
+
# Manage your data and permissions in Google Cloud Storage
|
32
|
+
AUTH_DEVSTORAGE_FULL_CONTROL = 'https://www.googleapis.com/auth/devstorage.full_control'
|
33
|
+
|
34
|
+
# View your data in Google Cloud Storage
|
35
|
+
AUTH_DEVSTORAGE_READ_ONLY = 'https://www.googleapis.com/auth/devstorage.read_only'
|
36
|
+
|
37
|
+
# Manage your data in Google Cloud Storage
|
38
|
+
AUTH_DEVSTORAGE_READ_WRITE = 'https://www.googleapis.com/auth/devstorage.read_write'
|
39
|
+
|
40
|
+
# Manage your data in the Google Prediction API
|
41
|
+
AUTH_PREDICTION = 'https://www.googleapis.com/auth/prediction'
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
@@ -0,0 +1,751 @@
|
|
1
|
+
# Copyright 2015 Google Inc.
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module PredictionV1_6
|
24
|
+
|
25
|
+
#
|
26
|
+
class Analyze
|
27
|
+
include Google::Apis::Core::Hashable
|
28
|
+
|
29
|
+
# Description of the data the model was trained on.
|
30
|
+
# Corresponds to the JSON property `dataDescription`
|
31
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::DataDescription]
|
32
|
+
attr_accessor :data_description
|
33
|
+
|
34
|
+
# List of errors with the data.
|
35
|
+
# Corresponds to the JSON property `errors`
|
36
|
+
# @return [Array<Hash<String,String>>]
|
37
|
+
attr_accessor :errors
|
38
|
+
|
39
|
+
# The unique name for the predictive model.
|
40
|
+
# Corresponds to the JSON property `id`
|
41
|
+
# @return [String]
|
42
|
+
attr_accessor :id
|
43
|
+
|
44
|
+
# What kind of resource this is.
|
45
|
+
# Corresponds to the JSON property `kind`
|
46
|
+
# @return [String]
|
47
|
+
attr_accessor :kind
|
48
|
+
|
49
|
+
# Description of the model.
|
50
|
+
# Corresponds to the JSON property `modelDescription`
|
51
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::ModelDescription]
|
52
|
+
attr_accessor :model_description
|
53
|
+
|
54
|
+
# A URL to re-request this resource.
|
55
|
+
# Corresponds to the JSON property `selfLink`
|
56
|
+
# @return [String]
|
57
|
+
attr_accessor :self_link
|
58
|
+
|
59
|
+
def initialize(**args)
|
60
|
+
update!(**args)
|
61
|
+
end
|
62
|
+
|
63
|
+
# Update properties of this object
|
64
|
+
def update!(**args)
|
65
|
+
@data_description = args[:data_description] unless args[:data_description].nil?
|
66
|
+
@errors = args[:errors] unless args[:errors].nil?
|
67
|
+
@id = args[:id] unless args[:id].nil?
|
68
|
+
@kind = args[:kind] unless args[:kind].nil?
|
69
|
+
@model_description = args[:model_description] unless args[:model_description].nil?
|
70
|
+
@self_link = args[:self_link] unless args[:self_link].nil?
|
71
|
+
end
|
72
|
+
|
73
|
+
# Description of the data the model was trained on.
|
74
|
+
class DataDescription
|
75
|
+
include Google::Apis::Core::Hashable
|
76
|
+
|
77
|
+
# Description of the input features in the data set.
|
78
|
+
# Corresponds to the JSON property `features`
|
79
|
+
# @return [Array<Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature>]
|
80
|
+
attr_accessor :features
|
81
|
+
|
82
|
+
# Description of the output value or label.
|
83
|
+
# Corresponds to the JSON property `outputFeature`
|
84
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::DataDescription::OutputFeature]
|
85
|
+
attr_accessor :output_feature
|
86
|
+
|
87
|
+
def initialize(**args)
|
88
|
+
update!(**args)
|
89
|
+
end
|
90
|
+
|
91
|
+
# Update properties of this object
|
92
|
+
def update!(**args)
|
93
|
+
@features = args[:features] unless args[:features].nil?
|
94
|
+
@output_feature = args[:output_feature] unless args[:output_feature].nil?
|
95
|
+
end
|
96
|
+
|
97
|
+
#
|
98
|
+
class Feature
|
99
|
+
include Google::Apis::Core::Hashable
|
100
|
+
|
101
|
+
# Description of the categorical values of this feature.
|
102
|
+
# Corresponds to the JSON property `categorical`
|
103
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature::Categorical]
|
104
|
+
attr_accessor :categorical
|
105
|
+
|
106
|
+
# The feature index.
|
107
|
+
# Corresponds to the JSON property `index`
|
108
|
+
# @return [String]
|
109
|
+
attr_accessor :index
|
110
|
+
|
111
|
+
# Description of the numeric values of this feature.
|
112
|
+
# Corresponds to the JSON property `numeric`
|
113
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature::Numeric]
|
114
|
+
attr_accessor :numeric
|
115
|
+
|
116
|
+
# Description of multiple-word text values of this feature.
|
117
|
+
# Corresponds to the JSON property `text`
|
118
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature::Text]
|
119
|
+
attr_accessor :text
|
120
|
+
|
121
|
+
def initialize(**args)
|
122
|
+
update!(**args)
|
123
|
+
end
|
124
|
+
|
125
|
+
# Update properties of this object
|
126
|
+
def update!(**args)
|
127
|
+
@categorical = args[:categorical] unless args[:categorical].nil?
|
128
|
+
@index = args[:index] unless args[:index].nil?
|
129
|
+
@numeric = args[:numeric] unless args[:numeric].nil?
|
130
|
+
@text = args[:text] unless args[:text].nil?
|
131
|
+
end
|
132
|
+
|
133
|
+
# Description of the categorical values of this feature.
|
134
|
+
class Categorical
|
135
|
+
include Google::Apis::Core::Hashable
|
136
|
+
|
137
|
+
# Number of categorical values for this feature in the data.
|
138
|
+
# Corresponds to the JSON property `count`
|
139
|
+
# @return [String]
|
140
|
+
attr_accessor :count
|
141
|
+
|
142
|
+
# List of all the categories for this feature in the data set.
|
143
|
+
# Corresponds to the JSON property `values`
|
144
|
+
# @return [Array<Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature::Categorical::Value>]
|
145
|
+
attr_accessor :values
|
146
|
+
|
147
|
+
def initialize(**args)
|
148
|
+
update!(**args)
|
149
|
+
end
|
150
|
+
|
151
|
+
# Update properties of this object
|
152
|
+
def update!(**args)
|
153
|
+
@count = args[:count] unless args[:count].nil?
|
154
|
+
@values = args[:values] unless args[:values].nil?
|
155
|
+
end
|
156
|
+
|
157
|
+
#
|
158
|
+
class Value
|
159
|
+
include Google::Apis::Core::Hashable
|
160
|
+
|
161
|
+
# Number of times this feature had this value.
|
162
|
+
# Corresponds to the JSON property `count`
|
163
|
+
# @return [String]
|
164
|
+
attr_accessor :count
|
165
|
+
|
166
|
+
# The category name.
|
167
|
+
# Corresponds to the JSON property `value`
|
168
|
+
# @return [String]
|
169
|
+
attr_accessor :value
|
170
|
+
|
171
|
+
def initialize(**args)
|
172
|
+
update!(**args)
|
173
|
+
end
|
174
|
+
|
175
|
+
# Update properties of this object
|
176
|
+
def update!(**args)
|
177
|
+
@count = args[:count] unless args[:count].nil?
|
178
|
+
@value = args[:value] unless args[:value].nil?
|
179
|
+
end
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
183
|
+
# Description of the numeric values of this feature.
|
184
|
+
class Numeric
|
185
|
+
include Google::Apis::Core::Hashable
|
186
|
+
|
187
|
+
# Number of numeric values for this feature in the data set.
|
188
|
+
# Corresponds to the JSON property `count`
|
189
|
+
# @return [String]
|
190
|
+
attr_accessor :count
|
191
|
+
|
192
|
+
# Mean of the numeric values of this feature in the data set.
|
193
|
+
# Corresponds to the JSON property `mean`
|
194
|
+
# @return [String]
|
195
|
+
attr_accessor :mean
|
196
|
+
|
197
|
+
# Variance of the numeric values of this feature in the data set.
|
198
|
+
# Corresponds to the JSON property `variance`
|
199
|
+
# @return [String]
|
200
|
+
attr_accessor :variance
|
201
|
+
|
202
|
+
def initialize(**args)
|
203
|
+
update!(**args)
|
204
|
+
end
|
205
|
+
|
206
|
+
# Update properties of this object
|
207
|
+
def update!(**args)
|
208
|
+
@count = args[:count] unless args[:count].nil?
|
209
|
+
@mean = args[:mean] unless args[:mean].nil?
|
210
|
+
@variance = args[:variance] unless args[:variance].nil?
|
211
|
+
end
|
212
|
+
end
|
213
|
+
|
214
|
+
# Description of multiple-word text values of this feature.
|
215
|
+
class Text
|
216
|
+
include Google::Apis::Core::Hashable
|
217
|
+
|
218
|
+
# Number of multiple-word text values for this feature.
|
219
|
+
# Corresponds to the JSON property `count`
|
220
|
+
# @return [String]
|
221
|
+
attr_accessor :count
|
222
|
+
|
223
|
+
def initialize(**args)
|
224
|
+
update!(**args)
|
225
|
+
end
|
226
|
+
|
227
|
+
# Update properties of this object
|
228
|
+
def update!(**args)
|
229
|
+
@count = args[:count] unless args[:count].nil?
|
230
|
+
end
|
231
|
+
end
|
232
|
+
end
|
233
|
+
|
234
|
+
# Description of the output value or label.
|
235
|
+
class OutputFeature
|
236
|
+
include Google::Apis::Core::Hashable
|
237
|
+
|
238
|
+
# Description of the output values in the data set.
|
239
|
+
# Corresponds to the JSON property `numeric`
|
240
|
+
# @return [Google::Apis::PredictionV1_6::Analyze::DataDescription::OutputFeature::Numeric]
|
241
|
+
attr_accessor :numeric
|
242
|
+
|
243
|
+
# Description of the output labels in the data set.
|
244
|
+
# Corresponds to the JSON property `text`
|
245
|
+
# @return [Array<Google::Apis::PredictionV1_6::Analyze::DataDescription::OutputFeature::Text>]
|
246
|
+
attr_accessor :text
|
247
|
+
|
248
|
+
def initialize(**args)
|
249
|
+
update!(**args)
|
250
|
+
end
|
251
|
+
|
252
|
+
# Update properties of this object
|
253
|
+
def update!(**args)
|
254
|
+
@numeric = args[:numeric] unless args[:numeric].nil?
|
255
|
+
@text = args[:text] unless args[:text].nil?
|
256
|
+
end
|
257
|
+
|
258
|
+
# Description of the output values in the data set.
|
259
|
+
class Numeric
|
260
|
+
include Google::Apis::Core::Hashable
|
261
|
+
|
262
|
+
# Number of numeric output values in the data set.
|
263
|
+
# Corresponds to the JSON property `count`
|
264
|
+
# @return [String]
|
265
|
+
attr_accessor :count
|
266
|
+
|
267
|
+
# Mean of the output values in the data set.
|
268
|
+
# Corresponds to the JSON property `mean`
|
269
|
+
# @return [String]
|
270
|
+
attr_accessor :mean
|
271
|
+
|
272
|
+
# Variance of the output values in the data set.
|
273
|
+
# Corresponds to the JSON property `variance`
|
274
|
+
# @return [String]
|
275
|
+
attr_accessor :variance
|
276
|
+
|
277
|
+
def initialize(**args)
|
278
|
+
update!(**args)
|
279
|
+
end
|
280
|
+
|
281
|
+
# Update properties of this object
|
282
|
+
def update!(**args)
|
283
|
+
@count = args[:count] unless args[:count].nil?
|
284
|
+
@mean = args[:mean] unless args[:mean].nil?
|
285
|
+
@variance = args[:variance] unless args[:variance].nil?
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
#
|
290
|
+
class Text
|
291
|
+
include Google::Apis::Core::Hashable
|
292
|
+
|
293
|
+
# Number of times the output label occurred in the data set.
|
294
|
+
# Corresponds to the JSON property `count`
|
295
|
+
# @return [String]
|
296
|
+
attr_accessor :count
|
297
|
+
|
298
|
+
# The output label.
|
299
|
+
# Corresponds to the JSON property `value`
|
300
|
+
# @return [String]
|
301
|
+
attr_accessor :value
|
302
|
+
|
303
|
+
def initialize(**args)
|
304
|
+
update!(**args)
|
305
|
+
end
|
306
|
+
|
307
|
+
# Update properties of this object
|
308
|
+
def update!(**args)
|
309
|
+
@count = args[:count] unless args[:count].nil?
|
310
|
+
@value = args[:value] unless args[:value].nil?
|
311
|
+
end
|
312
|
+
end
|
313
|
+
end
|
314
|
+
end
|
315
|
+
|
316
|
+
# Description of the model.
|
317
|
+
class ModelDescription
|
318
|
+
include Google::Apis::Core::Hashable
|
319
|
+
|
320
|
+
# An output confusion matrix. This shows an estimate for how this model will do
|
321
|
+
# in predictions. This is first indexed by the true class label. For each true
|
322
|
+
# class label, this provides a pair `predicted_label, count`, where count is the
|
323
|
+
# estimated number of times the model will predict the predicted label given the
|
324
|
+
# true label. Will not output if more then 100 classes (Categorical models only).
|
325
|
+
# Corresponds to the JSON property `confusionMatrix`
|
326
|
+
# @return [Hash<String,Hash<String,String>>]
|
327
|
+
attr_accessor :confusion_matrix
|
328
|
+
|
329
|
+
# A list of the confusion matrix row totals.
|
330
|
+
# Corresponds to the JSON property `confusionMatrixRowTotals`
|
331
|
+
# @return [Hash<String,String>]
|
332
|
+
attr_accessor :confusion_matrix_row_totals
|
333
|
+
|
334
|
+
# Basic information about the model.
|
335
|
+
# Corresponds to the JSON property `modelinfo`
|
336
|
+
# @return [Google::Apis::PredictionV1_6::Insert2]
|
337
|
+
attr_accessor :modelinfo
|
338
|
+
|
339
|
+
def initialize(**args)
|
340
|
+
update!(**args)
|
341
|
+
end
|
342
|
+
|
343
|
+
# Update properties of this object
|
344
|
+
def update!(**args)
|
345
|
+
@confusion_matrix = args[:confusion_matrix] unless args[:confusion_matrix].nil?
|
346
|
+
@confusion_matrix_row_totals = args[:confusion_matrix_row_totals] unless args[:confusion_matrix_row_totals].nil?
|
347
|
+
@modelinfo = args[:modelinfo] unless args[:modelinfo].nil?
|
348
|
+
end
|
349
|
+
end
|
350
|
+
end
|
351
|
+
|
352
|
+
#
|
353
|
+
class Input
|
354
|
+
include Google::Apis::Core::Hashable
|
355
|
+
|
356
|
+
# Input to the model for a prediction.
|
357
|
+
# Corresponds to the JSON property `input`
|
358
|
+
# @return [Google::Apis::PredictionV1_6::Input::Input]
|
359
|
+
attr_accessor :input
|
360
|
+
|
361
|
+
def initialize(**args)
|
362
|
+
update!(**args)
|
363
|
+
end
|
364
|
+
|
365
|
+
# Update properties of this object
|
366
|
+
def update!(**args)
|
367
|
+
@input = args[:input] unless args[:input].nil?
|
368
|
+
end
|
369
|
+
|
370
|
+
# Input to the model for a prediction.
|
371
|
+
class Input
|
372
|
+
include Google::Apis::Core::Hashable
|
373
|
+
|
374
|
+
# A list of input features, these can be strings or doubles.
|
375
|
+
# Corresponds to the JSON property `csvInstance`
|
376
|
+
# @return [Array<Object>]
|
377
|
+
attr_accessor :csv_instance
|
378
|
+
|
379
|
+
def initialize(**args)
|
380
|
+
update!(**args)
|
381
|
+
end
|
382
|
+
|
383
|
+
# Update properties of this object
|
384
|
+
def update!(**args)
|
385
|
+
@csv_instance = args[:csv_instance] unless args[:csv_instance].nil?
|
386
|
+
end
|
387
|
+
end
|
388
|
+
end
|
389
|
+
|
390
|
+
#
|
391
|
+
class Insert
|
392
|
+
include Google::Apis::Core::Hashable
|
393
|
+
|
394
|
+
# The unique name for the predictive model.
|
395
|
+
# Corresponds to the JSON property `id`
|
396
|
+
# @return [String]
|
397
|
+
attr_accessor :id
|
398
|
+
|
399
|
+
# Type of predictive model (classification or regression).
|
400
|
+
# Corresponds to the JSON property `modelType`
|
401
|
+
# @return [String]
|
402
|
+
attr_accessor :model_type
|
403
|
+
|
404
|
+
# The Id of the model to be copied over.
|
405
|
+
# Corresponds to the JSON property `sourceModel`
|
406
|
+
# @return [String]
|
407
|
+
attr_accessor :source_model
|
408
|
+
|
409
|
+
# Google storage location of the training data file.
|
410
|
+
# Corresponds to the JSON property `storageDataLocation`
|
411
|
+
# @return [String]
|
412
|
+
attr_accessor :storage_data_location
|
413
|
+
|
414
|
+
# Google storage location of the preprocessing pmml file.
|
415
|
+
# Corresponds to the JSON property `storagePMMLLocation`
|
416
|
+
# @return [String]
|
417
|
+
attr_accessor :storage_pmml_location
|
418
|
+
|
419
|
+
# Google storage location of the pmml model file.
|
420
|
+
# Corresponds to the JSON property `storagePMMLModelLocation`
|
421
|
+
# @return [String]
|
422
|
+
attr_accessor :storage_pmml_model_location
|
423
|
+
|
424
|
+
# Instances to train model on.
|
425
|
+
# Corresponds to the JSON property `trainingInstances`
|
426
|
+
# @return [Array<Google::Apis::PredictionV1_6::Insert::TrainingInstance>]
|
427
|
+
attr_accessor :training_instances
|
428
|
+
|
429
|
+
# A class weighting function, which allows the importance weights for class
|
430
|
+
# labels to be specified (Categorical models only).
|
431
|
+
# Corresponds to the JSON property `utility`
|
432
|
+
# @return [Array<Hash<String,Float>>]
|
433
|
+
attr_accessor :utility
|
434
|
+
|
435
|
+
def initialize(**args)
|
436
|
+
update!(**args)
|
437
|
+
end
|
438
|
+
|
439
|
+
# Update properties of this object
|
440
|
+
def update!(**args)
|
441
|
+
@id = args[:id] unless args[:id].nil?
|
442
|
+
@model_type = args[:model_type] unless args[:model_type].nil?
|
443
|
+
@source_model = args[:source_model] unless args[:source_model].nil?
|
444
|
+
@storage_data_location = args[:storage_data_location] unless args[:storage_data_location].nil?
|
445
|
+
@storage_pmml_location = args[:storage_pmml_location] unless args[:storage_pmml_location].nil?
|
446
|
+
@storage_pmml_model_location = args[:storage_pmml_model_location] unless args[:storage_pmml_model_location].nil?
|
447
|
+
@training_instances = args[:training_instances] unless args[:training_instances].nil?
|
448
|
+
@utility = args[:utility] unless args[:utility].nil?
|
449
|
+
end
|
450
|
+
|
451
|
+
#
|
452
|
+
class TrainingInstance
|
453
|
+
include Google::Apis::Core::Hashable
|
454
|
+
|
455
|
+
# The input features for this instance.
|
456
|
+
# Corresponds to the JSON property `csvInstance`
|
457
|
+
# @return [Array<Object>]
|
458
|
+
attr_accessor :csv_instance
|
459
|
+
|
460
|
+
# The generic output value - could be regression or class label.
|
461
|
+
# Corresponds to the JSON property `output`
|
462
|
+
# @return [String]
|
463
|
+
attr_accessor :output
|
464
|
+
|
465
|
+
def initialize(**args)
|
466
|
+
update!(**args)
|
467
|
+
end
|
468
|
+
|
469
|
+
# Update properties of this object
|
470
|
+
def update!(**args)
|
471
|
+
@csv_instance = args[:csv_instance] unless args[:csv_instance].nil?
|
472
|
+
@output = args[:output] unless args[:output].nil?
|
473
|
+
end
|
474
|
+
end
|
475
|
+
end
|
476
|
+
|
477
|
+
#
|
478
|
+
class Insert2
|
479
|
+
include Google::Apis::Core::Hashable
|
480
|
+
|
481
|
+
# Insert time of the model (as a RFC 3339 timestamp).
|
482
|
+
# Corresponds to the JSON property `created`
|
483
|
+
# @return [DateTime]
|
484
|
+
attr_accessor :created
|
485
|
+
|
486
|
+
# The unique name for the predictive model.
|
487
|
+
# Corresponds to the JSON property `id`
|
488
|
+
# @return [String]
|
489
|
+
attr_accessor :id
|
490
|
+
|
491
|
+
# What kind of resource this is.
|
492
|
+
# Corresponds to the JSON property `kind`
|
493
|
+
# @return [String]
|
494
|
+
attr_accessor :kind
|
495
|
+
|
496
|
+
# Model metadata.
|
497
|
+
# Corresponds to the JSON property `modelInfo`
|
498
|
+
# @return [Google::Apis::PredictionV1_6::Insert2::ModelInfo]
|
499
|
+
attr_accessor :model_info
|
500
|
+
|
501
|
+
# Type of predictive model (CLASSIFICATION or REGRESSION).
|
502
|
+
# Corresponds to the JSON property `modelType`
|
503
|
+
# @return [String]
|
504
|
+
attr_accessor :model_type
|
505
|
+
|
506
|
+
# A URL to re-request this resource.
|
507
|
+
# Corresponds to the JSON property `selfLink`
|
508
|
+
# @return [String]
|
509
|
+
attr_accessor :self_link
|
510
|
+
|
511
|
+
# Google storage location of the training data file.
|
512
|
+
# Corresponds to the JSON property `storageDataLocation`
|
513
|
+
# @return [String]
|
514
|
+
attr_accessor :storage_data_location
|
515
|
+
|
516
|
+
# Google storage location of the preprocessing pmml file.
|
517
|
+
# Corresponds to the JSON property `storagePMMLLocation`
|
518
|
+
# @return [String]
|
519
|
+
attr_accessor :storage_pmml_location
|
520
|
+
|
521
|
+
# Google storage location of the pmml model file.
|
522
|
+
# Corresponds to the JSON property `storagePMMLModelLocation`
|
523
|
+
# @return [String]
|
524
|
+
attr_accessor :storage_pmml_model_location
|
525
|
+
|
526
|
+
# Training completion time (as a RFC 3339 timestamp).
|
527
|
+
# Corresponds to the JSON property `trainingComplete`
|
528
|
+
# @return [DateTime]
|
529
|
+
attr_accessor :training_complete
|
530
|
+
|
531
|
+
# The current status of the training job. This can be one of following: RUNNING;
|
532
|
+
# DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
|
533
|
+
# Corresponds to the JSON property `trainingStatus`
|
534
|
+
# @return [String]
|
535
|
+
attr_accessor :training_status
|
536
|
+
|
537
|
+
def initialize(**args)
|
538
|
+
update!(**args)
|
539
|
+
end
|
540
|
+
|
541
|
+
# Update properties of this object
|
542
|
+
def update!(**args)
|
543
|
+
@created = args[:created] unless args[:created].nil?
|
544
|
+
@id = args[:id] unless args[:id].nil?
|
545
|
+
@kind = args[:kind] unless args[:kind].nil?
|
546
|
+
@model_info = args[:model_info] unless args[:model_info].nil?
|
547
|
+
@model_type = args[:model_type] unless args[:model_type].nil?
|
548
|
+
@self_link = args[:self_link] unless args[:self_link].nil?
|
549
|
+
@storage_data_location = args[:storage_data_location] unless args[:storage_data_location].nil?
|
550
|
+
@storage_pmml_location = args[:storage_pmml_location] unless args[:storage_pmml_location].nil?
|
551
|
+
@storage_pmml_model_location = args[:storage_pmml_model_location] unless args[:storage_pmml_model_location].nil?
|
552
|
+
@training_complete = args[:training_complete] unless args[:training_complete].nil?
|
553
|
+
@training_status = args[:training_status] unless args[:training_status].nil?
|
554
|
+
end
|
555
|
+
|
556
|
+
# Model metadata.
|
557
|
+
class ModelInfo
|
558
|
+
include Google::Apis::Core::Hashable
|
559
|
+
|
560
|
+
# Estimated accuracy of model taking utility weights into account (Categorical
|
561
|
+
# models only).
|
562
|
+
# Corresponds to the JSON property `classWeightedAccuracy`
|
563
|
+
# @return [String]
|
564
|
+
attr_accessor :class_weighted_accuracy
|
565
|
+
|
566
|
+
# A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate,
|
567
|
+
# based on the amount and quality of the training data, of the estimated
|
568
|
+
# prediction accuracy. You can use this is a guide to decide whether the results
|
569
|
+
# are accurate enough for your needs. This estimate will be more reliable if
|
570
|
+
# your real input data is similar to your training data (Categorical models only)
|
571
|
+
# .
|
572
|
+
# Corresponds to the JSON property `classificationAccuracy`
|
573
|
+
# @return [String]
|
574
|
+
attr_accessor :classification_accuracy
|
575
|
+
|
576
|
+
# An estimated mean squared error. The can be used to measure the quality of the
|
577
|
+
# predicted model (Regression models only).
|
578
|
+
# Corresponds to the JSON property `meanSquaredError`
|
579
|
+
# @return [String]
|
580
|
+
attr_accessor :mean_squared_error
|
581
|
+
|
582
|
+
# Type of predictive model (CLASSIFICATION or REGRESSION).
|
583
|
+
# Corresponds to the JSON property `modelType`
|
584
|
+
# @return [String]
|
585
|
+
attr_accessor :model_type
|
586
|
+
|
587
|
+
# Number of valid data instances used in the trained model.
|
588
|
+
# Corresponds to the JSON property `numberInstances`
|
589
|
+
# @return [String]
|
590
|
+
attr_accessor :number_instances
|
591
|
+
|
592
|
+
# Number of class labels in the trained model (Categorical models only).
|
593
|
+
# Corresponds to the JSON property `numberLabels`
|
594
|
+
# @return [String]
|
595
|
+
attr_accessor :number_labels
|
596
|
+
|
597
|
+
def initialize(**args)
|
598
|
+
update!(**args)
|
599
|
+
end
|
600
|
+
|
601
|
+
# Update properties of this object
|
602
|
+
def update!(**args)
|
603
|
+
@class_weighted_accuracy = args[:class_weighted_accuracy] unless args[:class_weighted_accuracy].nil?
|
604
|
+
@classification_accuracy = args[:classification_accuracy] unless args[:classification_accuracy].nil?
|
605
|
+
@mean_squared_error = args[:mean_squared_error] unless args[:mean_squared_error].nil?
|
606
|
+
@model_type = args[:model_type] unless args[:model_type].nil?
|
607
|
+
@number_instances = args[:number_instances] unless args[:number_instances].nil?
|
608
|
+
@number_labels = args[:number_labels] unless args[:number_labels].nil?
|
609
|
+
end
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
#
|
614
|
+
class List
|
615
|
+
include Google::Apis::Core::Hashable
|
616
|
+
|
617
|
+
# List of models.
|
618
|
+
# Corresponds to the JSON property `items`
|
619
|
+
# @return [Array<Google::Apis::PredictionV1_6::Insert2>]
|
620
|
+
attr_accessor :items
|
621
|
+
|
622
|
+
# What kind of resource this is.
|
623
|
+
# Corresponds to the JSON property `kind`
|
624
|
+
# @return [String]
|
625
|
+
attr_accessor :kind
|
626
|
+
|
627
|
+
# Pagination token to fetch the next page, if one exists.
|
628
|
+
# Corresponds to the JSON property `nextPageToken`
|
629
|
+
# @return [String]
|
630
|
+
attr_accessor :next_page_token
|
631
|
+
|
632
|
+
# A URL to re-request this resource.
|
633
|
+
# Corresponds to the JSON property `selfLink`
|
634
|
+
# @return [String]
|
635
|
+
attr_accessor :self_link
|
636
|
+
|
637
|
+
def initialize(**args)
|
638
|
+
update!(**args)
|
639
|
+
end
|
640
|
+
|
641
|
+
# Update properties of this object
|
642
|
+
def update!(**args)
|
643
|
+
@items = args[:items] unless args[:items].nil?
|
644
|
+
@kind = args[:kind] unless args[:kind].nil?
|
645
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
646
|
+
@self_link = args[:self_link] unless args[:self_link].nil?
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
650
|
+
#
|
651
|
+
class Output
|
652
|
+
include Google::Apis::Core::Hashable
|
653
|
+
|
654
|
+
# The unique name for the predictive model.
|
655
|
+
# Corresponds to the JSON property `id`
|
656
|
+
# @return [String]
|
657
|
+
attr_accessor :id
|
658
|
+
|
659
|
+
# What kind of resource this is.
|
660
|
+
# Corresponds to the JSON property `kind`
|
661
|
+
# @return [String]
|
662
|
+
attr_accessor :kind
|
663
|
+
|
664
|
+
# The most likely class label (Categorical models only).
|
665
|
+
# Corresponds to the JSON property `outputLabel`
|
666
|
+
# @return [String]
|
667
|
+
attr_accessor :output_label
|
668
|
+
|
669
|
+
# A list of class labels with their estimated probabilities (Categorical models
|
670
|
+
# only).
|
671
|
+
# Corresponds to the JSON property `outputMulti`
|
672
|
+
# @return [Array<Google::Apis::PredictionV1_6::Output::OutputMulti>]
|
673
|
+
attr_accessor :output_multi
|
674
|
+
|
675
|
+
# The estimated regression value (Regression models only).
|
676
|
+
# Corresponds to the JSON property `outputValue`
|
677
|
+
# @return [String]
|
678
|
+
attr_accessor :output_value
|
679
|
+
|
680
|
+
# A URL to re-request this resource.
|
681
|
+
# Corresponds to the JSON property `selfLink`
|
682
|
+
# @return [String]
|
683
|
+
attr_accessor :self_link
|
684
|
+
|
685
|
+
def initialize(**args)
|
686
|
+
update!(**args)
|
687
|
+
end
|
688
|
+
|
689
|
+
# Update properties of this object
|
690
|
+
def update!(**args)
|
691
|
+
@id = args[:id] unless args[:id].nil?
|
692
|
+
@kind = args[:kind] unless args[:kind].nil?
|
693
|
+
@output_label = args[:output_label] unless args[:output_label].nil?
|
694
|
+
@output_multi = args[:output_multi] unless args[:output_multi].nil?
|
695
|
+
@output_value = args[:output_value] unless args[:output_value].nil?
|
696
|
+
@self_link = args[:self_link] unless args[:self_link].nil?
|
697
|
+
end
|
698
|
+
|
699
|
+
#
|
700
|
+
class OutputMulti
|
701
|
+
include Google::Apis::Core::Hashable
|
702
|
+
|
703
|
+
# The class label.
|
704
|
+
# Corresponds to the JSON property `label`
|
705
|
+
# @return [String]
|
706
|
+
attr_accessor :label
|
707
|
+
|
708
|
+
# The probability of the class label.
|
709
|
+
# Corresponds to the JSON property `score`
|
710
|
+
# @return [String]
|
711
|
+
attr_accessor :score
|
712
|
+
|
713
|
+
def initialize(**args)
|
714
|
+
update!(**args)
|
715
|
+
end
|
716
|
+
|
717
|
+
# Update properties of this object
|
718
|
+
def update!(**args)
|
719
|
+
@label = args[:label] unless args[:label].nil?
|
720
|
+
@score = args[:score] unless args[:score].nil?
|
721
|
+
end
|
722
|
+
end
|
723
|
+
end
|
724
|
+
|
725
|
+
#
|
726
|
+
class Update
|
727
|
+
include Google::Apis::Core::Hashable
|
728
|
+
|
729
|
+
# The input features for this instance.
|
730
|
+
# Corresponds to the JSON property `csvInstance`
|
731
|
+
# @return [Array<Object>]
|
732
|
+
attr_accessor :csv_instance
|
733
|
+
|
734
|
+
# The generic output value - could be regression or class label.
|
735
|
+
# Corresponds to the JSON property `output`
|
736
|
+
# @return [String]
|
737
|
+
attr_accessor :output
|
738
|
+
|
739
|
+
def initialize(**args)
|
740
|
+
update!(**args)
|
741
|
+
end
|
742
|
+
|
743
|
+
# Update properties of this object
|
744
|
+
def update!(**args)
|
745
|
+
@csv_instance = args[:csv_instance] unless args[:csv_instance].nil?
|
746
|
+
@output = args[:output] unless args[:output].nil?
|
747
|
+
end
|
748
|
+
end
|
749
|
+
end
|
750
|
+
end
|
751
|
+
end
|