Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ToolParameterKVMatchResults

Results for tool parameter key value match metric.

Inheritance
object
GoogleCloudAiplatformV1ToolParameterKVMatchResults
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ToolParameterKVMatchResults : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ToolParameterKvMatchMetricValues

Output only. Tool parameter key value match metric values.

Declaration
[JsonProperty("toolParameterKvMatchMetricValues")]
public virtual IList<GoogleCloudAiplatformV1ToolParameterKVMatchMetricValue> ToolParameterKvMatchMetricValues { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1ToolParameterKVMatchMetricValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX