Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InferenceEventLoggingConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InferenceEventLoggingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Configures emission of the per-request aiplatform.googleapis.com/
inference_request Cloud Logging log.
Instance Attribute Summary collapse
-
#state ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1InferenceEventLoggingConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1InferenceEventLoggingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1InferenceEventLoggingConfig
Returns a new instance of GoogleCloudAiplatformV1beta1InferenceEventLoggingConfig.
30312 30313 30314 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30312 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Optional. Whether the aiplatform.googleapis.com/inference_request log is
enabled.
Corresponds to the JSON property state
30310 30311 30312 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30310 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30317 30318 30319 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30317 def update!(**args) @state = args[:state] if args.key?(:state) end |