c
com.microsoft.azure.synapse.ml.services.openai
CompletionResponse
Companion object CompletionResponse
case class CompletionResponse(id: String, object: String, created: String, model: String, choices: Seq[OpenAIChoice]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompletionResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CompletionResponse(id: String, object: String, created: String, model: String, choices: Seq[OpenAIChoice])