Class: Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob::LatestMonitoringPipelineMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob::LatestMonitoringPipelineMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb
Overview
All metadata of most recent monitoring pipelines.
Instance Attribute Summary collapse
-
#run_time ⇒ ::Google::Protobuf::Timestamp
The time that most recent monitoring pipelines that is related to this run.
-
#status ⇒ ::Google::Rpc::Status
The status of the most recent monitoring pipeline.
Instance Attribute Details
#run_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that most recent monitoring pipelines that is related to this run.
162 163 164 165 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 162 class LatestMonitoringPipelineMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns The status of the most recent monitoring pipeline.
162 163 164 165 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb', line 162 class LatestMonitoringPipelineMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |