Class ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringStatsRequest
Searches Model Monitoring Stats generated within a given time window.
Inheritance
ProjectsResource.LocationsResource.ModelMonitorsResource.SearchModelMonitoringStatsRequest
Implements
Inherited Members
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
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 SearchModelMonitoringStats parameter list.
Declaration
protected override void InitParameters()