Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GenerateInstanceRubricsRequest

Request message for EvaluationService.GenerateInstanceRubrics.

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

Properties

AgentConfig

Optional. Agent configuration, required for agent-based rubric generation.

Declaration
[JsonProperty("agentConfig")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfig AgentConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationInstanceAgentConfig

Contents

Required. The prompt to generate rubrics from. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.

Declaration
[JsonProperty("contents")]
public virtual IList<GoogleCloudAiplatformV1Content> Contents { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Content>

ETag

The ETag of the item.

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

PredefinedRubricGenerationSpec

Optional. Specification for using the rubric generation configs of a pre-defined metric, e.g. "generic_quality_v1" and "instruction_following_v1". Some of the configs may be only used in rubric generation and not supporting evaluation, e.g. "fully_customized_generic_quality_v1". If this field is set, the rubric_generation_spec field will be ignored.

Declaration
[JsonProperty("predefinedRubricGenerationSpec")]
public virtual GoogleCloudAiplatformV1PredefinedMetricSpec PredefinedRubricGenerationSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PredefinedMetricSpec

RubricGenerationSpec

Optional. Specification for how the rubrics should be generated.

Declaration
[JsonProperty("rubricGenerationSpec")]
public virtual GoogleCloudAiplatformV1RubricGenerationSpec RubricGenerationSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1RubricGenerationSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX