public sealed class ExtensionExecutionServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Vertex AI v1beta1 API class ExtensionExecutionServiceSettings.
Settings for ExtensionExecutionServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExtensionExecutionServiceSettings()
public ExtensionExecutionServiceSettings()Constructs a new ExtensionExecutionServiceSettings object with default settings.
Properties
ExecuteExtensionSettings
public CallSettings ExecuteExtensionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionExecutionServiceClient.ExecuteExtension and
ExtensionExecutionServiceClient.ExecuteExtensionAsync.
| 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 |
|
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
QueryExtensionSettings
public CallSettings QueryExtensionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionExecutionServiceClient.QueryExtension and
ExtensionExecutionServiceClient.QueryExtensionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ExtensionExecutionServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ExtensionExecutionServiceSettings |
A deep clone of this ExtensionExecutionServiceSettings object. |
GetDefault()
public static ExtensionExecutionServiceSettings GetDefault()Get a new instance of the default ExtensionExecutionServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ExtensionExecutionServiceSettings |
A new instance of the default ExtensionExecutionServiceSettings. |