Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
The Deployed Model Id
Body
The properties of the deployed model being updated. deployed_model.name
must
be populated with the updated resource's name.
Description of the resource.
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.
STATE_UNSPECIFIED
, UNDEPLOYING
, DEPLOYING
, DEPLOYED
, UPDATING
Contains model deploy/undeploy details.
If true, the deployed model will be publicly reachable.
Response
A successful response.
Description of the resource.
The creation time of the resource.
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.
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.