Cloud AI Platform v1 API - Class IndexServiceSettings (2.27.0)

public sealed class IndexServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud AI Platform v1 API class IndexServiceSettings.

Settings for IndexServiceClient instances.

Inheritance

object > ServiceSettingsBase > IndexServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IndexServiceSettings()

public IndexServiceSettings()

Constructs a new IndexServiceSettings object with default settings.

Properties

CreateIndexOperationsSettings

public OperationsSettings CreateIndexOperationsSettings { get; set; }

Long Running Operation settings for calls to IndexServiceClient.CreateIndex and IndexServiceClient.CreateIndexAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateIndexSettings

public CallSettings CreateIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.CreateIndex and IndexServiceClient.CreateIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteIndexOperationsSettings

public OperationsSettings DeleteIndexOperationsSettings { get; set; }

Long Running Operation settings for calls to IndexServiceClient.DeleteIndex and IndexServiceClient.DeleteIndexAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteIndexSettings

public CallSettings DeleteIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.DeleteIndex and IndexServiceClient.DeleteIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetIndexSettings

public CallSettings GetIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.GetIndex and IndexServiceClient.GetIndexAsync.

Property Value
TypeDescription
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
TypeDescription
IAMPolicySettings

ListIndexesSettings

public CallSettings ListIndexesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.ListIndexes and IndexServiceClient.ListIndexesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
LocationsSettings

RemoveDatapointsSettings

public CallSettings RemoveDatapointsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.RemoveDatapoints and IndexServiceClient.RemoveDatapointsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateIndexOperationsSettings

public OperationsSettings UpdateIndexOperationsSettings { get; set; }

Long Running Operation settings for calls to IndexServiceClient.UpdateIndex and IndexServiceClient.UpdateIndexAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateIndexSettings

public CallSettings UpdateIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.UpdateIndex and IndexServiceClient.UpdateIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpsertDatapointsSettings

public CallSettings UpsertDatapointsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.UpsertDatapoints and IndexServiceClient.UpsertDatapointsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public IndexServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
IndexServiceSettings

A deep clone of this IndexServiceSettings object.

GetDefault()

public static IndexServiceSettings GetDefault()

Get a new instance of the default IndexServiceSettings.

Returns
TypeDescription
IndexServiceSettings

A new instance of the default IndexServiceSettings.