public sealed class ListFeatureMonitorJobsRequest : IMessage<ListFeatureMonitorJobsRequest>, IEquatable<ListFeatureMonitorJobsRequest>, IDeepCloneable<ListFeatureMonitorJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListFeatureMonitorJobsRequest.
Request message for [FeatureRegistryService.ListFeatureMonitorJobs][google.cloud.aiplatform.v1beta1.FeatureRegistryService.ListFeatureMonitorJobs].
Implements
IMessageListFeatureMonitorJobsRequest, IEquatableListFeatureMonitorJobsRequest, IDeepCloneableListFeatureMonitorJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListFeatureMonitorJobsRequest()
public ListFeatureMonitorJobsRequest()
ListFeatureMonitorJobsRequest(ListFeatureMonitorJobsRequest)
public ListFeatureMonitorJobsRequest(ListFeatureMonitorJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListFeatureMonitorJobsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Lists the FeatureMonitorJobs that match the filter expression. The following fields are supported:
create_time
: Supports=
,!=
,<
,>
,<=
, and>=
comparisons. Values must be
Examples:
create_time > "2020-01-01"
FeatureMonitorJobs created after 2020-01-01.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported Fields:
create_time
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of FeatureMonitorJobs to return. The service may return fewer than this value. If unspecified, at most 100 FeatureMonitorJobs will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous [FeatureRegistryService.ListFeatureMonitorJobs][google.cloud.aiplatform.v1beta1.FeatureRegistryService.ListFeatureMonitorJobs] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [FeatureRegistryService.ListFeatureMonitorJobs][google.cloud.aiplatform.v1beta1.FeatureRegistryService.ListFeatureMonitorJobs] must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the FeatureMonitor to list
FeatureMonitorJobs. Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}
Property Value | |
---|---|
Type | Description |
string |
ParentAsFeatureMonitorName
public FeatureMonitorName ParentAsFeatureMonitorName { get; set; }
FeatureMonitorName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
FeatureMonitorName |