Class: Google::Cloud::AIPlatform::V1::CreateModelDeploymentMonitoringJobRequest

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_job::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob

Returns Required. The ModelDeploymentMonitoringJob to create.

Returns:



657
658
659
660
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 657

class CreateModelDeploymentMonitoringJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent of the ModelDeploymentMonitoringJob. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent of the ModelDeploymentMonitoringJob. Format: projects/{project}/locations/{location}



657
658
659
660
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 657

class CreateModelDeploymentMonitoringJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end