@@ -489,7 +489,7 @@ public static partial class AIProjectsModelFactory
489489 public static Azure . AI . Projects . ConnectionPropertiesApiKeyAuth ConnectionPropertiesApiKeyAuth ( Azure . AI . Projects . ConnectionType category = Azure . AI . Projects . ConnectionType . AzureOpenAI , string target = null , Azure . AI . Projects . CredentialsApiKeyAuth credentials = null ) { throw null ; }
490490 public static Azure . AI . Projects . ConnectionResponse ConnectionResponse ( string id = null , string name = null , Azure . AI . Projects . ConnectionProperties properties = null ) { throw null ; }
491491 public static Azure . AI . Projects . CredentialsApiKeyAuth CredentialsApiKeyAuth ( string key = null ) { throw null ; }
492- public static Azure . AI . Projects . Evaluation Evaluation ( string id = null , Azure . AI . Projects . InputData data = null , string displayName = null , string description = null , Azure . AI . Projects . SystemData systemData = null , string status = null , System . Collections . Generic . IDictionary < string , string > tags = null , System . Collections . Generic . IDictionary < string , string > properties = null , System . Collections . Generic . IDictionary < string , Azure . AI . Projects . EvaluatorConfiguration > evaluators = null ) { throw null ; }
492+ public static Azure . AI . Projects . Evaluation Evaluation ( string id = null , Azure . AI . Projects . InputData data = null , Azure . AI . Projects . EvaluationTarget target = null , string displayName = null , string description = null , Azure . AI . Projects . SystemData systemData = null , string status = null , System . Collections . Generic . IDictionary < string , string > tags = null , System . Collections . Generic . IDictionary < string , string > properties = null , System . Collections . Generic . IDictionary < string , Azure . AI . Projects . EvaluatorConfiguration > evaluators = null ) { throw null ; }
493493 public static Azure . AI . Projects . EvaluationSchedule EvaluationSchedule ( string name = null , Azure . AI . Projects . ApplicationInsightsConfiguration data = null , string description = null , Azure . AI . Projects . SystemData systemData = null , string provisioningState = null , System . Collections . Generic . IDictionary < string , string > tags = null , System . Collections . Generic . IDictionary < string , string > properties = null , string isEnabled = null , System . Collections . Generic . IDictionary < string , Azure . AI . Projects . EvaluatorConfiguration > evaluators = null , Azure . AI . Projects . Trigger trigger = null ) { throw null ; }
494494 public static Azure . AI . Projects . FileSearchToolCallContent FileSearchToolCallContent ( Azure . AI . Projects . FileSearchToolCallContentType type = default ( Azure . AI . Projects . FileSearchToolCallContentType ) , string text = null ) { throw null ; }
495495 public static Azure . AI . Projects . GetWorkspaceResponse GetWorkspaceResponse ( string id = null , string name = null , Azure . AI . Projects . WorkspaceProperties properties = null ) { throw null ; }
@@ -562,6 +562,19 @@ public static partial class AIProjectsModelFactory
562562 public static Azure . AI . Projects . VectorStoreStaticChunkingStrategyResponse VectorStoreStaticChunkingStrategyResponse ( Azure . AI . Projects . VectorStoreStaticChunkingStrategyOptions @static = null ) { throw null ; }
563563 public static Azure . AI . Projects . WorkspaceProperties WorkspaceProperties ( string applicationInsights = null ) { throw null ; }
564564 }
565+ public partial class AOAIModelConfig : Azure . AI . Projects . TargetModelConfig , System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . AOAIModelConfig > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . AOAIModelConfig >
566+ {
567+ public AOAIModelConfig ( string azureEndpoint , string apiKey , string azureDeployment ) { }
568+ public string ApiKey { get { throw null ; } set { } }
569+ public string AzureDeployment { get { throw null ; } set { } }
570+ public string AzureEndpoint { get { throw null ; } set { } }
571+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
572+ Azure . AI . Projects . AOAIModelConfig System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . AOAIModelConfig > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
573+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . AOAIModelConfig > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
574+ Azure . AI . Projects . AOAIModelConfig System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . AOAIModelConfig > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
575+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . AOAIModelConfig > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
576+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . AOAIModelConfig > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
577+ }
565578 public partial class ApplicationInsightsConfiguration : Azure . AI . Projects . InputData , System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . ApplicationInsightsConfiguration > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . ApplicationInsightsConfiguration >
566579 {
567580 public ApplicationInsightsConfiguration ( string resourceId , string query ) { }
@@ -845,6 +858,7 @@ public Evaluation(Azure.AI.Projects.InputData data, System.Collections.Generic.I
845858 public string Status { get { throw null ; } }
846859 public Azure . AI . Projects . SystemData SystemData { get { throw null ; } }
847860 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
861+ public Azure . AI . Projects . EvaluationTarget Target { get { throw null ; } set { } }
848862 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
849863 Azure . AI . Projects . Evaluation System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . Evaluation > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
850864 void System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . Evaluation > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -909,6 +923,19 @@ public EvaluationsClient(System.Uri endpoint, string subscriptionId, string reso
909923 public virtual Azure . Response Update ( string id , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
910924 public virtual System . Threading . Tasks . Task < Azure . Response > UpdateAsync ( string id , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
911925 }
926+ public partial class EvaluationTarget : System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . EvaluationTarget > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . EvaluationTarget >
927+ {
928+ public EvaluationTarget ( string systemMessage , Azure . AI . Projects . TargetModelConfig modelConfig ) { }
929+ public Azure . AI . Projects . TargetModelConfig ModelConfig { get { throw null ; } set { } }
930+ public System . Collections . Generic . IDictionary < string , System . BinaryData > ModelParams { get { throw null ; } }
931+ public string SystemMessage { get { throw null ; } set { } }
932+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
933+ Azure . AI . Projects . EvaluationTarget System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . EvaluationTarget > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
934+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . EvaluationTarget > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
935+ Azure . AI . Projects . EvaluationTarget System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . EvaluationTarget > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
936+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . EvaluationTarget > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
937+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . EvaluationTarget > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
938+ }
912939 public partial class EvaluatorConfiguration : System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . EvaluatorConfiguration > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . EvaluatorConfiguration >
913940 {
914941 public EvaluatorConfiguration ( string id ) { }
@@ -1181,6 +1208,18 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
11811208 public static bool operator != ( Azure . AI . Projects . ListSortOrder left , Azure . AI . Projects . ListSortOrder right ) { throw null ; }
11821209 public override string ToString ( ) { throw null ; }
11831210 }
1211+ public partial class MAASModelConfig : Azure . AI . Projects . TargetModelConfig , System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . MAASModelConfig > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . MAASModelConfig >
1212+ {
1213+ public MAASModelConfig ( string azureEndpoint , string apiKey ) { }
1214+ public string ApiKey { get { throw null ; } set { } }
1215+ public string AzureEndpoint { get { throw null ; } set { } }
1216+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1217+ Azure . AI . Projects . MAASModelConfig System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . MAASModelConfig > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1218+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . MAASModelConfig > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1219+ Azure . AI . Projects . MAASModelConfig System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . MAASModelConfig > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1220+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . MAASModelConfig > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1221+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . MAASModelConfig > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1222+ }
11841223 public partial class MessageAttachment : System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . MessageAttachment > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . MessageAttachment >
11851224 {
11861225 public MessageAttachment ( Azure . AI . Projects . VectorStoreDataSource ds , System . Collections . Generic . List < Azure . AI . Projects . ToolDefinition > tools ) { }
@@ -2543,6 +2582,16 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
25432582 string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . SystemData > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
25442583 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . SystemData > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
25452584 }
2585+ public abstract partial class TargetModelConfig : System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . TargetModelConfig > , System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . TargetModelConfig >
2586+ {
2587+ protected TargetModelConfig ( ) { }
2588+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2589+ Azure . AI . Projects . TargetModelConfig System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . TargetModelConfig > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2590+ void System . ClientModel . Primitives . IJsonModel < Azure . AI . Projects . TargetModelConfig > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2591+ Azure . AI . Projects . TargetModelConfig System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . TargetModelConfig > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2592+ string System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . TargetModelConfig > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2593+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . AI . Projects . TargetModelConfig > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2594+ }
25462595 public partial class TelemetryClient
25472596 {
25482597 protected TelemetryClient ( ) { }
0 commit comments