public sealed class ListModelMonitorsRequest : IMessage<ListModelMonitorsRequest>, IEquatable<ListModelMonitorsRequest>, IDeepCloneable<ListModelMonitorsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListModelMonitorsRequest.
Request message for [ModelMonitoringService.ListModelMonitors][google.cloud.aiplatform.v1beta1.ModelMonitoringService.ListModelMonitors].
Implements
IMessageListModelMonitorsRequest, IEquatableListModelMonitorsRequest, IDeepCloneableListModelMonitorsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListModelMonitorsRequest()
public ListModelMonitorsRequest()
ListModelMonitorsRequest(ListModelMonitorsRequest)
public ListModelMonitorsRequest(ListModelMonitorsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListModelMonitorsRequest |
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 resource name of the Location to list the ModelMonitors from.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ReadMask
public FieldMask ReadMask { get; set; }
Mask specifying which fields to read.
Property Value | |
---|---|
Type | Description |
FieldMask |