CRUD APIs for deployed models.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
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 resource name of the base deployment the model is deployed to.
Description of the resource.
If true, the deployed model will be publicly reachable.
The state of the deployed model.
STATE_UNSPECIFIED
, UNDEPLOYING
, DEPLOYING
, DEPLOYED
, UPDATING
Contains model deploy/undeploy details.
Response
The email address of the user who created this deployed model.
The creation time of the resource.
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 resource name of the base deployment the model is deployed to.
Description of the resource.
If true, the deployed model will be publicly reachable.
The state of the deployed model.
STATE_UNSPECIFIED
, UNDEPLOYING
, DEPLOYING
, DEPLOYED
, UPDATING
Contains model deploy/undeploy details.
Was this page helpful?