public sealed class ModelGardenServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelGardenServiceSettings.
Settings for ModelGardenServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelGardenServiceSettings()
public ModelGardenServiceSettings()
Constructs a new ModelGardenServiceSettings object with default settings.
Properties
GetPublisherModelSettings
public CallSettings GetPublisherModelSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.GetPublisherModel
and ModelGardenServiceClient.GetPublisherModelAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }
The settings to use for the IAMPolicyClient associated with the client.
Property Value | |
---|---|
Type | Description |
IAMPolicySettings |
ListPublisherModelsSettings
public CallSettings ListPublisherModelsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ModelGardenServiceClient.ListPublisherModels
and ModelGardenServiceClient.ListPublisherModelsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
Methods
Clone()
public ModelGardenServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ModelGardenServiceSettings |
A deep clone of this ModelGardenServiceSettings object. |
GetDefault()
public static ModelGardenServiceSettings GetDefault()
Get a new instance of the default ModelGardenServiceSettings.
Returns | |
---|---|
Type | Description |
ModelGardenServiceSettings |
A new instance of the default ModelGardenServiceSettings. |