public interface ImportFeatureValuesOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockingOperationIds(int index)
List of ImportFeatureValues operations running under a single EntityType
that are blocking this operation.
|
int |
getBlockingOperationIdsCount()
List of ImportFeatureValues operations running under a single EntityType
that are blocking this operation.
|
List<Long> |
getBlockingOperationIdsList()
List of ImportFeatureValues operations running under a single EntityType
that are blocking this operation.
|
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
|
String |
getSourceUris(int index)
The source URI from where Feature values are imported.
|
com.google.protobuf.ByteString |
getSourceUrisBytes(int index)
The source URI from where Feature values are imported.
|
int |
getSourceUrisCount()
The source URI from where Feature values are imported.
|
List<String> |
getSourceUrisList()
The source URI from where Feature values are imported.
|
long |
getTimestampOutsideRetentionRowsCount()
The number rows that weren't ingested due to having timestamps outside the
retention boundary.
|
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;List<String> getSourceUrisList()
The source URI from where Feature values are imported.
repeated string source_uris = 4;int getSourceUrisCount()
The source URI from where Feature values are imported.
repeated string source_uris = 4;String getSourceUris(int index)
The source URI from where Feature values are imported.
repeated string source_uris = 4;index - The index of the element to return.com.google.protobuf.ByteString getSourceUrisBytes(int index)
The source URI from where Feature values are imported.
repeated string source_uris = 4;index - The index of the value to return.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;long getTimestampOutsideRetentionRowsCount()
The number rows that weren't ingested due to having timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 7;List<Long> getBlockingOperationIdsList()
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;int getBlockingOperationIdsCount()
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;long getBlockingOperationIds(int index)
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;index - The index of the element to return.Copyright © 2024 Google LLC. All rights reserved.