Class GoogleCloudAiplatformV1ExportFeatureValuesRequest
Request message for FeaturestoreService.ExportFeatureValues.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ExportFeatureValuesRequest : IDirectResponseSchema
Properties
Destination
Required. Specifies destination location and format.
Declaration
[JsonProperty("destination")]
public virtual GoogleCloudAiplatformV1FeatureValueDestination Destination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1FeatureValueDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureSelector
Required. Selects Features to export values of.
Declaration
[JsonProperty("featureSelector")]
public virtual GoogleCloudAiplatformV1FeatureSelector FeatureSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1FeatureSelector |
FullExport
Exports all historical values of all entities of the EntityType within a time range
Declaration
[JsonProperty("fullExport")]
public virtual GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport FullExport { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport |
Settings
Per-Feature export settings.
Declaration
[JsonProperty("settings")]
public virtual IList<GoogleCloudAiplatformV1DestinationFeatureSetting> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1DestinationFeatureSetting> |
SnapshotExport
Exports the latest Feature values of all entities of the EntityType within a time range.
Declaration
[JsonProperty("snapshotExport")]
public virtual GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport SnapshotExport { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport |