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
Methods
__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}'
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the Location to create Featurestores.
Format:
projects/{project}/locations/{location}'
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFeaturestore
Required. The Featurestore to create.
Generated from protobuf field .google.cloud.aiplatform.v1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Featurestore|null |
hasFeaturestore
clearFeaturestore
setFeaturestore
Required. The Featurestore to create.
Generated from protobuf field .google.cloud.aiplatform.v1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
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.
Generated from protobuf field string featurestore_id = 3 [(.google.api.field_behavior) = REQUIRED];
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.
Generated from protobuf field string featurestore_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |