Google Cloud Ai Platform V1 Client - Class ExportFeatureValuesRequest (0.10.0)

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

Request message for FeaturestoreService.ExportFeatureValues .

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

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ snapshot_export
Google\Cloud\AIPlatform\V1\ExportFeatureValuesRequest\SnapshotExport

Exports the latest Feature values of all entities of the EntityType within a time range.

↳ full_export
Google\Cloud\AIPlatform\V1\ExportFeatureValuesRequest\FullExport

Exports all historical values of all entities of the EntityType within a time range

↳ entity_type
string

Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

↳ destination
Google\Cloud\AIPlatform\V1\FeatureValueDestination

Required. Specifies destination location and format.

↳ feature_selector
Google\Cloud\AIPlatform\V1\FeatureSelector

Required. Selects Features to export values of.

↳ settings
array< Google\Cloud\AIPlatform\V1\DestinationFeatureSetting >

Per-Feature export settings.

getSnapshotExport

Exports the latest Feature values of all entities of the EntityType within a time range.

Generated from protobuf field .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;

hasSnapshotExport

setSnapshotExport

Exports the latest Feature values of all entities of the EntityType within a time range.

Generated from protobuf field .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;

Returns
Type
Description
$this

getFullExport

Exports all historical values of all entities of the EntityType within a time range

Generated from protobuf field .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;

hasFullExport

setFullExport

Exports all historical values of all entities of the EntityType within a time range

Generated from protobuf field .google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;

Returns
Type
Description
$this

getEntityType

Required. The resource name of the EntityType from which to export Feature values.

Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

Generated from protobuf field string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
Type
Description
string

setEntityType

Required. The resource name of the EntityType from which to export Feature values.

Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

Generated from protobuf field string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDestination

Required. Specifies destination location and format.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];

hasDestination

clearDestination

setDestination

Required. Specifies destination location and format.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description
$this

getFeatureSelector

Required. Selects Features to export values of.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

hasFeatureSelector

clearFeatureSelector

setFeatureSelector

Required. Selects Features to export values of.

Generated from protobuf field .google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name
Description
Returns
Type
Description
$this

getSettings

Per-Feature export settings.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setSettings

Per-Feature export settings.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Parameter
Name
Description
Returns
Type
Description
$this

getMode

Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: