public sealed class FeaturestoreOnlineServingServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Vertex AI v1beta1 API class FeaturestoreOnlineServingServiceSettings.
Settings for FeaturestoreOnlineServingServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 | |
|---|---|
| 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 |
|
ReadFeatureValuesSettings
public CallSettings ReadFeatureValuesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
FeaturestoreOnlineServingServiceClient.ReadFeatureValues and
FeaturestoreOnlineServingServiceClient.ReadFeatureValuesAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 5 seconds.
StreamingReadFeatureValuesSettings
public CallSettings StreamingReadFeatureValuesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValues and
FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 5 seconds.
WriteFeatureValuesSettings
public CallSettings WriteFeatureValuesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
FeaturestoreOnlineServingServiceClient.WriteFeatureValues and
FeaturestoreOnlineServingServiceClient.WriteFeatureValuesAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
FeaturestoreOnlineServingServiceSettings |
A deep clone of this FeaturestoreOnlineServingServiceSettings object. |
GetDefault()
public static FeaturestoreOnlineServingServiceSettings GetDefault()Get a new instance of the default FeaturestoreOnlineServingServiceSettings.
| Returns | |
|---|---|
| Type | Description |
FeaturestoreOnlineServingServiceSettings |
A new instance of the default FeaturestoreOnlineServingServiceSettings. |