public sealed class GetFeaturestoreRequest : IMessage<GetFeaturestoreRequest>, IEquatable<GetFeaturestoreRequest>, IDeepCloneable<GetFeaturestoreRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetFeaturestoreRequest.
Request message for [FeaturestoreService.GetFeaturestore][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeaturestore].
Implements
IMessageGetFeaturestoreRequest, IEquatableGetFeaturestoreRequest, IDeepCloneableGetFeaturestoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetFeaturestoreRequest()
public GetFeaturestoreRequest()GetFeaturestoreRequest(GetFeaturestoreRequest)
public GetFeaturestoreRequest(GetFeaturestoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFeaturestoreRequest |
Properties
FeaturestoreName
public FeaturestoreName FeaturestoreName { get; set; }FeaturestoreName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeaturestoreName |
|
Name
public string Name { get; set; }Required. The name of the Featurestore resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|