Vertex AI v1beta1 API - Class Probe.Types.HttpHeader (1.0.0-beta17)

public sealed class Probe.Types.HttpHeader : IMessage<Probe.Types.HttpHeader>, IEquatable<Probe.Types.HttpHeader>, IDeepCloneable<Probe.Types.HttpHeader>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class Probe.Types.HttpHeader.

HttpHeader describes a custom header to be used in HTTP probes

Inheritance

object > Probe.Types.HttpHeader

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

HttpHeader()

public HttpHeader()

HttpHeader(HttpHeader)

public HttpHeader(Probe.Types.HttpHeader other)
Parameter
Name Description
other ProbeTypesHttpHeader

Properties

Name

public string Name { get; set; }

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

Property Value
Type Description
string

Value

public string Value { get; set; }

The header field value

Property Value
Type Description
string