Class: Google::Apis::MlV1beta1::GoogleCloudMlV1beta1SetDefaultVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::MlV1beta1::GoogleCloudMlV1beta1SetDefaultVersionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/ml_v1beta1/classes.rb,
generated/google/apis/ml_v1beta1/representations.rb,
generated/google/apis/ml_v1beta1/representations.rb
Overview
Request message for the SetDefaultVersion request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudMlV1beta1SetDefaultVersionRequest
constructor
A new instance of GoogleCloudMlV1beta1SetDefaultVersionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudMlV1beta1SetDefaultVersionRequest
Returns a new instance of GoogleCloudMlV1beta1SetDefaultVersionRequest
1223 1224 1225 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1223 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1228 1229 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1228 def update!(**args) end |