Class GetFeaturestoreRequest (1.6.0)

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

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

Inheritance

Object > GetFeaturestoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetFeaturestoreRequest()

public GetFeaturestoreRequest()

GetFeaturestoreRequest(GetFeaturestoreRequest)

public GetFeaturestoreRequest(GetFeaturestoreRequest other)
Parameter
NameDescription
otherGetFeaturestoreRequest

Properties

FeaturestoreName

public FeaturestoreName FeaturestoreName { get; set; }

FeaturestoreName-typed view over the Name resource name property.

Property Value
TypeDescription
FeaturestoreName

Name

public string Name { get; set; }

Required. The name of the Featurestore resource.

Property Value
TypeDescription
String