ConversationModel

class ConversationModel : KotlinCustomResource

Creates a model. This method is a long-running operation. The returned Operation type has the following method-specific fields: - metadata: CreateConversationModelOperationMetadata - response: ConversationModel

Properties

Link copied to clipboard
Link copied to clipboard
val createTime: Output<String>

Creation time of this model.

Link copied to clipboard

Datasets used to create model.

Link copied to clipboard
val displayName: Output<String>

The display name of the model. At most 64 bytes long.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val languageCode: Output<String>

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".

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

ConversationModel resource name. Format: projects//conversationModels/

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the model. A model can only serve prediction requests after it gets deployed.

Link copied to clipboard
val urn: Output<String>