Cloud AI Platform v1 API - Class CreateFeaturestoreRequest (2.27.0)

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

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

Request message for [FeaturestoreService.CreateFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.CreateFeaturestore].

Inheritance

object > CreateFeaturestoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateFeaturestoreRequest()

public CreateFeaturestoreRequest()

CreateFeaturestoreRequest(CreateFeaturestoreRequest)

public CreateFeaturestoreRequest(CreateFeaturestoreRequest other)
Parameter
NameDescription
otherCreateFeaturestoreRequest

Properties

Featurestore

public Featurestore Featurestore { get; set; }

Required. The Featurestore to create.

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

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create Featurestores. 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