Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class OptimizedConfig.
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureView.OptimizedConfig
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureViewMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ automatic_resources |
Google\Cloud\AIPlatform\V1\AutomaticResources
Optional. A description of resources that the FeatureView uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration. If min_replica_count is not set, the default value is 2. If max_replica_count is not set, the default value is 6. The max allowed replica count is 1000. |
getAutomaticResources
Optional. A description of resources that the FeatureView uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration. If min_replica_count is not set, the default value is 2. If max_replica_count is not set, the default value is 6. The max allowed replica count is 1000.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AIPlatform\V1\AutomaticResources|null |
|
hasAutomaticResources
clearAutomaticResources
setAutomaticResources
Optional. A description of resources that the FeatureView uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration. If min_replica_count is not set, the default value is 2. If max_replica_count is not set, the default value is 6. The max allowed replica count is 1000.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AIPlatform\V1\AutomaticResources
|
| Returns | |
|---|---|
| Type | Description |
$this |
|