Struct google_api_proto::google::cloud::aiplatform::v1beta1::ModelEvaluationSlice
source · pub struct ModelEvaluationSlice {
pub name: String,
pub slice: Option<Slice>,
pub metrics_schema_uri: String,
pub metrics: Option<Value>,
pub create_time: Option<Timestamp>,
pub model_explanation: Option<ModelExplanation>,
}
Expand description
A collection of metrics calculated by comparing Model’s predictions on a slice of the test data against ground truth annotations.
Fields§
§name: String
Output only. The resource name of the ModelEvaluationSlice.
slice: Option<Slice>
Output only. The slice of the test data that is used to evaluate the Model.
metrics_schema_uri: String
Output only. Points to a YAML file stored on Google Cloud Storage describing the [metrics][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.metrics] of this ModelEvaluationSlice. The schema is defined as an OpenAPI 3.0.2 Schema Object.
metrics: Option<Value>
Output only. Sliced evaluation metrics of the Model. The schema of the metrics is stored in [metrics_schema_uri][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.metrics_schema_uri]
create_time: Option<Timestamp>
Output only. Timestamp when this ModelEvaluationSlice was created.
model_explanation: Option<ModelExplanation>
Output only. Aggregated explanation metrics for the Model’s prediction output over the data this ModelEvaluation uses. This field is populated only if the Model is evaluated with explanations, and only for tabular Models.
Trait Implementations§
source§impl Clone for ModelEvaluationSlice
impl Clone for ModelEvaluationSlice
source§fn clone(&self) -> ModelEvaluationSlice
fn clone(&self) -> ModelEvaluationSlice
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ModelEvaluationSlice
impl Debug for ModelEvaluationSlice
source§impl Default for ModelEvaluationSlice
impl Default for ModelEvaluationSlice
source§impl Message for ModelEvaluationSlice
impl Message for ModelEvaluationSlice
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 ModelEvaluationSlice
impl PartialEq for ModelEvaluationSlice
source§fn eq(&self, other: &ModelEvaluationSlice) -> bool
fn eq(&self, other: &ModelEvaluationSlice) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModelEvaluationSlice
Auto Trait Implementations§
impl Freeze for ModelEvaluationSlice
impl RefUnwindSafe for ModelEvaluationSlice
impl Send for ModelEvaluationSlice
impl Sync for ModelEvaluationSlice
impl Unpin for ModelEvaluationSlice
impl UnwindSafe for ModelEvaluationSlice
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