FeaturesetSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. FeaturesetSpecification
- com.
Implements
public final class FeaturesetSpecification
implements JsonSerializable<FeaturesetSpecification>
DTO object representing specification.
Constructor Summary
| Constructor | Description |
|---|---|
| FeaturesetSpecification() |
Creates an instance of Featureset |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Featureset |
fromJson(JsonReader jsonReader)
Reads an instance of Featureset |
| String |
path()
Get the path property: Specifies the spec path. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Featureset |
withPath(String path)
Set the path property: Specifies the spec path. |
Methods inherited from java.lang.Object
Constructor Details
FeaturesetSpecification
public FeaturesetSpecification()
Creates an instance of FeaturesetSpecification class.
Method Details
fromJson
public static FeaturesetSpecification fromJson(JsonReader jsonReader)
Reads an instance of FeaturesetSpecification from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: Specifies the spec path.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPath
public FeaturesetSpecification withPath(String path)
Set the path property: Specifies the spec path.
Parameters:
Returns: