public CallSettings AcceptPublisherModelEulaSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.AcceptPublisherModelEula and
ModelGardenServiceClient.AcceptPublisherModelEulaAsync.
public CallSettings CheckPublisherModelEulaAcceptanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.CheckPublisherModelEulaAcceptance and
ModelGardenServiceClient.CheckPublisherModelEulaAcceptanceAsync.
public CallSettings DeployPublisherModelSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.DeployPublisherModel and
ModelGardenServiceClient.DeployPublisherModelAsync.
public CallSettings ExportPublisherModelSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.ExportPublisherModel and
ModelGardenServiceClient.ExportPublisherModelAsync.
public CallSettings GetPublisherModelSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.GetPublisherModel and ModelGardenServiceClient.GetPublisherModelAsync
.
public CallSettings ListPublisherModelsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.ListPublisherModels and ModelGardenServiceClient.ListPublisherModelsAsync
.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eModelGardenServiceSettings\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eModelGardenServiceSettings\u003c/code\u003e configures settings for \u003ccode\u003eModelGardenServiceClient\u003c/code\u003e instances, which is used for interacting with the Model Garden service.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and includes properties for setting various aspects of the client, like deployment operations, calls, IAM policy, and location handling.\u003c/p\u003e\n"],["\u003cp\u003eDefault settings are available via the \u003ccode\u003eGetDefault()\u003c/code\u003e method, and a deep clone can be created with the \u003ccode\u003eClone()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThere are different settings for Deploying models, listing models and getting models, each of them has different specifications like if there is a timeout, or if it will be retried, for example, the Deploy operation has a default timeout of 24 hours.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ModelGardenServiceSettings (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelGardenServiceSettings)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ModelGardenServiceSettings) \n\n public sealed class ModelGardenServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ModelGardenServiceSettings.\n\nSettings for [ModelGardenServiceClient](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelGardenServiceClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e ModelGardenServiceSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### ModelGardenServiceSettings()\n\n public ModelGardenServiceSettings()\n\nConstructs a new [ModelGardenServiceSettings](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelGardenServiceSettings) object with default settings.\n\nProperties\n----------\n\n### AcceptPublisherModelEulaSettings\n\n public CallSettings AcceptPublisherModelEulaSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.AcceptPublisherModelEula` and\n`ModelGardenServiceClient.AcceptPublisherModelEulaAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### CheckPublisherModelEulaAcceptanceSettings\n\n public CallSettings CheckPublisherModelEulaAcceptanceSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.CheckPublisherModelEulaAcceptance` and\n`ModelGardenServiceClient.CheckPublisherModelEulaAcceptanceAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### DeployOperationsSettings\n\n public OperationsSettings DeployOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `ModelGardenServiceClient.Deploy` and\n`ModelGardenServiceClient.DeployAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### DeployPublisherModelOperationsSettings\n\n public OperationsSettings DeployPublisherModelOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `ModelGardenServiceClient.DeployPublisherModel` and\n`ModelGardenServiceClient.DeployPublisherModelAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### DeployPublisherModelSettings\n\n public CallSettings DeployPublisherModelSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.DeployPublisherModel` and\n`ModelGardenServiceClient.DeployPublisherModelAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### DeploySettings\n\n public CallSettings DeploySettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.Deploy` and `ModelGardenServiceClient.DeployAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### ExportPublisherModelOperationsSettings\n\n public OperationsSettings ExportPublisherModelOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `ModelGardenServiceClient.ExportPublisherModel` and\n`ModelGardenServiceClient.ExportPublisherModelAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### ExportPublisherModelSettings\n\n public CallSettings ExportPublisherModelSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.ExportPublisherModel` and\n`ModelGardenServiceClient.ExportPublisherModelAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GetPublisherModelSettings\n\n public CallSettings GetPublisherModelSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.GetPublisherModel` and `ModelGardenServiceClient.GetPublisherModelAsync`\n.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### IAMPolicySettings\n\n public IAMPolicySettings IAMPolicySettings { get; set; }\n\nThe settings to use for the [IAMPolicyClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Iam.V1/latest/Google.Cloud.Iam.V1.IAMPolicyClient.html) associated with the client.\n\n### ListPublisherModelsSettings\n\n public CallSettings ListPublisherModelsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`ModelGardenServiceClient.ListPublisherModels` and `ModelGardenServiceClient.ListPublisherModelsAsync`\n.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### LocationsSettings\n\n public LocationsSettings LocationsSettings { get; set; }\n\nThe settings to use for the [LocationsClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.LocationsClient.html) associated with the client.\n\nMethods\n-------\n\n### Clone()\n\n public ModelGardenServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static ModelGardenServiceSettings GetDefault()\n\nGet a new instance of the default [ModelGardenServiceSettings](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelGardenServiceSettings)."]]