View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequest (google_api_ai_platform v0.13.0)
Request message for FeaturestoreService.ExportFeatureValues.
Attributes
-
destination
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueDestination.t
, default:nil
) - Required. Specifies destination location and format. -
featureSelector
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t
, default:nil
) - Required. Selects Features to export values of. -
fullExport
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport.t
, default:nil
) - Exports all historical values of all entities of the EntityType within a time range -
settings
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DestinationFeatureSetting.t)
, default:nil
) - Per-Feature export settings. -
snapshotExport
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport.t
, default:nil
) - Exports the latest Feature values of all entities of the EntityType within a time range.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequest{ destination: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueDestination.t() | nil, featureSelector: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t() | nil, fullExport: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport.t() | nil, settings: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DestinationFeatureSetting.t() ] | nil, snapshotExport: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.