Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::ContentValidationStats (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::ContentValidationStats.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#invalid_record_count

def invalid_record_count() -> ::Integer
Returns
  • (::Integer) — Number of records in this file we skipped due to validate errors.

#invalid_record_count=

def invalid_record_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#partial_errors

def partial_errors() -> ::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError>
Returns

#partial_errors=

def partial_errors=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError>
Parameter
Returns

#source_gcs_uri

def source_gcs_uri() -> ::String
Returns
  • (::String) — Cloud Storage URI pointing to the original file in user's bucket.

#source_gcs_uri=

def source_gcs_uri=(value) -> ::String
Parameter
  • value (::String) — 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.

#valid_record_count

def valid_record_count() -> ::Integer
Returns
  • (::Integer) — Number of records in this file that were successfully processed.

#valid_record_count=

def valid_record_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of records in this file that were successfully processed.
Returns
  • (::Integer) — Number of records in this file that were successfully processed.