public sealed class CreateIndexEndpointRequest : IMessage<CreateIndexEndpointRequest>, IEquatable<CreateIndexEndpointRequest>, IDeepCloneable<CreateIndexEndpointRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateIndexEndpointRequest.
Request message for [IndexEndpointService.CreateIndexEndpoint][google.cloud.aiplatform.v1beta1.IndexEndpointService.CreateIndexEndpoint].
Implements
IMessageCreateIndexEndpointRequest, IEquatableCreateIndexEndpointRequest, IDeepCloneableCreateIndexEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateIndexEndpointRequest()
public CreateIndexEndpointRequest()CreateIndexEndpointRequest(CreateIndexEndpointRequest)
public CreateIndexEndpointRequest(CreateIndexEndpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateIndexEndpointRequest |
Properties
IndexEndpoint
public IndexEndpoint IndexEndpoint { get; set; }Required. The IndexEndpoint to create.
| Property Value | |
|---|---|
| Type | Description |
IndexEndpoint |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to create the IndexEndpoint in.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|