Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateFeatureOnlineStoreRequest.
Request message for FeatureOnlineStoreAdminService.CreateFeatureOnlineStore.
Generated from protobuf message google.cloud.aiplatform.v1.CreateFeatureOnlineStoreRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the Location to create FeatureOnlineStores. Format: |
↳ feature_online_store |
Google\Cloud\AIPlatform\V1\FeatureOnlineStore
Required. The FeatureOnlineStore to create. |
↳ feature_online_store_id |
string
Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are |
getParent
Required. The resource name of the Location to create FeatureOnlineStores.
Format:
projects/{project}/locations/{location}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the Location to create FeatureOnlineStores.
Format:
projects/{project}/locations/{location}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFeatureOnlineStore
Required. The FeatureOnlineStore to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\FeatureOnlineStore|null |
hasFeatureOnlineStore
clearFeatureOnlineStore
setFeatureOnlineStore
Required. The FeatureOnlineStore to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\FeatureOnlineStore
|
Returns | |
---|---|
Type | Description |
$this |
getFeatureOnlineStoreId
Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name.
This value may be up to 60 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within the project and location.
Returns | |
---|---|
Type | Description |
string |
setFeatureOnlineStoreId
Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name.
This value may be up to 60 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within the project and location.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the Location to create FeatureOnlineStores.
Format:
|
featureOnlineStore |
Google\Cloud\AIPlatform\V1\FeatureOnlineStore
Required. The FeatureOnlineStore to create. |
featureOnlineStoreId |
string
Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are
The value must be unique within the project and location. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CreateFeatureOnlineStoreRequest |