Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1BigQueryRequestSet

The request set for the evaluation run.

Inheritance
object
GoogleCloudAiplatformV1beta1BigQueryRequestSet
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BigQueryRequestSet : IDirectResponseSchema

Properties

CandidateResponseColumns

Optional. Map of candidate name to candidate response column name. The column will be in evaluation_item.CandidateResponse format.

Declaration
[JsonProperty("candidateResponseColumns")]
public virtual IDictionary<string, string> CandidateResponseColumns { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

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

PromptColumn

Optional. The name of the column that contains the requests to evaluate. This will be in evaluation_item.EvalPrompt format.

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

RubricsColumn

Optional. The name of the column that contains the rubrics. This will be in evaluation_rubric.RubricGroup format (cl/762595858).

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

SamplingConfig

Optional. The sampling config for the bigquery resource.

Declaration
[JsonProperty("samplingConfig")]
public virtual GoogleCloudAiplatformV1beta1BigQueryRequestSetSamplingConfig SamplingConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1BigQueryRequestSetSamplingConfig

Uri

Required. The URI of a BigQuery table. e.g. bq://projectId.bqDatasetId.bqTableId

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX