public interface ExportFeatureValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureValueDestination |
getDestination()
Required.
|
FeatureValueDestinationOrBuilder |
getDestinationOrBuilder()
Required.
|
String |
getEntityType()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeBytes()
Required.
|
FeatureSelector |
getFeatureSelector()
Required.
|
FeatureSelectorOrBuilder |
getFeatureSelectorOrBuilder()
Required.
|
ExportFeatureValuesRequest.FullExport |
getFullExport()
Exports all historical values of all entities of the EntityType within a
time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
|
ExportFeatureValuesRequest.FullExportOrBuilder |
getFullExportOrBuilder()
Exports all historical values of all entities of the EntityType within a
time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
|
ExportFeatureValuesRequest.ModeCase |
getModeCase() |
DestinationFeatureSetting |
getSettings(int index)
Per-Feature export settings.
|
int |
getSettingsCount()
Per-Feature export settings.
|
List<DestinationFeatureSetting> |
getSettingsList()
Per-Feature export settings.
|
DestinationFeatureSettingOrBuilder |
getSettingsOrBuilder(int index)
Per-Feature export settings.
|
List<? extends DestinationFeatureSettingOrBuilder> |
getSettingsOrBuilderList()
Per-Feature export settings.
|
ExportFeatureValuesRequest.SnapshotExport |
getSnapshotExport()
Exports the latest Feature values of all entities of the EntityType
within a time range.
|
ExportFeatureValuesRequest.SnapshotExportOrBuilder |
getSnapshotExportOrBuilder()
Exports the latest Feature values of all entities of the EntityType
within a time range.
|
boolean |
hasDestination()
Required.
|
boolean |
hasFeatureSelector()
Required.
|
boolean |
hasFullExport()
Exports all historical values of all entities of the EntityType within a
time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
|
boolean |
hasSnapshotExport()
Exports the latest Feature values of all entities of the EntityType
within a time range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSnapshotExport()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
ExportFeatureValuesRequest.SnapshotExport getSnapshotExport()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
ExportFeatureValuesRequest.SnapshotExportOrBuilder getSnapshotExportOrBuilder()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
boolean hasFullExport()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
ExportFeatureValuesRequest.FullExport getFullExport()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
ExportFeatureValuesRequest.FullExportOrBuilder getFullExportOrBuilder()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
String getEntityType()
Required. The resource name of the EntityType from which to export Feature
values. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getEntityTypeBytes()
Required. The resource name of the EntityType from which to export Feature
values. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDestination()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
FeatureValueDestination getDestination()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
FeatureValueDestinationOrBuilder getDestinationOrBuilder()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
boolean hasFeatureSelector()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
FeatureSelector getFeatureSelector()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
List<DestinationFeatureSetting> getSettingsList()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;DestinationFeatureSetting getSettings(int index)
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;int getSettingsCount()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;ExportFeatureValuesRequest.ModeCase getModeCase()
Copyright © 2025 Google LLC. All rights reserved.