POST
/
v1
/
accounts
/
{account_id}
/
deployedModels

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The Account Id

Body

application/json
default
boolean

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.

deployment
string

The resource name of the base deployment the model is deployed to.

description
string

Description of the resource.

displayName
string
model
string
public
boolean

If true, the deployed model will be publicly reachable.

serverless
boolean
state
enum<string>
default:
STATE_UNSPECIFIED

The state of the deployed model.

Available options:
STATE_UNSPECIFIED,
UNDEPLOYING,
DEPLOYING,
DEPLOYED,
UPDATING
status
object

Contains model deploy/undeploy details.

Response

200 - application/json
createdBy
string

The email address of the user who created this deployed model.

createTime
string

The creation time of the resource.

default
boolean

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.

deployment
string

The resource name of the base deployment the model is deployed to.

description
string

Description of the resource.

displayName
string
model
string
name
string
public
boolean

If true, the deployed model will be publicly reachable.

serverless
boolean
state
enum<string>
default:
STATE_UNSPECIFIED

The state of the deployed model.

Available options:
STATE_UNSPECIFIED,
UNDEPLOYING,
DEPLOYING,
DEPLOYED,
UPDATING
status
object

Contains model deploy/undeploy details.