Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ListEvaluationsRequest.
Retrieves a list of evaluations for a given ProcessorVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The standard list page size. If unspecified, at most 5 evaluations will be returned. The maximum value is 100; values above 100 will be coerced to 100.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The standard list page size. If unspecified, at most 5 evaluations will be returned. The maximum value is 100; values above 100 will be coerced to 100.
Returns
- (::Integer) — The standard list page size. If unspecified, at most 5 evaluations will be returned. The maximum value is 100; values above 100 will be coerced to 100.
#page_token
def page_token() -> ::String
Returns
-
(::String) — A page token, received from a previous
ListEvaluations
call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — A page token, received from a previous
ListEvaluations
call. Provide this to retrieve the subsequent page.
Returns
-
(::String) — A page token, received from a previous
ListEvaluations
call. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the
ProcessorVersion to
list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the
ProcessorVersion to
list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
Returns
-
(::String) — Required. The resource name of the
ProcessorVersion to
list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}