Class: Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata

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

The metadata that represents a processor version being created.

Defined Under Namespace

Classes: DatasetValidation

Instance Attribute Summary collapse

Instance Attribute Details

#common_metadata::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata

Returns The basic metadata of the long running operation.

Returns:



613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 613

class TrainProcessorVersionMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The dataset validation information.
  # This includes any and all errors with documents and the dataset.
  # @!attribute [rw] document_error_count
  #   @return [::Integer]
  #     The total number of document errors.
  # @!attribute [rw] dataset_error_count
  #   @return [::Integer]
  #     The total number of dataset errors.
  # @!attribute [rw] document_errors
  #   @return [::Array<::Google::Rpc::Status>]
  #     Error information pertaining to specific documents. A maximum of 10
  #     document errors will be returned.
  #     Any document with errors will not be used throughout training.
  # @!attribute [rw] dataset_errors
  #   @return [::Array<::Google::Rpc::Status>]
  #     Error information for the dataset as a whole. A maximum of 10 dataset
  #     errors will be returned.
  #     A single dataset error is terminal for training.
  class DatasetValidation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#test_dataset_validation::Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation

Returns The test dataset validation information.

Returns:



613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 613

class TrainProcessorVersionMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The dataset validation information.
  # This includes any and all errors with documents and the dataset.
  # @!attribute [rw] document_error_count
  #   @return [::Integer]
  #     The total number of document errors.
  # @!attribute [rw] dataset_error_count
  #   @return [::Integer]
  #     The total number of dataset errors.
  # @!attribute [rw] document_errors
  #   @return [::Array<::Google::Rpc::Status>]
  #     Error information pertaining to specific documents. A maximum of 10
  #     document errors will be returned.
  #     Any document with errors will not be used throughout training.
  # @!attribute [rw] dataset_errors
  #   @return [::Array<::Google::Rpc::Status>]
  #     Error information for the dataset as a whole. A maximum of 10 dataset
  #     errors will be returned.
  #     A single dataset error is terminal for training.
  class DatasetValidation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#training_dataset_validation::Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionMetadata::DatasetValidation

Returns The training dataset validation information.

Returns:



613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 613

class TrainProcessorVersionMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The dataset validation information.
  # This includes any and all errors with documents and the dataset.
  # @!attribute [rw] document_error_count
  #   @return [::Integer]
  #     The total number of document errors.
  # @!attribute [rw] dataset_error_count
  #   @return [::Integer]
  #     The total number of dataset errors.
  # @!attribute [rw] document_errors
  #   @return [::Array<::Google::Rpc::Status>]
  #     Error information pertaining to specific documents. A maximum of 10
  #     document errors will be returned.
  #     Any document with errors will not be used throughout training.
  # @!attribute [rw] dataset_errors
  #   @return [::Array<::Google::Rpc::Status>]
  #     Error information for the dataset as a whole. A maximum of 10 dataset
  #     errors will be returned.
  #     A single dataset error is terminal for training.
  class DatasetValidation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end