Cloud AI Platform v1 API - Class FeaturestoreOnlineServingServiceSettings (2.27.0)

public sealed class FeaturestoreOnlineServingServiceSettings : ServiceSettingsBase

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

Settings for FeaturestoreOnlineServingServiceClient instances.

Inheritance

object > ServiceSettingsBase > FeaturestoreOnlineServingServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeaturestoreOnlineServingServiceSettings()

public FeaturestoreOnlineServingServiceSettings()

Constructs a new FeaturestoreOnlineServingServiceSettings object with default settings.

Properties

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
TypeDescription
IAMPolicySettings

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
TypeDescription
LocationsSettings

ReadFeatureValuesSettings

public CallSettings ReadFeatureValuesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to FeaturestoreOnlineServingServiceClient.ReadFeatureValues and FeaturestoreOnlineServingServiceClient.ReadFeatureValuesAsync.

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

StreamingReadFeatureValuesSettings

public CallSettings StreamingReadFeatureValuesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValues and FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesAsync.

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

WriteFeatureValuesSettings

public CallSettings WriteFeatureValuesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to FeaturestoreOnlineServingServiceClient.WriteFeatureValues and FeaturestoreOnlineServingServiceClient.WriteFeatureValuesAsync.

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

Methods

Clone()

public FeaturestoreOnlineServingServiceSettings Clone()

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

Returns
TypeDescription
FeaturestoreOnlineServingServiceSettings

A deep clone of this FeaturestoreOnlineServingServiceSettings object.

GetDefault()

public static FeaturestoreOnlineServingServiceSettings GetDefault()

Get a new instance of the default FeaturestoreOnlineServingServiceSettings.

Returns
TypeDescription
FeaturestoreOnlineServingServiceSettings

A new instance of the default FeaturestoreOnlineServingServiceSettings.