Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateFeaturestoreRequest.
Request message for FeaturestoreService.CreateFeaturestore.
Generated from protobuf message google.cloud.aiplatform.v1.CreateFeaturestoreRequest
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 Featurestores. Format: |
↳ featurestore |
Google\Cloud\AIPlatform\V1\Featurestore
Required. The Featurestore to create. |
↳ featurestore_id |
string
Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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 Featurestores.
Format:
projects/{project}/locations/{location}'
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the Location to create Featurestores.
Format:
projects/{project}/locations/{location}'
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFeaturestore
Required. The Featurestore to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Featurestore|null |
hasFeaturestore
clearFeaturestore
setFeaturestore
Required. The Featurestore to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Featurestore
|
Returns | |
---|---|
Type | Description |
$this |
getFeaturestoreId
Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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 |
setFeaturestoreId
Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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 Featurestores.
Format:
|
featurestore |
Google\Cloud\AIPlatform\V1\Featurestore
Required. The Featurestore to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CreateFeaturestoreRequest |
static::buildFromParentFeaturestoreFeaturestoreId
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the Location to create Featurestores.
Format:
|
featurestore |
Google\Cloud\AIPlatform\V1\Featurestore
Required. The Featurestore to create. |
featurestoreId |
string
Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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\CreateFeaturestoreRequest |