Create Deployed Model
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
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
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.
STATE_UNSPECIFIED
, UNDEPLOYING
, DEPLOYING
, DEPLOYED
, UPDATING
Contains model deploy/undeploy details.
If true, the deployed model will be publicly reachable.
Was this page helpful?