Class SearchModelDeploymentMonitoringStatsAnomaliesRequest (1.1.0)

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

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 [google.cloud.aiplatform.master.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
RepeatedField<SearchModelDeploymentMonitoringStatsAnomaliesRequest.Types.StatsAnomaliesObjective>

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
Int32

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