Struct gapi_grpc::google::cloud::datalabeling::v1beta1::SearchExampleComparisonsRequest[][src]

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

Request message of SearchExampleComparisons.

Fields

parent: String

Required. Name of the [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation] resource to search for example comparisons from. Format:

“projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}

page_size: i32

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

page_token: String

Optional. A token identifying a page of results for the server to return. Typically obtained by the [nextPageToken][SearchExampleComparisons.next_page_token] of the response to a previous search rquest.

If you don’t specify this field, the API call requests the first page of the search.

Trait Implementations

impl Clone for SearchExampleComparisonsRequest[src]

impl Debug for SearchExampleComparisonsRequest[src]

impl Default for SearchExampleComparisonsRequest[src]

impl Message for SearchExampleComparisonsRequest[src]

impl PartialEq<SearchExampleComparisonsRequest> for SearchExampleComparisonsRequest[src]

impl StructuralPartialEq for SearchExampleComparisonsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchExampleComparisonsRequest

impl Send for SearchExampleComparisonsRequest

impl Sync for SearchExampleComparisonsRequest

impl Unpin for SearchExampleComparisonsRequest

impl UnwindSafe for SearchExampleComparisonsRequest

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]