Struct gapi_grpc::google::cloud::aiplatform::v1beta1::SearchModelDeploymentMonitoringStatsAnomaliesRequest [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,