Interface FeaturesetVersionBackfillResponse
public interface FeaturesetVersionBackfillResponse
An immutable client-side representation of FeaturesetVersionBackfillResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.FeaturesetVersionBackfillResponseInner object.jobIds()Gets the jobIds property: List of jobs submitted as part of the backfill request.
-
Method Details
-
jobIds
Gets the jobIds property: List of jobs submitted as part of the backfill request.- Returns:
- the jobIds value.
-
innerModel
FeaturesetVersionBackfillResponseInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.FeaturesetVersionBackfillResponseInner object.- Returns:
- the inner object.
-