public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateEntityTypeRequest.
Request message for [FeaturestoreService.CreateEntityType][google.cloud.aiplatform.v1beta1.FeaturestoreService.CreateEntityType].
Implements
IMessageCreateEntityTypeRequest, IEquatableCreateEntityTypeRequest, IDeepCloneableCreateEntityTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateEntityTypeRequest()
public CreateEntityTypeRequest()CreateEntityTypeRequest(CreateEntityTypeRequest)
public CreateEntityTypeRequest(CreateEntityTypeRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateEntityTypeRequest | 
Properties
EntityType
public EntityType EntityType { get; set; }The EntityType to create.
| Property Value | |
|---|---|
| Type | Description | 
| EntityType | |
EntityTypeId
public string EntityTypeId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Parent
public string Parent { get; set; }Required. The resource name of the Featurestore to create EntityTypes.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ParentAsFeaturestoreName
public FeaturestoreName ParentAsFeaturestoreName { get; set; }FeaturestoreName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| FeaturestoreName | |