Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest

Request message for FeaturestoreService.ExportFeatureValues.

Inheritance
object
GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest : IDirectResponseSchema

Properties

Destination

Required. Specifies destination location and format.

Declaration
[JsonProperty("destination")]
public virtual GoogleCloudAiplatformV1beta1FeatureValueDestination Destination { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1FeatureValueDestination

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 GoogleCloudAiplatformV1beta1FeatureSelector FeatureSelector { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1FeatureSelector

FullExport

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

Declaration
[JsonProperty("fullExport")]
public virtual GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport FullExport { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestFullExport

Settings

Per-Feature export settings.

Declaration
[JsonProperty("settings")]
public virtual IList<GoogleCloudAiplatformV1beta1DestinationFeatureSetting> Settings { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1DestinationFeatureSetting>

SnapshotExport

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

Declaration
[JsonProperty("snapshotExport")]
public virtual GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport SnapshotExport { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ExportFeatureValuesRequestSnapshotExport

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX