public sealed class NearestNeighborSearchOperationMetadata.Types.ContentValidationStats : IMessage<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats>, IEquatable<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats>, IDeepCloneable<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats>, IBufferMessage, IMessage
Implements
IMessageNearestNeighborSearchOperationMetadataTypesContentValidationStats, IEquatableNearestNeighborSearchOperationMetadataTypesContentValidationStats, IDeepCloneableNearestNeighborSearchOperationMetadataTypesContentValidationStats, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ContentValidationStats()
public ContentValidationStats()
ContentValidationStats(ContentValidationStats)
public ContentValidationStats(NearestNeighborSearchOperationMetadata.Types.ContentValidationStats other)
Parameter | |
---|---|
Name | Description |
other |
NearestNeighborSearchOperationMetadataTypesContentValidationStats |
Properties
InvalidRecordCount
public long InvalidRecordCount { get; set; }
Number of records in this file we skipped due to validate errors.
Property Value | |
---|---|
Type | Description |
long |
InvalidSparseRecordCount
public long InvalidSparseRecordCount { get; set; }
Number of sparse records in this file we skipped due to validate errors.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldNearestNeighborSearchOperationMetadataTypesRecordError |
SourceGcsUri
public string SourceGcsUri { get; set; }
Cloud Storage URI pointing to the original file in user's bucket.
Property Value | |
---|---|
Type | Description |
string |
ValidRecordCount
public long ValidRecordCount { get; set; }
Number of records in this file that were successfully processed.
Property Value | |
---|---|
Type | Description |
long |
ValidSparseRecordCount
public long ValidSparseRecordCount { get; set; }
Number of sparse records in this file that were successfully processed.
Property Value | |
---|---|
Type | Description |
long |