Class GoogleCloudAiplatformV1beta1PartialArg
Partial argument value of the function call.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1PartialArg : IDirectResponseSchema
Properties
BoolValue
Optional. Represents a boolean value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JsonPath
Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".
Declaration
[JsonProperty("jsonPath")]
public virtual string JsonPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NullValue
Optional. Represents a null value.
Declaration
[JsonProperty("nullValue")]
public virtual string NullValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumberValue
Optional. Represents a double value.
Declaration
[JsonProperty("numberValue")]
public virtual double? NumberValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
StringValue
Optional. Represents a string value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WillContinue
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.
Declaration
[JsonProperty("willContinue")]
public virtual bool? WillContinue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |