public sealed class GroundednessInput : IMessage<GroundednessInput>, IEquatable<GroundednessInput>, IDeepCloneable<GroundednessInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GroundednessInput.
Input for groundedness metric.
Implements
IMessageGroundednessInput, IEquatableGroundednessInput, IDeepCloneableGroundednessInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GroundednessInput()
public GroundednessInput()
GroundednessInput(GroundednessInput)
public GroundednessInput(GroundednessInput other)
Parameter | |
---|---|
Name | Description |
other |
GroundednessInput |
Properties
Instance
public GroundednessInstance Instance { get; set; }
Required. Groundedness instance.
Property Value | |
---|---|
Type | Description |
GroundednessInstance |
MetricSpec
public GroundednessSpec MetricSpec { get; set; }
Required. Spec for groundedness metric.
Property Value | |
---|---|
Type | Description |
GroundednessSpec |