Struct gapi_grpc::google::cloud::aiplatform::v1beta1::SearchModelDeploymentMonitoringStatsAnomaliesRequest[][src]

pub struct SearchModelDeploymentMonitoringStatsAnomaliesRequest {
    pub model_deployment_monitoring_job: String,
    pub deployed_model_id: String,
    pub feature_display_name: String,
    pub objectives: Vec<StatsAnomaliesObjective>,
    pub page_size: i32,
    pub page_token: String,
    pub start_time: Option<Timestamp>,
    pub end_time: Option<Timestamp>,
}
[]

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

Fields

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 [google.cloud.aiplatform.master.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][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name], example: “user_destination”.

objectives: Vec<StatsAnomaliesObjective>
[]

Required. Objectives of the stats to retrieve.

page_size: i32
[]

The standard list page size.

page_token: String
[]

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

start_time: Option<Timestamp>
[]

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

end_time: Option<Timestamp>
[]

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

Trait Implementations

impl Clone for SearchModelDeploymentMonitoringStatsAnomaliesRequest[src][+]

impl Debug for SearchModelDeploymentMonitoringStatsAnomaliesRequest[src][+]

impl Default for SearchModelDeploymentMonitoringStatsAnomaliesRequest[src][+]

impl Message for SearchModelDeploymentMonitoringStatsAnomaliesRequest[src][+]

impl PartialEq<SearchModelDeploymentMonitoringStatsAnomaliesRequest> for SearchModelDeploymentMonitoringStatsAnomaliesRequest[src][+]

impl StructuralPartialEq for SearchModelDeploymentMonitoringStatsAnomaliesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchModelDeploymentMonitoringStatsAnomaliesRequest

impl Send for SearchModelDeploymentMonitoringStatsAnomaliesRequest

impl Sync for SearchModelDeploymentMonitoringStatsAnomaliesRequest

impl Unpin for SearchModelDeploymentMonitoringStatsAnomaliesRequest

impl UnwindSafe for SearchModelDeploymentMonitoringStatsAnomaliesRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T> Instrument for T[src][+]

impl<T> Instrument for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> IntoRequest<T> for T[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src][+]

impl<T> WithSubscriber for T[src][+]