Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringStatsRequest

Searches Model Monitoring Stats generated within a given time window.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>
ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringStatsRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.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.SearchModelMonitoringStatsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>, IClientServiceRequest

Constructors

SearchModelMonitoringStatsRequest(IClientService, GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest, string)

Constructs a new SearchModelMonitoringStats request.

Declaration
public SearchModelMonitoringStatsRequest(IClientService service, GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest body, string modelMonitor)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest body
string modelMonitor

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.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<GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes SearchModelMonitoringStats parameter list.

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

Implements

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