public sealed class CreateFeaturestoreRequest : IMessage<CreateFeaturestoreRequest>, IEquatable<CreateFeaturestoreRequest>, IDeepCloneable<CreateFeaturestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateFeaturestoreRequest.
Request message for [FeaturestoreService.CreateFeaturestore][google.cloud.aiplatform.v1beta1.FeaturestoreService.CreateFeaturestore].
Implements
IMessageCreateFeaturestoreRequest, IEquatableCreateFeaturestoreRequest, IDeepCloneableCreateFeaturestoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateFeaturestoreRequest()
public CreateFeaturestoreRequest()
CreateFeaturestoreRequest(CreateFeaturestoreRequest)
public CreateFeaturestoreRequest(CreateFeaturestoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateFeaturestoreRequest |
Properties
Featurestore
public Featurestore Featurestore { get; set; }
Required. The Featurestore to create.
Property Value | |
---|---|
Type | Description |
Featurestore |
FeaturestoreId
public string FeaturestoreId { get; set; }
Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name.
This value may be up to 60 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within the project and location.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Location to create Featurestores.
Format:
projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |