Cloud AI Platform v1 API - Class CreateIndexEndpointRequest (2.24.0)

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

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

Request message for [IndexEndpointService.CreateIndexEndpoint][google.cloud.aiplatform.v1.IndexEndpointService.CreateIndexEndpoint].

Inheritance

object > CreateIndexEndpointRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateIndexEndpointRequest()

public CreateIndexEndpointRequest()

CreateIndexEndpointRequest(CreateIndexEndpointRequest)

public CreateIndexEndpointRequest(CreateIndexEndpointRequest other)
Parameter
NameDescription
otherCreateIndexEndpointRequest

Properties

IndexEndpoint

public IndexEndpoint IndexEndpoint { get; set; }

Required. The IndexEndpoint to create.

Property Value
TypeDescription
IndexEndpoint

Parent

public string Parent { get; set; }

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