LoRAs
Get LoRA
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
The Deployed Model Id
Response
200 - application/json
A successful response.
Description of the resource.
The creation time of the resource.
The email address of the user who created this deployed model.
The resource name of the base deployment the model is deployed to.
If true, this is the default target when querying this model without
the #<deployment>
suffix.
The first deployment a model is deployed to will have this field set to true.
The state of the deployed model.
Available options:
STATE_UNSPECIFIED
, UNDEPLOYING
, DEPLOYING
, DEPLOYED
, UPDATING
Contains model deploy/undeploy details.
If true, the deployed model will be publicly reachable.
The update time for the deployed model.
Was this page helpful?