Class: Google::Cloud::DocumentAI::V1beta3::ListEvaluationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

Retrieves a list of evaluations for a given ProcessorVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The standard list page size. If unspecified, at most 5 evaluations are returned. The maximum value is 100. Values above 100 are coerced to 100.

Returns:

  • (::Integer)

    The standard list page size. If unspecified, at most 5 evaluations are returned. The maximum value is 100. Values above 100 are coerced to 100.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1000

class ListEvaluationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1000

class ListEvaluationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}



1000
1001
1002
1003
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1000

class ListEvaluationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end