Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats

Inheritance
object
GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InvalidRecordCount

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

Declaration
[JsonProperty("invalidRecordCount")]
public virtual long? InvalidRecordCount { get; set; }
Property Value
Type Description
long?

InvalidSparseRecordCount

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

Declaration
[JsonProperty("invalidSparseRecordCount")]
public virtual long? InvalidSparseRecordCount { get; set; }
Property Value
Type Description
long?

PartialErrors

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.

Declaration
[JsonProperty("partialErrors")]
public virtual IList<GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataRecordError> PartialErrors { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataRecordError>

SourceGcsUri

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

Declaration
[JsonProperty("sourceGcsUri")]
public virtual string SourceGcsUri { get; set; }
Property Value
Type Description
string

ValidRecordCount

Number of records in this file that were successfully processed.

Declaration
[JsonProperty("validRecordCount")]
public virtual long? ValidRecordCount { get; set; }
Property Value
Type Description
long?

ValidSparseRecordCount

Number of sparse records in this file that were successfully processed.

Declaration
[JsonProperty("validSparseRecordCount")]
public virtual long? ValidSparseRecordCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX