public sealed class CreateFeatureOnlineStoreRequest : IMessage<CreateFeatureOnlineStoreRequest>, IEquatable<CreateFeatureOnlineStoreRequest>, IDeepCloneable<CreateFeatureOnlineStoreRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateFeatureOnlineStoreRequest.
Request message for [FeatureOnlineStoreAdminService.CreateFeatureOnlineStore][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.CreateFeatureOnlineStore].
Implements
IMessageCreateFeatureOnlineStoreRequest, IEquatableCreateFeatureOnlineStoreRequest, IDeepCloneableCreateFeatureOnlineStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateFeatureOnlineStoreRequest()
public CreateFeatureOnlineStoreRequest()CreateFeatureOnlineStoreRequest(CreateFeatureOnlineStoreRequest)
public CreateFeatureOnlineStoreRequest(CreateFeatureOnlineStoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFeatureOnlineStoreRequest |
Properties
FeatureOnlineStore
public FeatureOnlineStore FeatureOnlineStore { get; set; }Required. The FeatureOnlineStore to create.
| Property Value | |
|---|---|
| Type | Description |
FeatureOnlineStore |
|
FeatureOnlineStoreId
public string FeatureOnlineStoreId { get; set; }Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore'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 FeatureOnlineStores.
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 |
|