Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SummarizationHelpfulnessResult

Spec for summarization helpfulness result.

Inheritance
object
GoogleCloudAiplatformV1SummarizationHelpfulnessResult
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 GoogleCloudAiplatformV1SummarizationHelpfulnessResult : IDirectResponseSchema

Properties

Confidence

Output only. Confidence for summarization helpfulness score.

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

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

Explanation

Output only. Explanation for summarization helpfulness score.

Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type Description
string

Score

Output only. Summarization Helpfulness score.

Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX