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 | |
---|---|
Name | Description |
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.
Generated from protobuf field .google.protobuf.Timestamp snapshot_time = 1;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field .google.protobuf.Timestamp snapshot_time = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$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.
Generated from protobuf field .google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field .google.protobuf.Timestamp start_time = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |