Class: Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/job_service.rb

Overview

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (::String)

    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