POST
/
v1
/
accounts
/
{account_id}
/
deployedModels

Authorizations

Authorization
string
headerrequired

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
displayName
string
description
string

Description of the resource.

model
string
deployment
string

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

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.

state
enum<string>
default: STATE_UNSPECIFIED

The state of the deployed model.

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

Contains model deploy/undeploy details.

public
boolean

If true, the deployed model will be publicly reachable.

Response

200 - application/json
name
string
displayName
string
description
string

Description of the resource.

createTime
string

The creation time of the resource.

createdBy
string

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

model
string
deployment
string

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

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.

state
enum<string>
default: STATE_UNSPECIFIED

The state of the deployed model.

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

Contains model deploy/undeploy details.

public
boolean

If true, the deployed model will be publicly reachable.