Class FeatureValue.Metadata.Builder (3.84.0)

public static final class FeatureValue.Metadata.Builder extends GeneratedMessage.Builder<FeatureValue.Metadata.Builder> implements FeatureValue.MetadataOrBuilder

Metadata of feature value.

Protobuf type google.cloud.aiplatform.v1.FeatureValue.Metadata

Static Methods

getDescriptor()

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

Methods

build()

public FeatureValue.Metadata build()
Returns
Type Description
FeatureValue.Metadata

buildPartial()

public FeatureValue.Metadata buildPartial()
Returns
Type Description
FeatureValue.Metadata

clear()

public FeatureValue.Metadata.Builder clear()
Returns
Type Description
FeatureValue.Metadata.Builder
Overrides

clearGenerateTime()

public FeatureValue.Metadata.Builder clearGenerateTime()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
FeatureValue.Metadata.Builder

getDefaultInstanceForType()

public FeatureValue.Metadata getDefaultInstanceForType()
Returns
Type Description
FeatureValue.Metadata

getDescriptorForType()

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

getGenerateTime()

public Timestamp getGenerateTime()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
Timestamp

The generateTime.

getGenerateTimeBuilder()

public Timestamp.Builder getGenerateTimeBuilder()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
Builder

getGenerateTimeOrBuilder()

public TimestampOrBuilder getGenerateTimeOrBuilder()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
TimestampOrBuilder

hasGenerateTime()

public boolean hasGenerateTime()

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Returns
Type Description
boolean

Whether the generateTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureValue.Metadata other)

public FeatureValue.Metadata.Builder mergeFrom(FeatureValue.Metadata other)
Parameter
Name Description
other FeatureValue.Metadata
Returns
Type Description
FeatureValue.Metadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public FeatureValue.Metadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FeatureValue.Metadata.Builder
Overrides

mergeGenerateTime(Timestamp value)

public FeatureValue.Metadata.Builder mergeGenerateTime(Timestamp value)

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
FeatureValue.Metadata.Builder

setGenerateTime(Timestamp value)

public FeatureValue.Metadata.Builder setGenerateTime(Timestamp value)

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
FeatureValue.Metadata.Builder

setGenerateTime(Timestamp.Builder builderForValue)

public FeatureValue.Metadata.Builder setGenerateTime(Timestamp.Builder builderForValue)

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

.google.protobuf.Timestamp generate_time = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FeatureValue.Metadata.Builder