public static final class ExportFeatureValuesRequest.SnapshotExport.Builder extends GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder> implements ExportFeatureValuesRequest.SnapshotExportOrBuilder
Describes exporting the latest Feature values of all entities of the
EntityType between [start_time, snapshot_time].
Protobuf type google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ExportFeatureValuesRequest.SnapshotExport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport build()
Returns
public ExportFeatureValuesRequest.SnapshotExport buildPartial()
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder clearSnapshotTime()
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder clearStartTime()
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public Timestamp getSnapshotTime()
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Returns
public Timestamp.Builder getSnapshotTimeBuilder()
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Returns
public TimestampOrBuilder getSnapshotTimeOrBuilder()
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Returns
public Timestamp getStartTime()
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Returns
public Timestamp.Builder getStartTimeBuilder()
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Returns
public TimestampOrBuilder getStartTimeOrBuilder()
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Returns
public boolean hasSnapshotTime()
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Returns
Type | Description |
boolean | Whether the snapshotTime field is set.
|
public boolean hasStartTime()
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
Parameter
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeSnapshotTime(Timestamp value)
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Parameter
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeStartTime(Timestamp value)
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Parameter
Returns
public final ExportFeatureValuesRequest.SnapshotExport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime(Timestamp value)
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Parameter
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime(Timestamp.Builder builderForValue)
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime(Timestamp value)
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Parameter
Returns
public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime(Timestamp.Builder builderForValue)
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public final ExportFeatureValuesRequest.SnapshotExport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides