REST Resource: projects.locations.models

Resource: Model

API proto representing a trained machine learning model.

JSON representation
 { 
 "name" : 
 string 
 , 
 "displayName" : 
 string 
 , 
 "datasetId" : 
 string 
 , 
 "createTime" : 
 string 
 , 
 "updateTime" : 
 string 
 , 
 "deploymentState" : 
 enum(  DeploymentState 
 
) 
 , 
 // Union field model_metadata 
can be only one of the following: 
 "imageClassificationModelMetadata" : 
 { 
 object(  ImageClassificationModelMetadata 
 
) 
 } 
 , 
 "textClassificationModelMetadata" : 
 { 
 object(  TextClassificationModelMetadata 
 
) 
 } 
 , 
 "translationModelMetadata" : 
 { 
 object(  TranslationModelMetadata 
 
) 
 } 
 // End of list of possible types for union field model_metadata 
. 
 } 
 
 
 
 
 
 
 
 
 
Fields
name

string

Output only. Resource name of the model. Format: projects/{project_id}/locations/{locationId}/models/{modelId}

displayName

string

Required. The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. The first character must be a letter.

datasetId

string

Required. The resource ID of the dataset used to create the model. The dataset must come from the same ancestor project and location.

createTime

string ( Timestamp format)

Output only. Timestamp when this model was created.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z" .

updateTime

string ( Timestamp format)

Output only. Timestamp when this model was last updated.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z" .

deploymentState

enum( DeploymentState )

Output only. Deployment state of the model. A model can only serve prediction requests after it gets deployed.

DeploymentState

Deployment state of the model.

Enums
DEPLOYMENT_STATE_UNSPECIFIED Should not be used, an un-set enum has this value by default.
DEPLOYED Model is deployed.
UNDEPLOYED Model is not deployed.

Methods

create

Creates a model.

delete

Deletes a model.

get

Gets a model.

getIamPolicy

Gets the access control policy for a resource.

list

Lists models.

predict

Perform a prediction.

setIamPolicy

Sets the access control policy on the specified resource.
Create a Mobile Website
View Site in Mobile | Classic
Share by: