Class: Google::Apis::MlV1beta1::GoogleIamV1LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Apis::MlV1beta1::GoogleIamV1LogConfigDataAccessOptions
- 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
Write a Data Access (Gin) log
Instance Attribute Summary collapse
-
#log_mode ⇒ String
Whether Gin logging should happen in a fail-closed manner at the caller.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleIamV1LogConfigDataAccessOptions
constructor
A new instance of GoogleIamV1LogConfigDataAccessOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleIamV1LogConfigDataAccessOptions
Returns a new instance of GoogleIamV1LogConfigDataAccessOptions
1605 1606 1607 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1605 def initialize(**args) update!(**args) end |
Instance Attribute Details
#log_mode ⇒ String
Whether Gin logging should happen in a fail-closed manner at the caller.
This is relevant only in the LocalIAM implementation, for now.
Corresponds to the JSON property logMode
1603 1604 1605 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1603 def log_mode @log_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1610 1611 1612 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1610 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end |