Cloud AI Platform v1 API - Class CreateFeatureOnlineStoreRequest (2.27.0)

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

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

Request message for [FeatureOnlineStoreAdminService.CreateFeatureOnlineStore][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.CreateFeatureOnlineStore].

Inheritance

object > CreateFeatureOnlineStoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateFeatureOnlineStoreRequest()

public CreateFeatureOnlineStoreRequest()

CreateFeatureOnlineStoreRequest(CreateFeatureOnlineStoreRequest)

public CreateFeatureOnlineStoreRequest(CreateFeatureOnlineStoreRequest other)
Parameter
NameDescription
otherCreateFeatureOnlineStoreRequest

Properties

FeatureOnlineStore

public FeatureOnlineStore FeatureOnlineStore { get; set; }

Required. The FeatureOnlineStore to create.

Property Value
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName