Cloud AI Platform v1 API - Class GetFeatureGroupRequest (2.27.0)

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

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

Request message for [FeatureRegistryService.GetFeatureGroup][google.cloud.aiplatform.v1.FeatureRegistryService.GetFeatureGroup].

Inheritance

object > GetFeatureGroupRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetFeatureGroupRequest()

public GetFeatureGroupRequest()

GetFeatureGroupRequest(GetFeatureGroupRequest)

public GetFeatureGroupRequest(GetFeatureGroupRequest other)
Parameter
NameDescription
otherGetFeatureGroupRequest

Properties

FeatureGroupName

public FeatureGroupName FeatureGroupName { get; set; }

FeatureGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureGroupName

Name

public string Name { get; set; }

Required. The name of the FeatureGroup resource.

Property Value
TypeDescription
string