public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetEntityTypeRequest.
Request message for [FeaturestoreService.GetEntityType][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetEntityType].
Implements
IMessageGetEntityTypeRequest, IEquatableGetEntityTypeRequest, IDeepCloneableGetEntityTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetEntityTypeRequest()
public GetEntityTypeRequest()GetEntityTypeRequest(GetEntityTypeRequest)
public GetEntityTypeRequest(GetEntityTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEntityTypeRequest |
Properties
EntityTypeName
public EntityTypeName EntityTypeName { get; set; }EntityTypeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntityTypeName |
|
Name
public string Name { get; set; }Required. The name of the EntityType resource.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
| Property Value | |
|---|---|
| Type | Description |
string |
|