FeaturesetVersionBackfillResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response payload for creating a backfill request for a given feature set version
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionBackfillResponseTypeConverter))]
public class FeaturesetVersionBackfillResponse : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetVersionBackfillResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionBackfillResponseTypeConverter))>]
type FeaturesetVersionBackfillResponse = class
interface IFeaturesetVersionBackfillResponse
interface IJsonSerializable
Public Class FeaturesetVersionBackfillResponse
Implements IFeaturesetVersionBackfillResponse
- Inheritance
-
FeaturesetVersionBackfillResponse
- Attributes
- Implements
Constructors
FeaturesetVersionBackfillResponse() |
Creates an new FeaturesetVersionBackfillResponse instance. |
Properties
JobId |
List of jobs submitted as part of the backfill request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeaturesetVersionBackfillResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeaturesetVersionBackfillResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetVersionBackfillResponse. |
FromJsonString(String) |
Creates a new instance of FeaturesetVersionBackfillResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeaturesetVersionBackfillResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |