Class: Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployed_model_id::String

Returns The DeployedModel ID of the objective config.

Returns:

  • (::String)

    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.

Returns:



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