Class ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource
The "modelMonitoringJobs" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource
Constructors
ModelMonitoringJobsResource(IClientService)
Constructs a new resource.
Declaration
public ModelMonitoringJobsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudAiplatformV1beta1ModelMonitoringJob, string)
Creates a ModelMonitoringJob.
Declaration
public virtual ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.CreateRequest Create(GoogleCloudAiplatformV1beta1ModelMonitoringJob body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1ModelMonitoringJob | body | The body of the request. |
string | parent | Required. The parent of the ModelMonitoringJob. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.CreateRequest |
Delete(string)
Deletes a ModelMonitoringJob.
Declaration
public virtual ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the model monitoring job to delete. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.DeleteRequest |
Get(string)
Gets a ModelMonitoringJob.
Declaration
public virtual ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the ModelMonitoringJob. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.GetRequest |
List(string)
Lists ModelMonitoringJobs. Callers may choose to read across multiple Monitors as per
AIP-159 by using '-' (the hyphen or dash character) as a wildcard
character instead of modelMonitor id in the parent. Format
projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJobs
Declaration
public virtual ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent of the ModelMonitoringJob. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ModelMonitorsResource.ModelMonitoringJobsResource.ListRequest |