public sealed class CreateEndpointRequest : IMessage<CreateEndpointRequest>, IEquatable<CreateEndpointRequest>, IDeepCloneable<CreateEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateEndpointRequest.
Request message for
[EndpointService.CreateEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.CreateEndpoint].
Immutable. The ID to use for endpoint, which will become the final
component of the endpoint resource name.
If not provided, Vertex AI will generate a value for this ID.
If the first character is a letter, this value may be up to 63 characters,
and valid characters are [a-z0-9-]. The last character must be a letter
or number.
If the first character is a number, this value may be up to 9 characters,
and valid characters are [0-9] with no leading zeros.
When using HTTP/JSON, this field is populated
based on a query string argument, such as ?endpoint_id=12345. This is the
fallback for fields that are not included in either the URI or the body.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateEndpointRequest\u003c/code\u003e class is part of the Vertex AI v1beta1 API, specifically within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, for creating endpoints.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a request message used by the \u003ccode\u003eEndpointService.CreateEndpoint\u003c/code\u003e method, and it inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eEndpoint\u003c/code\u003e (the required endpoint to be created), \u003ccode\u003eEndpointId\u003c/code\u003e (an immutable ID for the endpoint), and \u003ccode\u003eParent\u003c/code\u003e (the required location resource name where the endpoint will be created).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods, \u003ccode\u003eCreateEndpointRequest()\u003c/code\u003e which is an empty constructor, and \u003ccode\u003eCreateEndpointRequest(CreateEndpointRequest other)\u003c/code\u003e which is a copy constructor used to instantiate a copy of a \u003ccode\u003eCreateEndpointRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class CreateEndpointRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateEndpointRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.CreateEndpointRequest) \n\n public sealed class CreateEndpointRequest : IMessage\u003cCreateEndpointRequest\u003e, IEquatable\u003cCreateEndpointRequest\u003e, IDeepCloneable\u003cCreateEndpointRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class CreateEndpointRequest.\n\nRequest message for\n\\[EndpointService.CreateEndpoint\\]\\[google.cloud.aiplatform.v1beta1.EndpointService.CreateEndpoint\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateEndpointRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateEndpointRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateEndpointRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateEndpointRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateEndpointRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateEndpointRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateEndpointRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### CreateEndpointRequest()\n\n public CreateEndpointRequest()\n\n### CreateEndpointRequest(CreateEndpointRequest)\n\n public CreateEndpointRequest(CreateEndpointRequest other)\n\nProperties\n----------\n\n### Endpoint\n\n public Endpoint Endpoint { get; set; }\n\nRequired. The Endpoint to create.\n\n### EndpointId\n\n public string EndpointId { get; set; }\n\nImmutable. The ID to use for endpoint, which will become the final\ncomponent of the endpoint resource name.\nIf not provided, Vertex AI will generate a value for this ID.\n\nIf the first character is a letter, this value may be up to 63 characters,\nand valid characters are `[a-z0-9-]`. The last character must be a letter\nor number.\n\nIf the first character is a number, this value may be up to 9 characters,\nand valid characters are `[0-9]` with no leading zeros.\n\nWhen using HTTP/JSON, this field is populated\nbased on a query string argument, such as `?endpoint_id=12345`. This is the\nfallback for fields that are not included in either the URI or the body.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the Location to create the Endpoint in.\nFormat: `projects/{project}/locations/{location}`\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateEndpointRequest#Google_Cloud_AIPlatform_V1Beta1_CreateEndpointRequest_Parent) resource name property."]]