View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats (google_api_ai_platform v0.24.0)
Attributes
-
invalidRecordCount(type:String.t, default:nil) - Number of records in this file we skipped due to validate errors. -
invalidSparseRecordCount(type:String.t, default:nil) - Number of sparse records in this file we skipped due to validate errors. -
partialErrors(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataRecordError.t), default:nil) - 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. -
sourceGcsUri(type:String.t, default:nil) - Cloud Storage URI pointing to the original file in user's bucket. -
validRecordCount(type:String.t, default:nil) - Number of records in this file that were successfully processed. -
validSparseRecordCount(type:String.t, default:nil) - Number of sparse records in this file that were successfully processed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats{ invalidRecordCount: String.t() | nil, invalidSparseRecordCount: String.t() | nil, partialErrors: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataRecordError.t() ] | nil, sourceGcsUri: String.t() | nil, validRecordCount: String.t() | nil, validSparseRecordCount: String.t() | nil }