Struct google_api_proto::google::cloud::aiplatform::v1::SearchModelDeploymentMonitoringStatsAnomaliesRequest
source · 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>,
}
Expand description
Request message for [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.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 [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.v1.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.v1.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§
source§impl Clone for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl Clone for SearchModelDeploymentMonitoringStatsAnomaliesRequest
source§fn clone(&self) -> SearchModelDeploymentMonitoringStatsAnomaliesRequest
fn clone(&self) -> SearchModelDeploymentMonitoringStatsAnomaliesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl Message for SearchModelDeploymentMonitoringStatsAnomaliesRequest
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 SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl PartialEq for SearchModelDeploymentMonitoringStatsAnomaliesRequest
source§fn eq(
&self,
other: &SearchModelDeploymentMonitoringStatsAnomaliesRequest,
) -> bool
fn eq( &self, other: &SearchModelDeploymentMonitoringStatsAnomaliesRequest, ) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SearchModelDeploymentMonitoringStatsAnomaliesRequest
Auto Trait Implementations§
impl Freeze for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl RefUnwindSafe for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl Send for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl Sync for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl Unpin for SearchModelDeploymentMonitoringStatsAnomaliesRequest
impl UnwindSafe for SearchModelDeploymentMonitoringStatsAnomaliesRequest
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