Cloud AI Platform v1 API - Class CreateIndexRequest (2.27.0)

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

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

Request message for [IndexService.CreateIndex][google.cloud.aiplatform.v1.IndexService.CreateIndex].

Inheritance

object > CreateIndexRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateIndexRequest()

public CreateIndexRequest()

CreateIndexRequest(CreateIndexRequest)

public CreateIndexRequest(CreateIndexRequest other)
Parameter
NameDescription
otherCreateIndexRequest

Properties

Index

public Index Index { get; set; }

Required. The Index to create.

Property Value
TypeDescription
Index

Parent

public string Parent { get; set; }

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