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 \ V1Methods
__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: |
↳ entity_type |
Google\Cloud\AIPlatform\V1\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 |
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 |
Google\Cloud\AIPlatform\V1\EntityType|null |
hasEntityType
clearEntityType
setEntityType
The EntityType to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\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:
|
entityType |
Google\Cloud\AIPlatform\V1\EntityType
The EntityType to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CreateEntityTypeRequest |
static::buildFromParentEntityTypeEntityTypeId
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the Featurestore to create EntityTypes.
Format:
|
entityType |
Google\Cloud\AIPlatform\V1\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
The value must be unique within a featurestore. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CreateEntityTypeRequest |