public sealed class ExampleStoreServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Vertex AI v1beta1 API class ExampleStoreServiceSettings.
Settings for ExampleStoreServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExampleStoreServiceSettings()
public ExampleStoreServiceSettings()
Constructs a new ExampleStoreServiceSettings object with default settings.
Properties
CreateExampleStoreOperationsSettings
public OperationsSettings CreateExampleStoreOperationsSettings { get; set; }
Long Running Operation settings for calls to ExampleStoreServiceClient.CreateExampleStore
and
ExampleStoreServiceClient.CreateExampleStoreAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateExampleStoreSettings
public CallSettings CreateExampleStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.CreateExampleStore
and ExampleStoreServiceClient.CreateExampleStoreAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteExampleStoreOperationsSettings
public OperationsSettings DeleteExampleStoreOperationsSettings { get; set; }
Long Running Operation settings for calls to ExampleStoreServiceClient.DeleteExampleStore
and
ExampleStoreServiceClient.DeleteExampleStoreAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteExampleStoreSettings
public CallSettings DeleteExampleStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.DeleteExampleStore
and ExampleStoreServiceClient.DeleteExampleStoreAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
FetchExamplesSettings
public CallSettings FetchExamplesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.FetchExamples
and ExampleStoreServiceClient.FetchExamplesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetExampleStoreSettings
public CallSettings GetExampleStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.GetExampleStore
and ExampleStoreServiceClient.GetExampleStoreAsync
.
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 |
ListExampleStoresSettings
public CallSettings ListExampleStoresSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.ListExampleStores
and ExampleStoreServiceClient.ListExampleStoresAsync
.
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 |
RemoveExamplesSettings
public CallSettings RemoveExamplesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.RemoveExamples
and ExampleStoreServiceClient.RemoveExamplesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
SearchExamplesSettings
public CallSettings SearchExamplesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.SearchExamples
and ExampleStoreServiceClient.SearchExamplesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateExampleStoreOperationsSettings
public OperationsSettings UpdateExampleStoreOperationsSettings { get; set; }
Long Running Operation settings for calls to ExampleStoreServiceClient.UpdateExampleStore
and
ExampleStoreServiceClient.UpdateExampleStoreAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateExampleStoreSettings
public CallSettings UpdateExampleStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.UpdateExampleStore
and ExampleStoreServiceClient.UpdateExampleStoreAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpsertExamplesSettings
public CallSettings UpsertExamplesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ExampleStoreServiceClient.UpsertExamples
and ExampleStoreServiceClient.UpsertExamplesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ExampleStoreServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ExampleStoreServiceSettings |
A deep clone of this ExampleStoreServiceSettings object. |
GetDefault()
public static ExampleStoreServiceSettings GetDefault()
Get a new instance of the default ExampleStoreServiceSettings.
Returns | |
---|---|
Type | Description |
ExampleStoreServiceSettings |
A new instance of the default ExampleStoreServiceSettings. |