CreateAsyncResponse Class
- java.
lang. Object - com.
azure. ai. projects. models. CreateAsyncResponse
- com.
Implements
public final class CreateAsyncResponse
implements JsonSerializable<CreateAsyncResponse>
The CreateAsyncResponse model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Create |
fromJson(JsonReader jsonReader)
Reads an instance of Create |
| String |
getLocation()
Get the location property: URL to poll for operation status. |
| String |
getOperationResult()
Get the operation |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CreateAsyncResponse fromJson(JsonReader jsonReader)
Reads an instance of CreateAsyncResponse from the JsonReader.
Parameters:
Returns:
Throws:
getLocation
public String getLocation()
Get the location property: URL to poll for operation status.
Returns:
getOperationResult
public String getOperationResult()
Get the operationResult property: URL to the operation result, or null if the operation is still in progress.
Returns: