public sealed class MemoryBankServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Vertex AI v1beta1 API class MemoryBankServiceSettings.
Settings for MemoryBankServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MemoryBankServiceSettings()
public MemoryBankServiceSettings()
Constructs a new MemoryBankServiceSettings object with default settings.
Properties
CreateMemoryOperationsSettings
public OperationsSettings CreateMemoryOperationsSettings { get; set; }
Long Running Operation settings for calls to MemoryBankServiceClient.CreateMemory
and
MemoryBankServiceClient.CreateMemoryAsync
.
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.
CreateMemorySettings
public CallSettings CreateMemorySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.CreateMemory
and MemoryBankServiceClient.CreateMemoryAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteMemoryOperationsSettings
public OperationsSettings DeleteMemoryOperationsSettings { get; set; }
Long Running Operation settings for calls to MemoryBankServiceClient.DeleteMemory
and
MemoryBankServiceClient.DeleteMemoryAsync
.
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.
DeleteMemorySettings
public CallSettings DeleteMemorySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.DeleteMemory
and MemoryBankServiceClient.DeleteMemoryAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GenerateMemoriesOperationsSettings
public OperationsSettings GenerateMemoriesOperationsSettings { get; set; }
Long Running Operation settings for calls to MemoryBankServiceClient.GenerateMemories
and
MemoryBankServiceClient.GenerateMemoriesAsync
.
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.
GenerateMemoriesSettings
public CallSettings GenerateMemoriesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.GenerateMemories
and MemoryBankServiceClient.GenerateMemoriesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetMemorySettings
public CallSettings GetMemorySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.GetMemory
and MemoryBankServiceClient.GetMemoryAsync
.
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 |
ListMemoriesSettings
public CallSettings ListMemoriesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.ListMemories
and MemoryBankServiceClient.ListMemoriesAsync
.
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 |
RetrieveMemoriesSettings
public CallSettings RetrieveMemoriesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.RetrieveMemories
and MemoryBankServiceClient.RetrieveMemoriesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateMemoryOperationsSettings
public OperationsSettings UpdateMemoryOperationsSettings { get; set; }
Long Running Operation settings for calls to MemoryBankServiceClient.UpdateMemory
and
MemoryBankServiceClient.UpdateMemoryAsync
.
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.
UpdateMemorySettings
public CallSettings UpdateMemorySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MemoryBankServiceClient.UpdateMemory
and MemoryBankServiceClient.UpdateMemoryAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public MemoryBankServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
MemoryBankServiceSettings |
A deep clone of this MemoryBankServiceSettings object. |
GetDefault()
public static MemoryBankServiceSettings GetDefault()
Get a new instance of the default MemoryBankServiceSettings.
Returns | |
---|---|
Type | Description |
MemoryBankServiceSettings |
A new instance of the default MemoryBankServiceSettings. |