Package com.google.cloud.aiplatform.v1
Interface ExportFeatureValuesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportFeatureValuesRequest,ExportFeatureValuesRequest.Builder
public interface ExportFeatureValuesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureValueDestinationgetDestination()Required.FeatureValueDestinationOrBuildergetDestinationOrBuilder()Required.StringgetEntityType()Required.com.google.protobuf.ByteStringgetEntityTypeBytes()Required.FeatureSelectorgetFeatureSelector()Required.FeatureSelectorOrBuildergetFeatureSelectorOrBuilder()Required.ExportFeatureValuesRequest.FullExportgetFullExport()Exports all historical values of all entities of the EntityType within a time rangeExportFeatureValuesRequest.FullExportOrBuildergetFullExportOrBuilder()Exports all historical values of all entities of the EntityType within a time rangeExportFeatureValuesRequest.ModeCasegetModeCase()DestinationFeatureSettinggetSettings(int index)Per-Feature export settings.intgetSettingsCount()Per-Feature export settings.List<DestinationFeatureSetting>getSettingsList()Per-Feature export settings.DestinationFeatureSettingOrBuildergetSettingsOrBuilder(int index)Per-Feature export settings.List<? extends DestinationFeatureSettingOrBuilder>getSettingsOrBuilderList()Per-Feature export settings.ExportFeatureValuesRequest.SnapshotExportgetSnapshotExport()Exports the latest Feature values of all entities of the EntityType within a time range.ExportFeatureValuesRequest.SnapshotExportOrBuildergetSnapshotExportOrBuilder()Exports the latest Feature values of all entities of the EntityType within a time range.booleanhasDestination()Required.booleanhasFeatureSelector()Required.booleanhasFullExport()Exports all historical values of all entities of the EntityType within a time rangebooleanhasSnapshotExport()Exports the latest Feature values of all entities of the EntityType within a time range.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSnapshotExport
boolean hasSnapshotExport()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;- Returns:
- Whether the snapshotExport field is set.
-
getSnapshotExport
ExportFeatureValuesRequest.SnapshotExport getSnapshotExport()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;- Returns:
- The snapshotExport.
-
getSnapshotExportOrBuilder
ExportFeatureValuesRequest.SnapshotExportOrBuilder getSnapshotExportOrBuilder()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
-
hasFullExport
boolean hasFullExport()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;- Returns:
- Whether the fullExport field is set.
-
getFullExport
ExportFeatureValuesRequest.FullExport getFullExport()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;- Returns:
- The fullExport.
-
getFullExportOrBuilder
ExportFeatureValuesRequest.FullExportOrBuilder getFullExportOrBuilder()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;
-
getEntityType
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) = { ... }- Returns:
- The entityType.
-
getEntityTypeBytes
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) = { ... }- Returns:
- The bytes for entityType.
-
hasDestination
boolean hasDestination()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the destination field is set.
-
getDestination
FeatureValueDestination getDestination()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The destination.
-
getDestinationOrBuilder
FeatureValueDestinationOrBuilder getDestinationOrBuilder()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
-
hasFeatureSelector
boolean hasFeatureSelector()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the featureSelector field is set.
-
getFeatureSelector
FeatureSelector getFeatureSelector()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureSelector.
-
getFeatureSelectorOrBuilder
FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
-
getSettingsList
List<DestinationFeatureSetting> getSettingsList()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
-
getSettings
DestinationFeatureSetting getSettings(int index)
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
-
getSettingsCount
int getSettingsCount()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
-
getSettingsOrBuilderList
List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
-
getSettingsOrBuilder
DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;
-
getModeCase
ExportFeatureValuesRequest.ModeCase getModeCase()
-
-