Cloud AI Platform v1 API - Class GetIndexEndpointRequest (2.27.0)

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

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

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

Inheritance

object > GetIndexEndpointRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetIndexEndpointRequest()

public GetIndexEndpointRequest()

GetIndexEndpointRequest(GetIndexEndpointRequest)

public GetIndexEndpointRequest(GetIndexEndpointRequest other)
Parameter
NameDescription
otherGetIndexEndpointRequest

Properties

IndexEndpointName

public IndexEndpointName IndexEndpointName { get; set; }

IndexEndpointName-typed view over the Name resource name property.

Property Value
TypeDescription
IndexEndpointName

Name

public string Name { get; set; }

Required. The name of the IndexEndpoint resource. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

Property Value
TypeDescription
string