Google Cloud Ai Platform V1 Client - Class CreateFeaturestoreRequest (0.28.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

Namespace

Google \ Cloud \ AIPlatform \ V1

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}

Returns
TypeDescription
string

setParent

Required. The resource name of the Location to create Featurestores.

Format: projects/{project}/locations/{location}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFeaturestore

Required. The Featurestore to create.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Featurestore|null

hasFeaturestore

clearFeaturestore

setFeaturestore

Required. The Featurestore to create.

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.

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location} Please see Google\Cloud\AIPlatform\V1\FeaturestoreServiceClient::locationName() for help formatting this field.

featurestore Google\Cloud\AIPlatform\V1\Featurestore

Required. The Featurestore to create.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\CreateFeaturestoreRequest

static::buildFromParentFeaturestoreFeaturestoreId

Parameters
NameDescription
parent string

Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location} Please see Google\Cloud\AIPlatform\V1\FeaturestoreServiceClient::locationName() for help formatting this field.

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 [a-z0-9_]. The first character cannot be a number.

The value must be unique within the project and location.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\CreateFeaturestoreRequest