Uses of Class
com.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport.Builder
Packages that use ExportFeatureValuesRequest.SnapshotExport.Builder
-
Uses of ExportFeatureValuesRequest.SnapshotExport.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportFeatureValuesRequest.SnapshotExport.BuilderModifier and TypeMethodDescriptionExportFeatureValuesRequest.SnapshotExport.Builder.clear()ExportFeatureValuesRequest.SnapshotExport.Builder.clearSnapshotTime()Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder.clearStartTime()Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.Builder.getSnapshotExportBuilder()Exports the latest Feature values of all entities of the EntityType within a time range.ExportFeatureValuesRequest.SnapshotExport.Builder.mergeFrom(ExportFeatureValuesRequest.SnapshotExport other) ExportFeatureValuesRequest.SnapshotExport.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExportFeatureValuesRequest.SnapshotExport.Builder.mergeFrom(com.google.protobuf.Message other) ExportFeatureValuesRequest.SnapshotExport.Builder.mergeSnapshotTime(com.google.protobuf.Timestamp value) Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder.mergeStartTime(com.google.protobuf.Timestamp value) Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.newBuilder()ExportFeatureValuesRequest.SnapshotExport.newBuilder(ExportFeatureValuesRequest.SnapshotExport prototype) ExportFeatureValuesRequest.SnapshotExport.newBuilderForType()ExportFeatureValuesRequest.SnapshotExport.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExportFeatureValuesRequest.SnapshotExport.Builder.setSnapshotTime(com.google.protobuf.Timestamp value) Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder.setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder.setStartTime(com.google.protobuf.Timestamp value) Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportFeatureValuesRequest.SnapshotExport.BuilderModifier and TypeMethodDescriptionExportFeatureValuesRequest.Builder.setSnapshotExport(ExportFeatureValuesRequest.SnapshotExport.Builder builderForValue) Exports the latest Feature values of all entities of the EntityType within a time range.