Resource: ConversationModel
Represents a conversation model.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "datasets": [ { object ( |
Fields | |
---|---|
name |
ConversationModel resource name. Format: |
display |
Required. The display name of the model. At most 64 bytes long. |
create |
Output only. Creation time of this model. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
datasets[] |
Required. Datasets used to create model. |
state |
Output only. State of the model. A model can only serve prediction requests after it gets deployed. |
language |
Language code for the conversation model. If not specified, the language is en-US. Language at ConversationModel should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US". |
Union field model_metadata . Required. The model metadata that is specific to the problem type. Must match the metadata type of the dataset used to train the model. model_metadata can be only one of the following: |
|
article |
Metadata for article suggestion models. |
smart |
Metadata for smart reply models. |
satisfies |
Output only. A read only boolean field reflecting Zone Separation status of the model. |
satisfies |
Output only. A read only boolean field reflecting Zone Isolation status of the model. |
Methods |
|
---|---|
|
Creates a model. |
|
Deletes a model. |
|
Deploys a model. |
|
Gets conversation model. |
|
Lists conversation models. |
|
Undeploys a model. |