Interface ExportFeatureValuesRequestOrBuilder

    • Method Detail

      • hasSnapshotExport

        boolean 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;
        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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The destination.
      • getDestinationOrBuilder

        FeatureValueDestinationOrBuilder getDestinationOrBuilder()
         Required. Specifies destination location and format.
         
        .google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
      • hasFeatureSelector

        boolean hasFeatureSelector()
         Required. Selects Features to export values of.
         
        .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
      • getSettingsList

        List<DestinationFeatureSetting> getSettingsList()
         Per-Feature export settings.
         
        repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;
      • getSettings

        DestinationFeatureSetting getSettings​(int index)
         Per-Feature export settings.
         
        repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;
      • getSettingsCount

        int getSettingsCount()
         Per-Feature export settings.
         
        repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;
      • getSettingsOrBuilderList

        List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
         Per-Feature export settings.
         
        repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;
      • getSettingsOrBuilder

        DestinationFeatureSettingOrBuilder getSettingsOrBuilder​(int index)
         Per-Feature export settings.
         
        repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;