DatasetReference Class
- java.
lang. Object - com.
azure. ai. projects. models. DatasetReference
- com.
Implements
public final class DatasetReference
implements JsonSerializable<DatasetReference>
Reference to a versioned Foundry Dataset.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dataset |
fromJson(JsonReader jsonReader)
Reads an instance of Dataset |
| String |
getName()
Get the name property: Dataset name. |
| String |
getVersion()
Get the version property: Dataset version. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DatasetReference fromJson(JsonReader jsonReader)
Reads an instance of DatasetReference from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: Dataset name.
Returns:
getVersion
public String getVersion()
Get the version property: Dataset version.
Returns: