Class: Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Response message for JobService.ListModelDeploymentMonitoringJobs.
Instance Attribute Summary collapse
-
#model_deployment_monitoring_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob>
A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#model_deployment_monitoring_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob>
Returns A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
801 802 803 804 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 801 class ListModelDeploymentMonitoringJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
801 802 803 804 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 801 class ListModelDeploymentMonitoringJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |