public sealed class GetIndexEndpointRequest : IMessage<GetIndexEndpointRequest>, IEquatable<GetIndexEndpointRequest>, IDeepCloneable<GetIndexEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetIndexEndpointRequest.
Request message for
[IndexEndpointService.GetIndexEndpoint][google.cloud.aiplatform.v1beta1.IndexEndpointService.GetIndexEndpoint]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `GetIndexEndpointRequest` class is a request message for the `IndexEndpointService.GetIndexEndpoint` method within the Cloud AI Platform v1beta1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["It is found in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, allowing interactions with the AI Platform."],["The class contains two constructors, one default and another that accepts another `GetIndexEndpointRequest` as a parameter."],["The class properties include `IndexEndpointName` which provides a typed view, and `Name` which is a string that stores the formatted name of the IndexEndpoint resource."]]],[]]