Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
- 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
The monitoring target refers to the entity that is subject to analysis. e.g. Vertex AI Model version.
Instance Attribute Summary collapse
-
#vertex_model ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource
Model in Vertex AI Model Registry.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
constructor
A new instance of GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget.
16619 16620 16621 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16619 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vertex_model ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource
Model in Vertex AI Model Registry.
Corresponds to the JSON property vertexModel
16617 16618 16619 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16617 def vertex_model @vertex_model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16624 16625 16626 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16624 def update!(**args) @vertex_model = args[:vertex_model] if args.key?(:vertex_model) end |