Class: Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb
Overview
ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.
Instance Attribute Summary collapse
-
#deployed_model_id ⇒ ::String
The DeployedModel ID of the objective config.
-
#objective_config ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig
The objective config of for the modelmonitoring job of this deployed model.
Instance Attribute Details
#deployed_model_id ⇒ ::String
Returns The DeployedModel ID of the objective config.
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 246 class ModelDeploymentMonitoringObjectiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objective_config ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig
Returns The objective config of for the modelmonitoring job of this deployed model.
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 246 class ModelDeploymentMonitoringObjectiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |