public sealed class ListModelMonitoringJobsRequest : IMessage<ListModelMonitoringJobsRequest>, IEquatable<ListModelMonitoringJobsRequest>, IDeepCloneable<ListModelMonitoringJobsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListModelMonitoringJobsRequest.
Request message for [ModelMonitoringService.ListModelMonitoringJobs][google.cloud.aiplatform.v1beta1.ModelMonitoringService.ListModelMonitoringJobs].
Implements
IMessageListModelMonitoringJobsRequest, IEquatableListModelMonitoringJobsRequest, IDeepCloneableListModelMonitoringJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListModelMonitoringJobsRequest()
public ListModelMonitoringJobsRequest()ListModelMonitoringJobsRequest(ListModelMonitoringJobsRequest)
public ListModelMonitoringJobsRequest(ListModelMonitoringJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListModelMonitoringJobsRequest |
Properties
Filter
public string Filter { get; set; }The standard list filter. More detail in AIP-160.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The standard list page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent of the ModelMonitoringJob.
Format:
projects/{project}/locations/{location}/modelMonitors/{model_monitor}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsModelMonitorName
public ModelMonitorName ParentAsModelMonitorName { get; set; }ModelMonitorName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ModelMonitorName |
|
ReadMask
public FieldMask ReadMask { get; set; }Mask specifying which fields to read
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|