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:



795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 795

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:



795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 795

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:



795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 795

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