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