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

pub struct SuggestTrialsRequest {
    pub parent: String,
    pub suggestion_count: i32,
    pub client_id: String,
}

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

Fields

parent: String

Required. The project and location that the Study belongs to. Format: projects/{project}/locations/{location}/studies/{study}

suggestion_count: i32

Required. The number of suggestions requested.

client_id: String

Required. The identifier of the client that is requesting the suggestion.

If multiple SuggestTrialsRequests have the same client_id, the service will return the identical suggested Trial if the Trial is pending, and provide a new Trial if the last suggested Trial was completed.

Trait Implementations

impl Clone for SuggestTrialsRequest[src]

impl Debug for SuggestTrialsRequest[src]

impl Default for SuggestTrialsRequest[src]

impl Message for SuggestTrialsRequest[src]

impl PartialEq<SuggestTrialsRequest> for SuggestTrialsRequest[src]

impl StructuralPartialEq for SuggestTrialsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SuggestTrialsRequest

impl Send for SuggestTrialsRequest

impl Sync for SuggestTrialsRequest

impl Unpin for SuggestTrialsRequest

impl UnwindSafe for SuggestTrialsRequest

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]