Cloud AI Platform v1 API - Class GetIndexRequest (2.27.0)

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

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

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

Inheritance

object > GetIndexRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetIndexRequest()

public GetIndexRequest()

GetIndexRequest(GetIndexRequest)

public GetIndexRequest(GetIndexRequest other)
Parameter
NameDescription
otherGetIndexRequest

Properties

IndexName

public IndexName IndexName { get; set; }

IndexName-typed view over the Name resource name property.

Property Value
TypeDescription
IndexName

Name

public string Name { get; set; }

Required. The name of the Index resource. Format: projects/{project}/locations/{location}/indexes/{index}

Property Value
TypeDescription
string