public sealed class DedicatedInfrastructure : IMessage<DedicatedInfrastructure>, IEquatable<DedicatedInfrastructure>, IDeepCloneable<DedicatedInfrastructure>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class DedicatedInfrastructure.
Represents dedicated infrastructure for the index.
Implements
IMessageDedicatedInfrastructure, IEquatableDedicatedInfrastructure, IDeepCloneableDedicatedInfrastructure, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
DedicatedInfrastructure()
public DedicatedInfrastructure()DedicatedInfrastructure(DedicatedInfrastructure)
public DedicatedInfrastructure(DedicatedInfrastructure other)| Parameter | |
|---|---|
| Name | Description |
other |
DedicatedInfrastructure |
Properties
AutoscalingSpec
public DedicatedInfrastructure.Types.AutoscalingSpec AutoscalingSpec { get; set; }Optional. Autoscaling specification.
| Property Value | |
|---|---|
| Type | Description |
DedicatedInfrastructureTypesAutoscalingSpec |
|
HasMode
public bool HasMode { get; }Gets whether the "mode" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Mode
public DedicatedInfrastructure.Types.Mode Mode { get; set; }Optional. Mode of the dedicated infrastructure.
| Property Value | |
|---|---|
| Type | Description |
DedicatedInfrastructureTypesMode |
|