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 Summary
ConstructorsConstructorDescriptionCreates an instance of FeaturesetVersionBackfillRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.Get the description property: Specifies description.Get the displayName property: Specifies description.Get the featureWindow property: Specifies the backfill feature window to be materialized.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FeaturesetVersionBackfillRequest from the JsonReader.jobId()Get the jobId property: Specify the jobId to retry the failed materialization.Get the properties property: Specifies the properties.resource()Get the resource property: Specifies the compute resource settings.Get the sparkConfiguration property: Specifies the spark compute settings.tags()Get the tags property: Specifies the tags.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withDataAvailabilityStatus(List<DataAvailabilityStatus> dataAvailabilityStatus) Set the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.withDescription(String description) Set the description property: Specifies description.withDisplayName(String displayName) Set the displayName property: Specifies description.withFeatureWindow(FeatureWindow featureWindow) Set the featureWindow property: Specifies the backfill feature window to be materialized.Set the jobId property: Specify the jobId to retry the failed materialization.withProperties(Map<String, String> properties) Set the properties property: Specifies the properties.withResource(MaterializationComputeResource resource) Set the resource property: Specifies the compute resource settings.withSparkConfiguration(Map<String, String> sparkConfiguration) Set the sparkConfiguration property: Specifies the spark compute settings.Set the tags property: Specifies the tags.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
FeaturesetVersionBackfillRequest
public FeaturesetVersionBackfillRequest()Creates an instance of FeaturesetVersionBackfillRequest class.
-
-
Method Details
-
displayName
Get the displayName property: Specifies description.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Specifies description.- Parameters:
displayName- the displayName value to set.- Returns:
- the FeaturesetVersionBackfillRequest object itself.
-
description
Get the description property: Specifies description.- Returns:
- the description value.
-
withDescription
Set the description property: Specifies description.- Parameters:
description- the description value to set.- Returns:
- the FeaturesetVersionBackfillRequest object itself.
-
featureWindow
Get the featureWindow property: Specifies the backfill feature window to be materialized.- Returns:
- the featureWindow value.
-
withFeatureWindow
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
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
Get the jobId property: Specify the jobId to retry the failed materialization.- Returns:
- the jobId value.
-
withJobId
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
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
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
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
Get the properties property: Specifies the properties.- Returns:
- the properties value.
-
withProperties
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
- Specified by:
toJsonin interfacecom.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.
-