diff --git a/src/libs/Predibase/Generated/Predibase.AdaptersClient.g.cs b/src/libs/Predibase/Generated/Predibase.AdaptersClient.g.cs index d75f2e9..6920b00 100644 --- a/src/libs/Predibase/Generated/Predibase.AdaptersClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.AdaptersClient.g.cs @@ -61,6 +61,27 @@ public AdaptersClient( { } + /// + /// Creates a new instance of the AdaptersClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public AdaptersClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AdaptersClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Predibase/Generated/Predibase.DatasetsClient.g.cs b/src/libs/Predibase/Generated/Predibase.DatasetsClient.g.cs index b65d48e..f4c4102 100644 --- a/src/libs/Predibase/Generated/Predibase.DatasetsClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.DatasetsClient.g.cs @@ -61,6 +61,27 @@ public DatasetsClient( { } + /// + /// Creates a new instance of the DatasetsClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public DatasetsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DatasetsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Predibase/Generated/Predibase.DeploymentsClient.g.cs b/src/libs/Predibase/Generated/Predibase.DeploymentsClient.g.cs index 2c85aff..7df81d9 100644 --- a/src/libs/Predibase/Generated/Predibase.DeploymentsClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.DeploymentsClient.g.cs @@ -61,6 +61,27 @@ public DeploymentsClient( { } + /// + /// Creates a new instance of the DeploymentsClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public DeploymentsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DeploymentsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Predibase/Generated/Predibase.FineTuningClient.g.cs b/src/libs/Predibase/Generated/Predibase.FineTuningClient.g.cs index b3c45e0..ae9bd61 100644 --- a/src/libs/Predibase/Generated/Predibase.FineTuningClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.FineTuningClient.g.cs @@ -61,6 +61,27 @@ public FineTuningClient( { } + /// + /// Creates a new instance of the FineTuningClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public FineTuningClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the FineTuningClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Predibase/Generated/Predibase.InferenceClient.g.cs b/src/libs/Predibase/Generated/Predibase.InferenceClient.g.cs index 3dab7de..1f29f35 100644 --- a/src/libs/Predibase/Generated/Predibase.InferenceClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.InferenceClient.g.cs @@ -61,6 +61,27 @@ public InferenceClient( { } + /// + /// Creates a new instance of the InferenceClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public InferenceClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the InferenceClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Predibase/Generated/Predibase.PredibaseClient.g.cs b/src/libs/Predibase/Generated/Predibase.PredibaseClient.g.cs index 956d52d..f438007 100644 --- a/src/libs/Predibase/Generated/Predibase.PredibaseClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.PredibaseClient.g.cs @@ -126,6 +126,27 @@ public PredibaseClient( { } + /// + /// Creates a new instance of the PredibaseClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public PredibaseClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the PredibaseClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Predibase/Generated/Predibase.RepositoriesClient.g.cs b/src/libs/Predibase/Generated/Predibase.RepositoriesClient.g.cs index f0ccae6..d34b545 100644 --- a/src/libs/Predibase/Generated/Predibase.RepositoriesClient.g.cs +++ b/src/libs/Predibase/Generated/Predibase.RepositoriesClient.g.cs @@ -61,6 +61,27 @@ public RepositoriesClient( { } + /// + /// Creates a new instance of the RepositoriesClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public RepositoriesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Predibase.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the RepositoriesClient. /// If no httpClient is provided, a new one will be created.