public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetEndpointRequest.
Request message for [EndpointService.GetEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.GetEndpoint]
Implements
IMessageGetEndpointRequest, IEquatableGetEndpointRequest, IDeepCloneableGetEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetEndpointRequest()
public GetEndpointRequest()GetEndpointRequest(GetEndpointRequest)
public GetEndpointRequest(GetEndpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEndpointRequest |
Properties
EndpointName
public EndpointName EndpointName { get; set; }EndpointName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|
Name
public string Name { get; set; }Required. The name of the Endpoint resource.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
| Property Value | |
|---|---|
| Type | Description |
string |
|