public sealed class FeatureOnlineStoreServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureOnlineStoreServiceSettings.
Settings for FeatureOnlineStoreServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureOnlineStoreServiceSettings()
public FeatureOnlineStoreServiceSettings()
Constructs a new FeatureOnlineStoreServiceSettings object with default settings.
Properties
FetchFeatureValuesSettings
public CallSettings FetchFeatureValuesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
FeatureOnlineStoreServiceClient.FetchFeatureValues
and
FeatureOnlineStoreServiceClient.FetchFeatureValuesAsync
.
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 |
SearchNearestEntitiesSettings
public CallSettings SearchNearestEntitiesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
FeatureOnlineStoreServiceClient.SearchNearestEntities
and
FeatureOnlineStoreServiceClient.SearchNearestEntitiesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
StreamingFetchFeatureValuesSettings
public CallSettings StreamingFetchFeatureValuesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
FeatureOnlineStoreServiceClient.StreamingFetchFeatureValues
and
FeatureOnlineStoreServiceClient.StreamingFetchFeatureValuesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
StreamingFetchFeatureValuesStreamingSettings
public BidirectionalStreamingSettings StreamingFetchFeatureValuesStreamingSettings { get; set; }
BidirectionalStreamingSettings for calls to
FeatureOnlineStoreServiceClient.StreamingFetchFeatureValues
and
FeatureOnlineStoreServiceClient.StreamingFetchFeatureValuesAsync
.
Property Value | |
---|---|
Type | Description |
BidirectionalStreamingSettings |
The default local send queue size is 100.
Methods
Clone()
public FeatureOnlineStoreServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
FeatureOnlineStoreServiceSettings |
A deep clone of this FeatureOnlineStoreServiceSettings object. |
GetDefault()
public static FeatureOnlineStoreServiceSettings GetDefault()
Get a new instance of the default FeatureOnlineStoreServiceSettings.
Returns | |
---|---|
Type | Description |
FeatureOnlineStoreServiceSettings |
A new instance of the default FeatureOnlineStoreServiceSettings. |