Vector Search v1 API - Class DedicatedInfrastructure (1.0.0-beta01)

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

Reference documentation and code samples for the Vector Search v1 API class DedicatedInfrastructure.

Represents dedicated infrastructure for the index.

Inheritance

object > DedicatedInfrastructure

Namespace

Google.Cloud.VectorSearch.V1

Assembly

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