Struct google_api_proto::google::cloud::aiplatform::v1beta1::SearchModelMonitoringAlertsRequest
source · pub struct SearchModelMonitoringAlertsRequest {
pub model_monitor: String,
pub model_monitoring_job: String,
pub alert_time_interval: Option<Interval>,
pub stats_name: String,
pub objective_type: String,
pub page_size: i32,
pub page_token: String,
}
Expand description
Request message for [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts].
Fields§
§model_monitor: String
Required. ModelMonitor resource name.
Format:
projects/{project}/locations/{location}/modelMonitors/{model_monitor}
model_monitoring_job: String
If non-empty, returns the alerts of this model monitoring job.
alert_time_interval: Option<Interval>
If non-empty, returns the alerts in this time interval.
stats_name: String
If non-empty, returns the alerts of this stats_name.
objective_type: String
If non-empty, returns the alerts of this objective type.
Supported monitoring objectives:
raw-feature-drift
prediction-output-drift
feature-attribution
page_size: i32
The standard list page size.
page_token: String
A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
Trait Implementations§
source§impl Clone for SearchModelMonitoringAlertsRequest
impl Clone for SearchModelMonitoringAlertsRequest
source§fn clone(&self) -> SearchModelMonitoringAlertsRequest
fn clone(&self) -> SearchModelMonitoringAlertsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for SearchModelMonitoringAlertsRequest
impl Message for SearchModelMonitoringAlertsRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for SearchModelMonitoringAlertsRequest
impl PartialEq for SearchModelMonitoringAlertsRequest
source§fn eq(&self, other: &SearchModelMonitoringAlertsRequest) -> bool
fn eq(&self, other: &SearchModelMonitoringAlertsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SearchModelMonitoringAlertsRequest
Auto Trait Implementations§
impl Freeze for SearchModelMonitoringAlertsRequest
impl RefUnwindSafe for SearchModelMonitoringAlertsRequest
impl Send for SearchModelMonitoringAlertsRequest
impl Sync for SearchModelMonitoringAlertsRequest
impl Unpin for SearchModelMonitoringAlertsRequest
impl UnwindSafe for SearchModelMonitoringAlertsRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request