Class: Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::ContentValidationStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/index_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_record_count::Integer

Returns Number of records in this file we skipped due to validate errors.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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