public interface ImportFeatureValuesOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericOperationMetadata |
getGenericMetadata()
Operation metadata for Featurestore import Feature values.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
Operation metadata for Featurestore import Feature values.
|
long |
getImportedEntityCount()
Number of entities that have been imported by the operation.
|
long |
getImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
|
long |
getInvalidRowCount()
The number of rows in input source that weren't imported due to either
* Not having any featureValues.
|
boolean |
hasGenericMetadata()
Operation metadata for Featurestore import Feature values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;long getImportedEntityCount()
Number of entities that have been imported by the operation.
int64 imported_entity_count = 2;long getImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 3;long getInvalidRowCount()
The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;Copyright © 2022 Google LLC. All rights reserved.