ModelCredentialInput Class
- java.
lang. Object - com.
azure. ai. projects. models. ModelCredentialInput
- com.
Implements
public final class ModelCredentialInput
implements JsonSerializable<ModelCredentialInput>
Request to fetch credentials for a model asset.
Constructor Summary
| Constructor | Description |
|---|---|
| ModelCredentialInput(String blobUrl) |
Creates an instance of Model |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Model |
fromJson(JsonReader jsonReader)
Reads an instance of Model |
| String |
getBlobUrl()
Get the blob |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ModelCredentialInput
public ModelCredentialInput(String blobUrl)
Creates an instance of ModelCredentialInput class.
Parameters:
Method Details
fromJson
public static ModelCredentialInput fromJson(JsonReader jsonReader)
Reads an instance of ModelCredentialInput from the JsonReader.
Parameters:
Returns:
Throws:
getBlobUrl
public String getBlobUrl()
Get the blobUrl property: Blob URI of the model asset to fetch credentials for.
Returns: