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

pub struct ListTrialsRequest {
    pub parent: String,
    pub page_token: String,
    pub page_size: i32,
}

Request message for [VizierService.ListTrials][google.cloud.aiplatform.v1beta1.VizierService.ListTrials].

Fields

parent: String

Required. The resource name of the Study to list the Trial from. Format: projects/{project}/locations/{location}/studies/{study}

page_token: String

Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.

page_size: i32

Optional. The number of Trials to retrieve per “page” of results. If unspecified, the service will pick an appropriate default.

Trait Implementations

impl Clone for ListTrialsRequest[src]

impl Debug for ListTrialsRequest[src]

impl Default for ListTrialsRequest[src]

impl Message for ListTrialsRequest[src]

impl PartialEq<ListTrialsRequest> for ListTrialsRequest[src]

impl StructuralPartialEq for ListTrialsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListTrialsRequest

impl Send for ListTrialsRequest

impl Sync for ListTrialsRequest

impl Unpin for ListTrialsRequest

impl UnwindSafe for ListTrialsRequest

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]