Cloud AI Platform v1 API - Class SearchModelDeploymentMonitoringStatsAnomaliesRequest (2.27.0)

public sealed class SearchModelDeploymentMonitoringStatsAnomaliesRequest : IMessage<SearchModelDeploymentMonitoringStatsAnomaliesRequest>, IEquatable<SearchModelDeploymentMonitoringStatsAnomaliesRequest>, IDeepCloneable<SearchModelDeploymentMonitoringStatsAnomaliesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchModelDeploymentMonitoringStatsAnomaliesRequest.

Request message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies].

Inheritance

object > SearchModelDeploymentMonitoringStatsAnomaliesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchModelDeploymentMonitoringStatsAnomaliesRequest()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest()

SearchModelDeploymentMonitoringStatsAnomaliesRequest(SearchModelDeploymentMonitoringStatsAnomaliesRequest)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest(SearchModelDeploymentMonitoringStatsAnomaliesRequest other)
Parameter
NameDescription
otherSearchModelDeploymentMonitoringStatsAnomaliesRequest

Properties

DeployedModelId

public string DeployedModelId { get; set; }

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

Property Value
TypeDescription
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
TypeDescription
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.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name], example: "user_destination".

Property Value
TypeDescription
string

ModelDeploymentMonitoringJob

public string ModelDeploymentMonitoringJob { get; set; }

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

Property Value
TypeDescription
string

ModelDeploymentMonitoringJobAsModelDeploymentMonitoringJobName

public ModelDeploymentMonitoringJobName ModelDeploymentMonitoringJobAsModelDeploymentMonitoringJobName { get; set; }

ModelDeploymentMonitoringJobName-typed view over the ModelDeploymentMonitoringJob resource name property.

Property Value
TypeDescription
ModelDeploymentMonitoringJobName

Objectives

public RepeatedField<SearchModelDeploymentMonitoringStatsAnomaliesRequest.Types.StatsAnomaliesObjective> Objectives { get; }

Required. Objectives of the stats to retrieve.

Property Value
TypeDescription
RepeatedFieldSearchModelDeploymentMonitoringStatsAnomaliesRequestTypesStatsAnomaliesObjective

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token received from a previous [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.

Property Value
TypeDescription
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
TypeDescription
Timestamp