OutputPathAssetReference Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. AssetReferenceBase - com.
azure. resourcemanager. machinelearning. models. OutputPathAssetReference
- com.
- com.
public final class OutputPathAssetReference
extends AssetReferenceBase
Reference to an asset via its path in a job output.
Constructor Summary
| Constructor | Description |
|---|---|
| OutputPathAssetReference() |
Creates an instance of Output |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Output |
fromJson(JsonReader jsonReader)
Reads an instance of Output |
| String |
jobId()
Get the job |
| String |
path()
Get the path property: The path of the file/directory in the job output. |
|
Reference |
referenceType()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Output |
withJobId(String jobId)
Set the job |
|
Output |
withPath(String path)
Set the path property: The path of the file/directory in the job output. |
Methods inherited from AssetReferenceBase
Methods inherited from java.lang.Object
Constructor Details
OutputPathAssetReference
public OutputPathAssetReference()
Creates an instance of OutputPathAssetReference class.
Method Details
fromJson
public static OutputPathAssetReference fromJson(JsonReader jsonReader)
Reads an instance of OutputPathAssetReference from the JsonReader.
Parameters:
Returns:
Throws:
jobId
public String jobId()
Get the jobId property: ARM resource ID of the job.
Returns:
path
public String path()
Get the path property: The path of the file/directory in the job output.
Returns:
referenceType
public ReferenceType referenceType()
Get the referenceType property: [Required] Specifies the type of asset reference.
Overrides:
OutputPathAssetReference.referenceType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
OutputPathAssetReference.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
OutputPathAssetReference.validate()withJobId
public OutputPathAssetReference withJobId(String jobId)
Set the jobId property: ARM resource ID of the job.
Parameters:
Returns:
withPath
public OutputPathAssetReference withPath(String path)
Set the path property: The path of the file/directory in the job output.
Parameters:
Returns: