Uses of Class
com.google.cloud.aiplatform.v1.ImportFeatureValuesOperationMetadata.Builder
Packages that use ImportFeatureValuesOperationMetadata.Builder
-
Uses of ImportFeatureValuesOperationMetadata.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ImportFeatureValuesOperationMetadata.BuilderModifier and TypeMethodDescriptionImportFeatureValuesOperationMetadata.Builder.addAllBlockingOperationIds(Iterable<? extends Long> values) List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.ImportFeatureValuesOperationMetadata.Builder.addAllSourceUris(Iterable<String> values) The source URI from where Feature values are imported.ImportFeatureValuesOperationMetadata.Builder.addBlockingOperationIds(long value) List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.ImportFeatureValuesOperationMetadata.Builder.addSourceUris(String value) The source URI from where Feature values are imported.ImportFeatureValuesOperationMetadata.Builder.addSourceUrisBytes(com.google.protobuf.ByteString value) The source URI from where Feature values are imported.ImportFeatureValuesOperationMetadata.Builder.clear()ImportFeatureValuesOperationMetadata.Builder.clearBlockingOperationIds()List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.ImportFeatureValuesOperationMetadata.Builder.clearGenericMetadata()Operation metadata for Featurestore import Feature values.ImportFeatureValuesOperationMetadata.Builder.clearImportedEntityCount()Number of entities that have been imported by the operation.ImportFeatureValuesOperationMetadata.Builder.clearImportedFeatureValueCount()Number of Feature values that have been imported by the operation.ImportFeatureValuesOperationMetadata.Builder.clearInvalidRowCount()The number of rows in input source that weren't imported due to either * Not having any featureValuesImportFeatureValuesOperationMetadata.Builder.clearSourceUris()The source URI from where Feature values are imported.ImportFeatureValuesOperationMetadata.Builder.clearTimestampOutsideRetentionRowsCount()The number rows that weren't ingested due to having timestamps outside the retention boundary.ImportFeatureValuesOperationMetadata.Builder.mergeFrom(ImportFeatureValuesOperationMetadata other) ImportFeatureValuesOperationMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImportFeatureValuesOperationMetadata.Builder.mergeFrom(com.google.protobuf.Message other) ImportFeatureValuesOperationMetadata.Builder.mergeGenericMetadata(GenericOperationMetadata value) Operation metadata for Featurestore import Feature values.ImportFeatureValuesOperationMetadata.newBuilder()ImportFeatureValuesOperationMetadata.newBuilder(ImportFeatureValuesOperationMetadata prototype) ImportFeatureValuesOperationMetadata.newBuilderForType()ImportFeatureValuesOperationMetadata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImportFeatureValuesOperationMetadata.Builder.setBlockingOperationIds(int index, long value) List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.ImportFeatureValuesOperationMetadata.Builder.setGenericMetadata(GenericOperationMetadata value) Operation metadata for Featurestore import Feature values.ImportFeatureValuesOperationMetadata.Builder.setGenericMetadata(GenericOperationMetadata.Builder builderForValue) Operation metadata for Featurestore import Feature values.ImportFeatureValuesOperationMetadata.Builder.setImportedEntityCount(long value) Number of entities that have been imported by the operation.ImportFeatureValuesOperationMetadata.Builder.setImportedFeatureValueCount(long value) Number of Feature values that have been imported by the operation.ImportFeatureValuesOperationMetadata.Builder.setInvalidRowCount(long value) The number of rows in input source that weren't imported due to either * Not having any featureValuesImportFeatureValuesOperationMetadata.Builder.setSourceUris(int index, String value) The source URI from where Feature values are imported.ImportFeatureValuesOperationMetadata.Builder.setTimestampOutsideRetentionRowsCount(long value) The number rows that weren't ingested due to having timestamps outside the retention boundary.ImportFeatureValuesOperationMetadata.toBuilder()