public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetEndpointRequest.
Request message for
[EndpointService.GetEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.GetEndpoint]
[[["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 `GetEndpointRequest` class is a request message for the `EndpointService.GetEndpoint` method in the Cloud AI Platform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization and deep cloning."],["It has two constructors, a parameterless one and one that takes another `GetEndpointRequest` object to copy."],["The `GetEndpointRequest` class includes properties like `EndpointName` for a typed view and `Name` for the resource name of the endpoint, both of which are required."],["This class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]