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()
Methods
public ExportFeatureValuesRequest.SnapshotExport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ExportFeatureValuesRequest.SnapshotExport build()
public ExportFeatureValuesRequest.SnapshotExport buildPartial()
public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
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;
public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
Overrides
public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
Timestamp | The snapshotTime.
|
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;
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;
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 |
---|
Type | Description |
Timestamp | The startTime.
|
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;
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;
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()
Overrides
public final boolean isInitialized()
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
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;
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;
public final ExportFeatureValuesRequest.SnapshotExport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ExportFeatureValuesRequest.SnapshotExport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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;
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
|
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;
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
|
public final ExportFeatureValuesRequest.SnapshotExport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides