public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 |