diff --git a/generated/google-apis-ml_v1/CHANGELOG.md b/generated/google-apis-ml_v1/CHANGELOG.md index ec742e5d3..8a9d8ffb5 100644 --- a/generated/google-apis-ml_v1/CHANGELOG.md +++ b/generated/google-apis-ml_v1/CHANGELOG.md @@ -1,8 +1,8 @@ # Release history for google-apis-ml_v1 -### v0.2.0 (2021-01-08) +### v0.2.0 (2021-01-13) -* Regenerated from discovery document revision 20201231 +* Regenerated from discovery document revision 20210109 ### v0.1.0 (2021-01-07) diff --git a/generated/google-apis-ml_v1/lib/google/apis/ml_v1/classes.rb b/generated/google-apis-ml_v1/lib/google/apis/ml_v1/classes.rb index 0d1599827..400396e4b 100644 --- a/generated/google-apis-ml_v1/lib/google/apis/ml_v1/classes.rb +++ b/generated/google-apis-ml_v1/lib/google/apis/ml_v1/classes.rb @@ -3088,12 +3088,17 @@ module Google # @return [Hash] attr_accessor :labels - # Output only. The uCAIP model id for the last model migration. + # Output only. The [AI Platform (Unified) `Model`](https://cloud.google.com/ai- + # platform-unified/docs/reference/rest/v1beta1/projects.locations.models) ID for + # the last [model migration](https://cloud.google.com/ai-platform-unified/docs/ + # start/migrating-to-ai-platform-unified). # Corresponds to the JSON property `lastMigrationModelId` # @return [String] attr_accessor :last_migration_model_id - # Output only. The last time this version was successfully migrated to uCAIP. + # Output only. The last time this version was successfully [migrated to AI + # Platform (Unified)](https://cloud.google.com/ai-platform-unified/docs/start/ + # migrating-to-ai-platform-unified). # Corresponds to the JSON property `lastMigrationTime` # @return [String] attr_accessor :last_migration_time @@ -3104,15 +3109,13 @@ module Google attr_accessor :last_use_time # Optional. The type of machine on which to serve the model. Currently only - # applies to online prediction service. If this field is not specified, it - # defaults to `mls1-c1-m2`. Online prediction supports the following machine - # types: * `mls1-c1-m2` * `mls1-c4-m2` * `n1-standard-2` * `n1-standard-4` * `n1- - # standard-8` * `n1-standard-16` * `n1-standard-32` * `n1-highmem-2` * `n1- - # highmem-4` * `n1-highmem-8` * `n1-highmem-16` * `n1-highmem-32` * `n1-highcpu- - # 2` * `n1-highcpu-4` * `n1-highcpu-8` * `n1-highcpu-16` * `n1-highcpu-32` `mls1- - # c4-m2` is in beta. All other machine types are generally available. Learn more - # about the [differences between machine types](/ml-engine/docs/machine-types- - # online-prediction). + # applies to online prediction service. To learn about valid values for this + # field, read [Choosing a machine type for online prediction](/ai-platform/ + # prediction/docs/machine-types-online-prediction). If this field is not + # specified and you are using a [regional endpoint](/ai-platform/prediction/docs/ + # regional-endpoints), then the machine type defaults to `n1-standard-2`. If + # this field is not specified and you are using the global endpoint (`ml. + # googleapis.com`), then the machine type defaults to `mls1-c1-m2`. # Corresponds to the JSON property `machineType` # @return [String] attr_accessor :machine_type diff --git a/generated/google-apis-ml_v1/lib/google/apis/ml_v1/gem_version.rb b/generated/google-apis-ml_v1/lib/google/apis/ml_v1/gem_version.rb index 8ee850f29..ad37d257f 100644 --- a/generated/google-apis-ml_v1/lib/google/apis/ml_v1/gem_version.rb +++ b/generated/google-apis-ml_v1/lib/google/apis/ml_v1/gem_version.rb @@ -22,7 +22,7 @@ module Google GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201231" + REVISION = "20210109" end end end diff --git a/generated/google-apis-ml_v1/synth.metadata b/generated/google-apis-ml_v1/synth.metadata index b1bac7fed..038bf1345 100644 --- a/generated/google-apis-ml_v1/synth.metadata +++ b/generated/google-apis-ml_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c6bbfd62e37cc5a444d49a6576fda907b3bfb9b5" + "sha": "754e6f59db65ed8e3b69965bdd5f4c024f4bc296" } } ]