Class FeaturesetVersionBackfillRequest

java.lang.Object
com.azure.resourcemanager.machinelearning.models.FeaturesetVersionBackfillRequest
All Implemented Interfaces:
com.azure.json.JsonSerializable<FeaturesetVersionBackfillRequest>

public final class FeaturesetVersionBackfillRequest extends Object implements com.azure.json.JsonSerializable<FeaturesetVersionBackfillRequest>
Request payload for creating a backfill request for a given feature set version.
  • Constructor Details

    • FeaturesetVersionBackfillRequest

      public FeaturesetVersionBackfillRequest()
      Creates an instance of FeaturesetVersionBackfillRequest class.
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: Specifies description.
      Returns:
      the displayName value.
    • withDisplayName

      public FeaturesetVersionBackfillRequest withDisplayName(String displayName)
      Set the displayName property: Specifies description.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • description

      public String description()
      Get the description property: Specifies description.
      Returns:
      the description value.
    • withDescription

      public FeaturesetVersionBackfillRequest withDescription(String description)
      Set the description property: Specifies description.
      Parameters:
      description - the description value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • featureWindow

      public FeatureWindow featureWindow()
      Get the featureWindow property: Specifies the backfill feature window to be materialized.
      Returns:
      the featureWindow value.
    • withFeatureWindow

      public FeaturesetVersionBackfillRequest withFeatureWindow(FeatureWindow featureWindow)
      Set the featureWindow property: Specifies the backfill feature window to be materialized.
      Parameters:
      featureWindow - the featureWindow value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • dataAvailabilityStatus

      public List<DataAvailabilityStatus> dataAvailabilityStatus()
      Get the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.
      Returns:
      the dataAvailabilityStatus value.
    • withDataAvailabilityStatus

      public FeaturesetVersionBackfillRequest withDataAvailabilityStatus(List<DataAvailabilityStatus> dataAvailabilityStatus)
      Set the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.
      Parameters:
      dataAvailabilityStatus - the dataAvailabilityStatus value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • jobId

      public String jobId()
      Get the jobId property: Specify the jobId to retry the failed materialization.
      Returns:
      the jobId value.
    • withJobId

      public FeaturesetVersionBackfillRequest withJobId(String jobId)
      Set the jobId property: Specify the jobId to retry the failed materialization.
      Parameters:
      jobId - the jobId value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Specifies the tags.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Specifies the tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • resource

      public MaterializationComputeResource resource()
      Get the resource property: Specifies the compute resource settings.
      Returns:
      the resource value.
    • withResource

      Set the resource property: Specifies the compute resource settings.
      Parameters:
      resource - the resource value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • sparkConfiguration

      public Map<String,String> sparkConfiguration()
      Get the sparkConfiguration property: Specifies the spark compute settings.
      Returns:
      the sparkConfiguration value.
    • withSparkConfiguration

      public FeaturesetVersionBackfillRequest withSparkConfiguration(Map<String,String> sparkConfiguration)
      Set the sparkConfiguration property: Specifies the spark compute settings.
      Parameters:
      sparkConfiguration - the sparkConfiguration value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • properties

      public Map<String,String> properties()
      Get the properties property: Specifies the properties.
      Returns:
      the properties value.
    • withProperties

      public FeaturesetVersionBackfillRequest withProperties(Map<String,String> properties)
      Set the properties property: Specifies the properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the FeaturesetVersionBackfillRequest object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<FeaturesetVersionBackfillRequest>
      Throws:
      IOException
    • fromJson

      public static FeaturesetVersionBackfillRequest fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of FeaturesetVersionBackfillRequest from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of FeaturesetVersionBackfillRequest if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the FeaturesetVersionBackfillRequest.