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