Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringAlertsRequest

Returns the Model Monitoring alerts.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>
ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringAlertsRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.MethodName

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
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.GetBody()

InitParameters()

Initializes SearchModelMonitoringAlerts parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX