Google Cloud Ai Platform V1 Client - Class CreateFeaturestoreRequest (0.10.0)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location}'

↳ 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 [a-z0-9_]. The first character cannot be a number. The value must be unique within the project and location.

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getFeaturestore

Required. The Featurestore to create.

Generated from protobuf field .google.cloud.aiplatform.v1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
NameDescription
var Google\Cloud\AIPlatform\V1\Featurestore
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this