public class ModelMonitoringService.ModelMonitoringServiceClient : ClientBase<ModelMonitoringService.ModelMonitoringServiceClient>
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringService.ModelMonitoringServiceClient.
Client for ModelMonitoringService
Inheritance
object > ClientBase > ClientBaseModelMonitoringServiceModelMonitoringServiceClient > ModelMonitoringService.ModelMonitoringServiceClientNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelMonitoringServiceClient()
protected ModelMonitoringServiceClient()
Protected parameterless constructor to allow creation of test doubles.
ModelMonitoringServiceClient(CallInvoker)
public ModelMonitoringServiceClient(CallInvoker callInvoker)
Creates a new client for ModelMonitoringService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
ModelMonitoringServiceClient(ChannelBase)
public ModelMonitoringServiceClient(ChannelBase channel)
Creates a new client for ModelMonitoringService
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
ModelMonitoringServiceClient(ClientBaseConfiguration)
protected ModelMonitoringServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()
Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()
Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateModelMonitor(CreateModelMonitorRequest, CallOptions)
public virtual Operation CreateModelMonitor(CreateModelMonitorRequest request, CallOptions options)
Creates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateModelMonitor(CreateModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateModelMonitor(CreateModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateModelMonitorAsync(CreateModelMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateModelMonitorAsync(CreateModelMonitorRequest request, CallOptions options)
Creates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateModelMonitorAsync(CreateModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateModelMonitorAsync(CreateModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateModelMonitoringJob(CreateModelMonitoringJobRequest, CallOptions)
public virtual ModelMonitoringJob CreateModelMonitoringJob(CreateModelMonitoringJobRequest request, CallOptions options)
Creates a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitoringJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ModelMonitoringJob |
The response received from the server. |
CreateModelMonitoringJob(CreateModelMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual ModelMonitoringJob CreateModelMonitoringJob(CreateModelMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitoringJobRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ModelMonitoringJob |
The response received from the server. |
CreateModelMonitoringJobAsync(CreateModelMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<ModelMonitoringJob> CreateModelMonitoringJobAsync(CreateModelMonitoringJobRequest request, CallOptions options)
Creates a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitoringJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelMonitoringJob |
The call object. |
CreateModelMonitoringJobAsync(CreateModelMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ModelMonitoringJob> CreateModelMonitoringJobAsync(CreateModelMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
CreateModelMonitoringJobRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelMonitoringJob |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
DeleteModelMonitor(DeleteModelMonitorRequest, CallOptions)
public virtual Operation DeleteModelMonitor(DeleteModelMonitorRequest request, CallOptions options)
Deletes a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteModelMonitor(DeleteModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteModelMonitor(DeleteModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteModelMonitorAsync(DeleteModelMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteModelMonitorAsync(DeleteModelMonitorRequest request, CallOptions options)
Deletes a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteModelMonitorAsync(DeleteModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteModelMonitorAsync(DeleteModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteModelMonitoringJob(DeleteModelMonitoringJobRequest, CallOptions)
public virtual Operation DeleteModelMonitoringJob(DeleteModelMonitoringJobRequest request, CallOptions options)
Deletes a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitoringJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteModelMonitoringJob(DeleteModelMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteModelMonitoringJob(DeleteModelMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitoringJobRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteModelMonitoringJobAsync(DeleteModelMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteModelMonitoringJobAsync(DeleteModelMonitoringJobRequest request, CallOptions options)
Deletes a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitoringJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteModelMonitoringJobAsync(DeleteModelMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteModelMonitoringJobAsync(DeleteModelMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
DeleteModelMonitoringJobRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetModelMonitor(GetModelMonitorRequest, CallOptions)
public virtual ModelMonitor GetModelMonitor(GetModelMonitorRequest request, CallOptions options)
Gets a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ModelMonitor |
The response received from the server. |
GetModelMonitor(GetModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual ModelMonitor GetModelMonitor(GetModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ModelMonitor |
The response received from the server. |
GetModelMonitorAsync(GetModelMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<ModelMonitor> GetModelMonitorAsync(GetModelMonitorRequest request, CallOptions options)
Gets a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelMonitor |
The call object. |
GetModelMonitorAsync(GetModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ModelMonitor> GetModelMonitorAsync(GetModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelMonitor |
The call object. |
GetModelMonitoringJob(GetModelMonitoringJobRequest, CallOptions)
public virtual ModelMonitoringJob GetModelMonitoringJob(GetModelMonitoringJobRequest request, CallOptions options)
Gets a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitoringJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ModelMonitoringJob |
The response received from the server. |
GetModelMonitoringJob(GetModelMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual ModelMonitoringJob GetModelMonitoringJob(GetModelMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitoringJobRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ModelMonitoringJob |
The response received from the server. |
GetModelMonitoringJobAsync(GetModelMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<ModelMonitoringJob> GetModelMonitoringJobAsync(GetModelMonitoringJobRequest request, CallOptions options)
Gets a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitoringJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelMonitoringJob |
The call object. |
GetModelMonitoringJobAsync(GetModelMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ModelMonitoringJob> GetModelMonitoringJobAsync(GetModelMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a ModelMonitoringJob.
Parameters | |
---|---|
Name | Description |
request |
GetModelMonitoringJobRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelMonitoringJob |
The call object. |
ListModelMonitoringJobs(ListModelMonitoringJobsRequest, CallOptions)
public virtual ListModelMonitoringJobsResponse ListModelMonitoringJobs(ListModelMonitoringJobsRequest request, CallOptions options)
Lists ModelMonitoringJobs.
Callers may choose to read across multiple Monitors as per
AIP-159 by using '-' (the hyphen or dash
character) as a wildcard character instead of modelMonitor id in the
parent. Format
projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJobs
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitoringJobsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListModelMonitoringJobsResponse |
The response received from the server. |
ListModelMonitoringJobs(ListModelMonitoringJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListModelMonitoringJobsResponse ListModelMonitoringJobs(ListModelMonitoringJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ModelMonitoringJobs.
Callers may choose to read across multiple Monitors as per
AIP-159 by using '-' (the hyphen or dash
character) as a wildcard character instead of modelMonitor id in the
parent. Format
projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJobs
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitoringJobsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListModelMonitoringJobsResponse |
The response received from the server. |
ListModelMonitoringJobsAsync(ListModelMonitoringJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListModelMonitoringJobsResponse> ListModelMonitoringJobsAsync(ListModelMonitoringJobsRequest request, CallOptions options)
Lists ModelMonitoringJobs.
Callers may choose to read across multiple Monitors as per
AIP-159 by using '-' (the hyphen or dash
character) as a wildcard character instead of modelMonitor id in the
parent. Format
projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJobs
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitoringJobsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListModelMonitoringJobsResponse |
The call object. |
ListModelMonitoringJobsAsync(ListModelMonitoringJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListModelMonitoringJobsResponse> ListModelMonitoringJobsAsync(ListModelMonitoringJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ModelMonitoringJobs.
Callers may choose to read across multiple Monitors as per
AIP-159 by using '-' (the hyphen or dash
character) as a wildcard character instead of modelMonitor id in the
parent. Format
projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJobs
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitoringJobsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListModelMonitoringJobsResponse |
The call object. |
ListModelMonitors(ListModelMonitorsRequest, CallOptions)
public virtual ListModelMonitorsResponse ListModelMonitors(ListModelMonitorsRequest request, CallOptions options)
Lists ModelMonitors in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitorsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListModelMonitorsResponse |
The response received from the server. |
ListModelMonitors(ListModelMonitorsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListModelMonitorsResponse ListModelMonitors(ListModelMonitorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ModelMonitors in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitorsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListModelMonitorsResponse |
The response received from the server. |
ListModelMonitorsAsync(ListModelMonitorsRequest, CallOptions)
public virtual AsyncUnaryCall<ListModelMonitorsResponse> ListModelMonitorsAsync(ListModelMonitorsRequest request, CallOptions options)
Lists ModelMonitors in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitorsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListModelMonitorsResponse |
The call object. |
ListModelMonitorsAsync(ListModelMonitorsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListModelMonitorsResponse> ListModelMonitorsAsync(ListModelMonitorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ModelMonitors in a Location.
Parameters | |
---|---|
Name | Description |
request |
ListModelMonitorsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListModelMonitorsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override ModelMonitoringService.ModelMonitoringServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
ModelMonitoringServiceModelMonitoringServiceClient |
SearchModelMonitoringAlerts(SearchModelMonitoringAlertsRequest, CallOptions)
public virtual SearchModelMonitoringAlertsResponse SearchModelMonitoringAlerts(SearchModelMonitoringAlertsRequest request, CallOptions options)
Returns the Model Monitoring alerts.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringAlertsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
SearchModelMonitoringAlertsResponse |
The response received from the server. |
SearchModelMonitoringAlerts(SearchModelMonitoringAlertsRequest, Metadata, DateTime?, CancellationToken)
public virtual SearchModelMonitoringAlertsResponse SearchModelMonitoringAlerts(SearchModelMonitoringAlertsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the Model Monitoring alerts.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringAlertsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
SearchModelMonitoringAlertsResponse |
The response received from the server. |
SearchModelMonitoringAlertsAsync(SearchModelMonitoringAlertsRequest, CallOptions)
public virtual AsyncUnaryCall<SearchModelMonitoringAlertsResponse> SearchModelMonitoringAlertsAsync(SearchModelMonitoringAlertsRequest request, CallOptions options)
Returns the Model Monitoring alerts.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringAlertsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchModelMonitoringAlertsResponse |
The call object. |
SearchModelMonitoringAlertsAsync(SearchModelMonitoringAlertsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<SearchModelMonitoringAlertsResponse> SearchModelMonitoringAlertsAsync(SearchModelMonitoringAlertsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the Model Monitoring alerts.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringAlertsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchModelMonitoringAlertsResponse |
The call object. |
SearchModelMonitoringStats(SearchModelMonitoringStatsRequest, CallOptions)
public virtual SearchModelMonitoringStatsResponse SearchModelMonitoringStats(SearchModelMonitoringStatsRequest request, CallOptions options)
Searches Model Monitoring Stats generated within a given time window.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringStatsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
SearchModelMonitoringStatsResponse |
The response received from the server. |
SearchModelMonitoringStats(SearchModelMonitoringStatsRequest, Metadata, DateTime?, CancellationToken)
public virtual SearchModelMonitoringStatsResponse SearchModelMonitoringStats(SearchModelMonitoringStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Searches Model Monitoring Stats generated within a given time window.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringStatsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
SearchModelMonitoringStatsResponse |
The response received from the server. |
SearchModelMonitoringStatsAsync(SearchModelMonitoringStatsRequest, CallOptions)
public virtual AsyncUnaryCall<SearchModelMonitoringStatsResponse> SearchModelMonitoringStatsAsync(SearchModelMonitoringStatsRequest request, CallOptions options)
Searches Model Monitoring Stats generated within a given time window.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringStatsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchModelMonitoringStatsResponse |
The call object. |
SearchModelMonitoringStatsAsync(SearchModelMonitoringStatsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<SearchModelMonitoringStatsResponse> SearchModelMonitoringStatsAsync(SearchModelMonitoringStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Searches Model Monitoring Stats generated within a given time window.
Parameters | |
---|---|
Name | Description |
request |
SearchModelMonitoringStatsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchModelMonitoringStatsResponse |
The call object. |
UpdateModelMonitor(UpdateModelMonitorRequest, CallOptions)
public virtual Operation UpdateModelMonitor(UpdateModelMonitorRequest request, CallOptions options)
Updates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
UpdateModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateModelMonitor(UpdateModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateModelMonitor(UpdateModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
UpdateModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateModelMonitorAsync(UpdateModelMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateModelMonitorAsync(UpdateModelMonitorRequest request, CallOptions options)
Updates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
UpdateModelMonitorRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateModelMonitorAsync(UpdateModelMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateModelMonitorAsync(UpdateModelMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates a ModelMonitor.
Parameters | |
---|---|
Name | Description |
request |
UpdateModelMonitorRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |