Get Open AIResult
data class GetOpenAIResult(val azureApiVersion: String, val id: String, val name: String, val properties: OpenAIIntegrationPropertiesResponse, val type: String)
Capture properties of Open AI resource Integration.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: OpenAIIntegrationPropertiesResponse, type: String)