Vertex AI v1 API - Class PartialArg (3.60.0)

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

Reference documentation and code samples for the Vertex AI v1 API class PartialArg.

Partial argument value of the function call.

Inheritance

object > PartialArg

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PartialArg()

public PartialArg()

PartialArg(PartialArg)

public PartialArg(PartialArg other)
Parameter
Name Description
other PartialArg

Properties

BoolValue

public bool BoolValue { get; set; }

Optional. Represents a boolean value.

Property Value
Type Description
bool

DeltaCase

public PartialArg.DeltaOneofCase DeltaCase { get; }
Property Value
Type Description
PartialArgDeltaOneofCase

HasBoolValue

public bool HasBoolValue { get; }

Gets whether the "bool_value" field is set

Property Value
Type Description
bool

HasNullValue

public bool HasNullValue { get; }

Gets whether the "null_value" field is set

Property Value
Type Description
bool

HasNumberValue

public bool HasNumberValue { get; }

Gets whether the "number_value" field is set

Property Value
Type Description
bool

HasStringValue

public bool HasStringValue { get; }

Gets whether the "string_value" field is set

Property Value
Type Description
bool

JsonPath

public string JsonPath { get; set; }

Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".

Property Value
Type Description
string

NullValue

public NullValue NullValue { get; set; }

Optional. Represents a null value.

Property Value
Type Description
NullValue

NumberValue

public double NumberValue { get; set; }

Optional. Represents a double value.

Property Value
Type Description
double

StringValue

public string StringValue { get; set; }

Optional. Represents a string value.

Property Value
Type Description
string

WillContinue

public bool WillContinue { get; set; }

Optional. Whether this is not the last part of the same json_path. If true, another PartialArg message for the current json_path is expected to follow.

Property Value
Type Description
bool