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 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 rangeExportFeatureValuesRequest.FullExportOrBuilder
getFullExportOrBuilder()
Exports all historical values of all entities of the EntityType within a time rangeExportFeatureValuesRequest.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 rangeboolean
hasSnapshotExport()
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()
-
-