Class ExportFeatureValuesRequest.SnapshotExport.Builder (3.84.0)

public static final class ExportFeatureValuesRequest.SnapshotExport.Builder extends GeneratedMessage.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.v1beta1.ExportFeatureValuesRequest.SnapshotExport

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportFeatureValuesRequest.SnapshotExport build()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

buildPartial()

public ExportFeatureValuesRequest.SnapshotExport buildPartial()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

clear()

public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

clearSnapshotTime()

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
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

clearStartTime()

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
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

getDefaultInstanceForType()

public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSnapshotTime()

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.

getSnapshotTimeBuilder()

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
Type Description
Builder

getSnapshotTimeOrBuilder()

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
Type Description
TimestampOrBuilder

getStartTime()

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.

getStartTimeBuilder()

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
Type Description
Builder

getStartTimeOrBuilder()

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
Type Description
TimestampOrBuilder

hasSnapshotTime()

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.

hasStartTime()

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
Parameter
Name Description
other ExportFeatureValuesRequest.SnapshotExport
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder
Overrides

mergeSnapshotTime(Timestamp value)

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
Name Description
value Timestamp
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

mergeStartTime(Timestamp value)

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
Name Description
value Timestamp
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

setSnapshotTime(Timestamp value)

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
Name Description
value Timestamp
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

setSnapshotTime(Timestamp.Builder builderForValue)

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
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

setStartTime(Timestamp value)

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
Name Description
value Timestamp
Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder

setStartTime(Timestamp.Builder builderForValue)

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
Type Description
ExportFeatureValuesRequest.SnapshotExport.Builder