Google Cloud Ai Platform V1 Client - Class FullExport (0.13.0)

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

Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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.

↳ end_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.

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

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.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

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