Cloud AI Platform v1 API - Class GetEntityTypeRequest (2.27.0)

public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetEntityTypeRequest.

Request message for [FeaturestoreService.GetEntityType][google.cloud.aiplatform.v1.FeaturestoreService.GetEntityType].

Inheritance

object > GetEntityTypeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetEntityTypeRequest()

public GetEntityTypeRequest()

GetEntityTypeRequest(GetEntityTypeRequest)

public GetEntityTypeRequest(GetEntityTypeRequest other)
Parameter
NameDescription
otherGetEntityTypeRequest

Properties

EntityTypeName

public EntityTypeName EntityTypeName { get; set; }

EntityTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string