Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationRunMetricRubricGenerationSpec

Specification for how rubrics should be generated.

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

Properties

ETag

The ETag of the item.

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

ModelConfig

Optional. Configuration for the model used in rubric generation. Configs including sampling count and base model can be specified here. Flipping is not supported for rubric generation.

Declaration
[JsonProperty("modelConfig")]
public virtual GoogleCloudAiplatformV1EvaluationRunEvaluationConfigAutoraterConfig ModelConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationRunEvaluationConfigAutoraterConfig

PromptTemplate

Optional. Template for the prompt used to generate rubrics. The details should be updated based on the most-recent recipe requirements.

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

RubricContentType

Optional. The type of rubric content to be generated.

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

RubricTypeOntology

Optional. An optional, pre-defined list of allowed types for generated rubrics. If this field is provided, it implies include_rubric_type should be true, and the generated rubric types should be chosen from this ontology.

Declaration
[JsonProperty("rubricTypeOntology")]
public virtual IList<string> RubricTypeOntology { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX