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
@Generated
public interface ExportFeatureValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.Required.com.google.protobuf.ByteStringRequired.Required.Required.Exports all historical values of all entities of the EntityType within a time rangeExports all historical values of all entities of the EntityType within a time rangegetSettings(int index) Per-Feature export settings.intPer-Feature export settings.Per-Feature export settings.getSettingsOrBuilder(int index) Per-Feature export settings.List<? extends DestinationFeatureSettingOrBuilder>Per-Feature export settings.Exports the latest Feature values of all entities of the EntityType within a time range.Exports the latest Feature values of all entities of the EntityType within a time range.booleanRequired.booleanRequired.booleanExports all historical values of all entities of the EntityType within a time rangebooleanExports the latest Feature values of all entities of the EntityType within a time range.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6; -
getModeCase
ExportFeatureValuesRequest.ModeCase getModeCase()
-