Class ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringAlertsRequest
Returns the Model Monitoring alerts.
Inheritance
ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringAlertsRequest
Implements
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Fields
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringAlertsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>, IClientServiceRequest
Constructors
SearchModelMonitoringAlertsRequest(IClientService, GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest, string)
Constructs a new SearchModelMonitoringAlerts request.
Declaration
public SearchModelMonitoringAlertsRequest(IClientService service, GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest body, string modelMonitor)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest | body | |
string | modelMonitor |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ModelMonitor
Required. ModelMonitor resource name. Format:
projects/{project}/locations/{location}/modelMonitors/{model_monitor}
Declaration
[RequestParameter("modelMonitor", RequestParameterType.Path)]
public virtual string ModelMonitor { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes SearchModelMonitoringAlerts parameter list.
Declaration
protected override void InitParameters()