Cloud AI Platform v1beta1 API - Class ExtensionExecutionServiceSettings (1.0.0-beta02)

public sealed class ExtensionExecutionServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExtensionExecutionServiceSettings.

Settings for ExtensionExecutionServiceClient instances.

Inheritance

object > ServiceSettingsBase > ExtensionExecutionServiceSettings

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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
Remarks
  • 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
Remarks
  • 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.