Interface FeaturesetVersionBackfillResponse


public interface FeaturesetVersionBackfillResponse
An immutable client-side representation of FeaturesetVersionBackfillResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.FeaturesetVersionBackfillResponseInner object.
    Gets the jobIds property: List of jobs submitted as part of the backfill request.
  • Method Details

    • jobIds

      List<String> jobIds()
      Gets the jobIds property: List of jobs submitted as part of the backfill request.
      Returns:
      the jobIds value.
    • innerModel

      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.FeaturesetVersionBackfillResponseInner object.
      Returns:
      the inner object.