FeaturesetVersionBackfillRequest Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. FeaturesetVersionBackfillRequest
- com.
Implements
public final class FeaturesetVersionBackfillRequest
implements JsonSerializable<FeaturesetVersionBackfillRequest>
Request payload for creating a backfill request for a given feature set version.
Constructor Summary
| Constructor | Description |
|---|---|
| FeaturesetVersionBackfillRequest() |
Creates an instance of Featureset |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Data |
dataAvailabilityStatus()
Get the data |
| String |
description()
Get the description property: Specifies description. |
| String |
displayName()
Get the display |
|
Feature |
featureWindow()
Get the feature |
|
static
Featureset |
fromJson(JsonReader jsonReader)
Reads an instance of Featureset |
| String |
jobId()
Get the job |
| Map<String,String> |
properties()
Get the properties property: Specifies the properties. |
|
Materialization |
resource()
Get the resource property: Specifies the compute resource settings. |
| Map<String,String> |
sparkConfiguration()
Get the spark |
| Map<String,String> |
tags()
Get the tags property: Specifies the tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Featureset |
withDataAvailabilityStatus(List<DataAvailabilityStatus> dataAvailabilityStatus)
Set the data |
|
Featureset |
withDescription(String description)
Set the description property: Specifies description. |
|
Featureset |
withDisplayName(String displayName)
Set the display |
|
Featureset |
withFeatureWindow(FeatureWindow featureWindow)
Set the feature |
|
Featureset |
withJobId(String jobId)
Set the job |
|
Featureset |
withProperties(Map<String,String> properties)
Set the properties property: Specifies the properties. |
|
Featureset |
withResource(MaterializationComputeResource resource)
Set the resource property: Specifies the compute resource settings. |
|
Featureset |
withSparkConfiguration(Map<String,String> sparkConfiguration)
Set the spark |
|
Featureset |
withTags(Map<String,String> tags)
Set the tags property: Specifies the tags. |
Methods inherited from java.lang.Object
Constructor Details
FeaturesetVersionBackfillRequest
public FeaturesetVersionBackfillRequest()
Creates an instance of FeaturesetVersionBackfillRequest class.
Method Details
dataAvailabilityStatus
public List<DataAvailabilityStatus> dataAvailabilityStatus()
Get the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.
Returns:
description
public String description()
Get the description property: Specifies description.
Returns:
displayName
public String displayName()
Get the displayName property: Specifies description.
Returns:
featureWindow
public FeatureWindow featureWindow()
Get the featureWindow property: Specifies the backfill feature window to be materialized.
Returns:
fromJson
public static FeaturesetVersionBackfillRequest fromJson(JsonReader jsonReader)
Reads an instance of FeaturesetVersionBackfillRequest from the JsonReader.
Parameters:
Returns:
Throws:
jobId
public String jobId()
Get the jobId property: Specify the jobId to retry the failed materialization.
Returns:
properties
public Map<String,String> properties()
Get the properties property: Specifies the properties.
Returns:
resource
public MaterializationComputeResource resource()
Get the resource property: Specifies the compute resource settings.
Returns:
sparkConfiguration
public Map<String,String> sparkConfiguration()
Get the sparkConfiguration property: Specifies the spark compute settings.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Specifies the tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDataAvailabilityStatus
public FeaturesetVersionBackfillRequest withDataAvailabilityStatus(List<DataAvailabilityStatus> dataAvailabilityStatus)
Set the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.
Parameters:
Returns:
withDescription
public FeaturesetVersionBackfillRequest withDescription(String description)
Set the description property: Specifies description.
Parameters:
Returns:
withDisplayName
public FeaturesetVersionBackfillRequest withDisplayName(String displayName)
Set the displayName property: Specifies description.
Parameters:
Returns:
withFeatureWindow
public FeaturesetVersionBackfillRequest withFeatureWindow(FeatureWindow featureWindow)
Set the featureWindow property: Specifies the backfill feature window to be materialized.
Parameters:
Returns:
withJobId
public FeaturesetVersionBackfillRequest withJobId(String jobId)
Set the jobId property: Specify the jobId to retry the failed materialization.
Parameters:
Returns:
withProperties
public FeaturesetVersionBackfillRequest withProperties(Map<String,String> properties)
Set the properties property: Specifies the properties.
Parameters:
Returns:
withResource
public FeaturesetVersionBackfillRequest withResource(MaterializationComputeResource resource)
Set the resource property: Specifies the compute resource settings.
Parameters:
Returns:
withSparkConfiguration
public FeaturesetVersionBackfillRequest withSparkConfiguration(Map<String,String> sparkConfiguration)
Set the sparkConfiguration property: Specifies the spark compute settings.
Parameters:
Returns:
withTags
public FeaturesetVersionBackfillRequest withTags(Map<String,String> tags)
Set the tags property: Specifies the tags.
Parameters:
Returns: