Cloud AI Platform v1 API - Class NearestNeighborSearchOperationMetadata.Types.ContentValidationStats (2.27.0)

public sealed class NearestNeighborSearchOperationMetadata.Types.ContentValidationStats : IMessage<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats>, IEquatable<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats>, IDeepCloneable<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats>, IBufferMessage, IMessage

Inheritance

object > NearestNeighborSearchOperationMetadata.Types.ContentValidationStats

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ContentValidationStats()

public ContentValidationStats()

ContentValidationStats(ContentValidationStats)

public ContentValidationStats(NearestNeighborSearchOperationMetadata.Types.ContentValidationStats other)
Parameter
NameDescription
otherNearestNeighborSearchOperationMetadataTypesContentValidationStats

Properties

InvalidRecordCount

public long InvalidRecordCount { get; set; }

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

Property Value
TypeDescription
long

PartialErrors

public RepeatedField<NearestNeighborSearchOperationMetadata.Types.RecordError> PartialErrors { get; }

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.

Property Value
TypeDescription
RepeatedFieldNearestNeighborSearchOperationMetadataTypesRecordError

SourceGcsUri

public string SourceGcsUri { get; set; }

Cloud Storage URI pointing to the original file in user's bucket.

Property Value
TypeDescription
string

ValidRecordCount

public long ValidRecordCount { get; set; }

Number of records in this file that were successfully processed.

Property Value
TypeDescription
long