public static final class ExportFeatureValuesRequest.FullExport.Builder extends GeneratedMessageV3.Builder<ExportFeatureValuesRequest.FullExport.Builder> implements ExportFeatureValuesRequest.FullExportOrBuilder
Describes exporting all historical Feature values of all entities of the
EntityType between [start_time, end_time].
Protobuf type google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ExportFeatureValuesRequest.FullExport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ExportFeatureValuesRequest.FullExport build()
Returns
public ExportFeatureValuesRequest.FullExport buildPartial()
Returns
public ExportFeatureValuesRequest.FullExport.Builder clear()
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.Builder clearEndTime()
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 end_time = 1;
Returns
public ExportFeatureValuesRequest.FullExport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.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.FullExport.Builder clone()
Returns
Overrides
public ExportFeatureValuesRequest.FullExport getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public Timestamp getEndTime()
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 end_time = 1;
Returns
public Timestamp.Builder getEndTimeBuilder()
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 end_time = 1;
Returns
public TimestampOrBuilder getEndTimeOrBuilder()
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 end_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 hasEndTime()
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 end_time = 1;
Returns
Type | Description |
boolean | Whether the endTime 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.FullExport.Builder mergeEndTime(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 end_time = 1;
Parameter
Returns
public ExportFeatureValuesRequest.FullExport.Builder mergeFrom(ExportFeatureValuesRequest.FullExport other)
Parameter
Returns
public ExportFeatureValuesRequest.FullExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ExportFeatureValuesRequest.FullExport.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.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.FullExport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.Builder setEndTime(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 end_time = 1;
Parameter
Returns
public ExportFeatureValuesRequest.FullExport.Builder setEndTime(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 end_time = 1;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public ExportFeatureValuesRequest.FullExport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public ExportFeatureValuesRequest.FullExport.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.FullExport.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.FullExport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides