public sealed class SearchModelDeploymentMonitoringStatsAnomaliesRequest : IMessage<SearchModelDeploymentMonitoringStatsAnomaliesRequest>, IEquatable<SearchModelDeploymentMonitoringStatsAnomaliesRequest>, IDeepCloneable<SearchModelDeploymentMonitoringStatsAnomaliesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchModelDeploymentMonitoringStatsAnomaliesRequest.
Request message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].
Implements
IMessageSearchModelDeploymentMonitoringStatsAnomaliesRequest, IEquatableSearchModelDeploymentMonitoringStatsAnomaliesRequest, IDeepCloneableSearchModelDeploymentMonitoringStatsAnomaliesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchModelDeploymentMonitoringStatsAnomaliesRequest()
public SearchModelDeploymentMonitoringStatsAnomaliesRequest()
SearchModelDeploymentMonitoringStatsAnomaliesRequest(SearchModelDeploymentMonitoringStatsAnomaliesRequest)
public SearchModelDeploymentMonitoringStatsAnomaliesRequest(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)
Parameter | |
---|---|
Name | Description |
other |
SearchModelDeploymentMonitoringStatsAnomaliesRequest |
Properties
DeployedModelId
public string DeployedModelId { get; set; }
Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Property Value | |
---|---|
Type | Description |
string |
EndTime
public Timestamp EndTime { get; set; }
The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.
Property Value | |
---|---|
Type | Description |
Timestamp |
FeatureDisplayName
public string FeatureDisplayName { get; set; }
The feature display name. If specified, only return the stats belonging to this feature. Format: [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name], example: "user_destination".
Property Value | |
---|---|
Type | Description |
string |
ModelDeploymentMonitoringJob
public string ModelDeploymentMonitoringJob { get; set; }
Required. ModelDeploymentMonitoring Job resource name.
Format:
projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Property Value | |
---|---|
Type | Description |
string |
ModelDeploymentMonitoringJobAsModelDeploymentMonitoringJobName
public ModelDeploymentMonitoringJobName ModelDeploymentMonitoringJobAsModelDeploymentMonitoringJobName { get; set; }
ModelDeploymentMonitoringJobName-typed view over the ModelDeploymentMonitoringJob resource name property.
Property Value | |
---|---|
Type | Description |
ModelDeploymentMonitoringJobName |
Objectives
public RepeatedField<SearchModelDeploymentMonitoringStatsAnomaliesRequest.Types.StatsAnomaliesObjective> Objectives { get; }
Required. Objectives of the stats to retrieve.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSearchModelDeploymentMonitoringStatsAnomaliesRequestTypesStatsAnomaliesObjective |
PageSize
public int PageSize { get; set; }
The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token received from a previous [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.
Property Value | |
---|---|
Type | Description |
string |
StartTime
public Timestamp StartTime { get; set; }
The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.
Property Value | |
---|---|
Type | Description |
Timestamp |