Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Configuration for data source following OpenTelemetry.
Instance Attribute Summary collapse
-
#semconv_version ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry
constructor
A new instance of GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry
Returns a new instance of GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry.
27943 27944 27945 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27943 def initialize(**args) update!(**args) end |
Instance Attribute Details
#semconv_version ⇒ String
Required. Defines which version OTel Semantic Convention the data follows. Can
be "1.39.0" or newer.
Corresponds to the JSON property semconvVersion
27941 27942 27943 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27941 def semconv_version @semconv_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27948 27949 27950 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27948 def update!(**args) @semconv_version = args[:semconv_version] if args.key?(:semconv_version) end |