Google Cloud Ai Platform V1 Client - Class CreateEntityTypeRequest (1.12.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateEntityTypeRequest.

Request message for FeaturestoreService.CreateEntityType.

Generated from protobuf message google.cloud.aiplatform.v1.CreateEntityTypeRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

↳ entity_type EntityType

The EntityType to create.

↳ entity_type_id string

Required. The ID to use for the EntityType, which will become the final component of the EntityType'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 a featurestore.

getParent

Required. The resource name of the Featurestore to create EntityTypes.

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

Returns
Type Description
string

setParent

Required. The resource name of the Featurestore to create EntityTypes.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getEntityType

The EntityType to create.

Returns
Type Description
EntityType|null

hasEntityType

clearEntityType

setEntityType

The EntityType to create.

Parameter
Name Description
var EntityType
Returns
Type Description
$this

getEntityTypeId

Required. The ID to use for the EntityType, which will become the final component of the EntityType'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 a featurestore.

Returns
Type Description
string

setEntityTypeId

Required. The ID to use for the EntityType, which will become the final component of the EntityType'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 a featurestore.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore} Please see FeaturestoreServiceClient::featurestoreName() for help formatting this field.

entityType EntityType

The EntityType to create.

Returns
Type Description
CreateEntityTypeRequest

static::buildFromParentEntityTypeEntityTypeId

Parameters
Name Description
parent string

Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore} Please see FeaturestoreServiceClient::featurestoreName() for help formatting this field.

entityType EntityType

The EntityType to create.

entityTypeId string

Required. The ID to use for the EntityType, which will become the final component of the EntityType'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 a featurestore.

Returns
Type Description
CreateEntityTypeRequest