Class: Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::ContentValidationStats
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::ContentValidationStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_service.rb
Instance Attribute Summary collapse
-
#invalid_record_count ⇒ ::Integer
Number of records in this file we skipped due to validate errors.
-
#invalid_sparse_record_count ⇒ ::Integer
Number of sparse records in this file we skipped due to validate errors.
-
#partial_errors ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError>
The detail information of the partial failures encountered for those invalid records that couldn't be parsed.
-
#source_gcs_uri ⇒ ::String
Cloud Storage URI pointing to the original file in user's bucket.
-
#valid_record_count ⇒ ::Integer
Number of records in this file that were successfully processed.
-
#valid_sparse_record_count ⇒ ::Integer
Number of sparse records in this file that were successfully processed.
Instance Attribute Details
#invalid_record_count ⇒ ::Integer
Returns Number of records in this file we skipped due to validate errors.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 316 class ContentValidationStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#invalid_sparse_record_count ⇒ ::Integer
Returns Number of sparse records in this file we skipped due to validate errors.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 316 class ContentValidationStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError>
Returns The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 316 class ContentValidationStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_gcs_uri ⇒ ::String
Returns Cloud Storage URI pointing to the original file in user's bucket.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 316 class ContentValidationStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_record_count ⇒ ::Integer
Returns Number of records in this file that were successfully processed.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 316 class ContentValidationStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_sparse_record_count ⇒ ::Integer
Returns Number of sparse records in this file that were successfully processed.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 316 class ContentValidationStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |