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.
29306 29307 29308 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29306 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
29304 29305 29306 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29304 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29311 29312 29313 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29311 def update!(**args) @state = args[:state] if args.key?(:state) end |