Struct gapi_grpc::google::cloud::aiplatform::v1beta1::PredefinedSplit[][src]

pub struct PredefinedSplit {
    pub key: String,
}

Assigns input data to training, validation, and test sets based on the value of a provided key.

Supported only for tabular Datasets.

Fields

key: String

Required. The key is a name of one of the Dataset’s data columns. The value of the key (either the label’s value or value in the column) must be one of {training, validation, test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.

Trait Implementations

impl Clone for PredefinedSplit[src]

impl Debug for PredefinedSplit[src]

impl Default for PredefinedSplit[src]

impl Message for PredefinedSplit[src]

impl PartialEq<PredefinedSplit> for PredefinedSplit[src]

impl StructuralPartialEq for PredefinedSplit[src]

Auto Trait Implementations

impl RefUnwindSafe for PredefinedSplit

impl Send for PredefinedSplit

impl Sync for PredefinedSplit

impl Unpin for PredefinedSplit

impl UnwindSafe for PredefinedSplit

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]