Cloud AI Platform v1 API - Class GetEndpointRequest (2.27.0)

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

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

Request message for [EndpointService.GetEndpoint][google.cloud.aiplatform.v1.EndpointService.GetEndpoint]

Inheritance

object > GetEndpointRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetEndpointRequest()

public GetEndpointRequest()

GetEndpointRequest(GetEndpointRequest)

public GetEndpointRequest(GetEndpointRequest other)
Parameter
NameDescription
otherGetEndpointRequest

Properties

EndpointName

public EndpointName EndpointName { get; set; }

EndpointName-typed view over the Name resource name property.

Property Value
TypeDescription
EndpointName

Name

public string Name { get; set; }

Required. The name of the Endpoint resource. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Property Value
TypeDescription
string