Class GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats
Inheritance
GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats : 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<GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError> PartialErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError> |
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? |