Struct gapi_grpc::google::cloud::aiplatform::v1::ModelEvaluationSlice[][src]

pub struct ModelEvaluationSlice {
    pub name: String,
    pub slice: Option<Slice>,
    pub metrics_schema_uri: String,
    pub metrics: Option<Value>,
    pub create_time: Option<Timestamp>,
}

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.v1.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.v1.ModelEvaluationSlice.metrics_schema_uri]

create_time: Option<Timestamp>

Output only. Timestamp when this ModelEvaluationSlice was created.

Trait Implementations

impl Clone for ModelEvaluationSlice[src]

impl Debug for ModelEvaluationSlice[src]

impl Default for ModelEvaluationSlice[src]

impl Message for ModelEvaluationSlice[src]

impl PartialEq<ModelEvaluationSlice> for ModelEvaluationSlice[src]

impl StructuralPartialEq for ModelEvaluationSlice[src]

Auto Trait Implementations

impl RefUnwindSafe for ModelEvaluationSlice

impl Send for ModelEvaluationSlice

impl Sync for ModelEvaluationSlice

impl Unpin for ModelEvaluationSlice

impl UnwindSafe for ModelEvaluationSlice

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]