Google Cloud Ai Platform V1 Client - Class SnapshotExport (0.17.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SnapshotExport.

Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].

Generated from protobuf message google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snapshot_time Google\Protobuf\Timestamp

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.

↳ start_time Google\Protobuf\Timestamp

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.

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.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasSnapshotTime

clearSnapshotTime

setSnapshotTime

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.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

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.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

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.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this