FeaturesetVersionBackfillRequest Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearning.models.FeaturesetVersionBackfillRequest

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 FeaturesetVersionBackfillRequest class.

Method Summary

Modifier and Type Method and Description
List<DataAvailabilityStatus> dataAvailabilityStatus()

Get the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.

String description()

Get the description property: Specifies description.

String displayName()

Get the displayName property: Specifies description.

FeatureWindow featureWindow()

Get the featureWindow property: Specifies the backfill feature window to be materialized.

static FeaturesetVersionBackfillRequest fromJson(JsonReader jsonReader)

Reads an instance of FeaturesetVersionBackfillRequest from the JsonReader.

String jobId()

Get the jobId property: Specify the jobId to retry the failed materialization.

Map<String,String> properties()

Get the properties property: Specifies the properties.

MaterializationComputeResource resource()

Get the resource property: Specifies the compute resource settings.

Map<String,String> sparkConfiguration()

Get the sparkConfiguration property: Specifies the spark compute settings.

Map<String,String> tags()

Get the tags property: Specifies the tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FeaturesetVersionBackfillRequest withDataAvailabilityStatus(List<DataAvailabilityStatus> dataAvailabilityStatus)

Set the dataAvailabilityStatus property: Specified the data availability status that you want to backfill.

FeaturesetVersionBackfillRequest withDescription(String description)

Set the description property: Specifies description.

FeaturesetVersionBackfillRequest withDisplayName(String displayName)

Set the displayName property: Specifies description.

FeaturesetVersionBackfillRequest withFeatureWindow(FeatureWindow featureWindow)

Set the featureWindow property: Specifies the backfill feature window to be materialized.

FeaturesetVersionBackfillRequest withJobId(String jobId)

Set the jobId property: Specify the jobId to retry the failed materialization.

FeaturesetVersionBackfillRequest withProperties(Map<String,String> properties)

Set the properties property: Specifies the properties.

FeaturesetVersionBackfillRequest withResource(MaterializationComputeResource resource)

Set the resource property: Specifies the compute resource settings.

FeaturesetVersionBackfillRequest withSparkConfiguration(Map<String,String> sparkConfiguration)

Set the sparkConfiguration property: Specifies the spark compute settings.

FeaturesetVersionBackfillRequest 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:

the dataAvailabilityStatus value.

description

public String description()

Get the description property: Specifies description.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Specifies description.

Returns:

the displayName value.

featureWindow

public FeatureWindow featureWindow()

Get the featureWindow property: Specifies the backfill feature window to be materialized.

Returns:

the featureWindow value.

fromJson

public static FeaturesetVersionBackfillRequest fromJson(JsonReader jsonReader)

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.

jobId

public String jobId()

Get the jobId property: Specify the jobId to retry the failed materialization.

Returns:

the jobId value.

properties

public Map<String,String> properties()

Get the properties property: Specifies the properties.

Returns:

the properties value.

resource

public MaterializationComputeResource resource()

Get the resource property: Specifies the compute resource settings.

Returns:

the resource value.

sparkConfiguration

public Map<String,String> sparkConfiguration()

Get the sparkConfiguration property: Specifies the spark compute settings.

Returns:

the sparkConfiguration value.

tags

public Map<String,String> tags()

Get the tags property: Specifies the tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

dataAvailabilityStatus - the dataAvailabilityStatus value to set.

Returns:

the FeaturesetVersionBackfillRequest object itself.

withDescription

public FeaturesetVersionBackfillRequest withDescription(String description)

Set the description property: Specifies description.

Parameters:

description - the description value to set.

Returns:

the FeaturesetVersionBackfillRequest object itself.

withDisplayName

public FeaturesetVersionBackfillRequest withDisplayName(String displayName)

Set the displayName property: Specifies description.

Parameters:

displayName - the displayName value to set.

Returns:

the FeaturesetVersionBackfillRequest object itself.

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.

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.

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.

withResource

public FeaturesetVersionBackfillRequest withResource(MaterializationComputeResource resource)

Set the resource property: Specifies the compute resource settings.

Parameters:

resource - the resource value to set.

Returns:

the FeaturesetVersionBackfillRequest object itself.

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.

withTags

public FeaturesetVersionBackfillRequest withTags(Map<String,String> tags)

Set the tags property: Specifies the tags.

Parameters:

tags - the tags value to set.

Returns:

the FeaturesetVersionBackfillRequest object itself.

Applies to