' Options: 'Date: 2025-01-08 03:17:13 'Version: 8.53 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://blazordiffusion.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: CreateGenerationApiProvider.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports AiServer.ServiceModel.Types Imports AiServer.ServiceModel Namespace Global Namespace AiServer.ServiceModel Public Partial Class CreateGenerationApiProvider Implements IReturn(Of IdResponse) Implements ICreateDb(Of GenerationApiProvider) Public Overridable Property Name As String Public Overridable Property ApiKey As String Public Overridable Property ApiKeyHeader As String Public Overridable Property ApiBaseUrl As String Public Overridable Property HeartbeatUrl As String Public Overridable Property Concurrency As Integer Public Overridable Property Priority As Integer Public Overridable Property Enabled As Boolean Public Overridable Property OfflineDate As Date? Public Overridable Property Models As List(Of String) Public Overridable Property GenerationApiTypeId As Integer? End Class End Namespace Namespace AiServer.ServiceModel.Types Public Partial Class GenerationApiProvider Inherits AiProviderBase Public Overridable Property GenerationApiTypeId As Integer Public Overridable Property Type As GenerationApiType End Class End Namespace End Namespace