Cloud AI Platform v1 API - Class GetFeaturestoreRequest (2.27.0)

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

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

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