Google Cloud Ai Platform V1 Client - Class SearchModelDeploymentMonitoringStatsAnomaliesRequest (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SearchModelDeploymentMonitoringStatsAnomaliesRequest.

Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Generated from protobuf message google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ model_deployment_monitoring_job string

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

↳ deployed_model_id string

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

↳ feature_display_name string

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

↳ objectives array<Google\Cloud\AIPlatform\V1\SearchModelDeploymentMonitoringStatsAnomaliesRequest\StatsAnomaliesObjective>

Required. Objectives of the stats to retrieve.

↳ page_size int

The standard list page size.

↳ page_token string

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

↳ start_time Google\Protobuf\Timestamp

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

↳ end_time Google\Protobuf\Timestamp

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

getModelDeploymentMonitoringJob

Required. ModelDeploymentMonitoring Job resource name.

Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

Generated from protobuf field string model_deployment_monitoring_job = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setModelDeploymentMonitoringJob

Required. ModelDeploymentMonitoring Job resource name.

Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

Generated from protobuf field string model_deployment_monitoring_job = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeployedModelId

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

Generated from protobuf field string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setDeployedModelId

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

Generated from protobuf field string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFeatureDisplayName

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

Generated from protobuf field string feature_display_name = 3;

Returns
TypeDescription
string

setFeatureDisplayName

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

Generated from protobuf field string feature_display_name = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getObjectives

Required. Objectives of the stats to retrieve.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setObjectives

Required. Objectives of the stats to retrieve.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\SearchModelDeploymentMonitoringStatsAnomaliesRequest\StatsAnomaliesObjective>
Returns
TypeDescription
$this

getPageSize

The standard list page size.

Generated from protobuf field int32 page_size = 5;

Returns
TypeDescription
int

setPageSize

The standard list page size.

Generated from protobuf field int32 page_size = 5;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

Generated from protobuf field string page_token = 6;

Returns
TypeDescription
string

setPageToken

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

Generated from protobuf field string page_token = 6;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

The earliest timestamp of stats being generated.

If not set, indicates fetching stats till the earliest possible one.

Generated from protobuf field .google.protobuf.Timestamp start_time = 7;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The earliest timestamp of stats being generated.

If not set, indicates fetching stats till the earliest possible one.

Generated from protobuf field .google.protobuf.Timestamp start_time = 7;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The latest timestamp of stats being generated.

If not set, indicates feching stats till the latest possible one.

Generated from protobuf field .google.protobuf.Timestamp end_time = 8;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The latest timestamp of stats being generated.

If not set, indicates feching stats till the latest possible one.

Generated from protobuf field .google.protobuf.Timestamp end_time = 8;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this