Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::AggregationResult (v1.40.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::AggregationResult.

The aggregation result for a single metric.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#aggregation_metric

def aggregation_metric() -> ::Google::Cloud::AIPlatform::V1::Metric::AggregationMetric

#aggregation_metric=

def aggregation_metric=(value) -> ::Google::Cloud::AIPlatform::V1::Metric::AggregationMetric
Parameter

#bleu_metric_value

def bleu_metric_value() -> ::Google::Cloud::AIPlatform::V1::BleuMetricValue
Returns
  • (::Google::Cloud::AIPlatform::V1::BleuMetricValue) — Results for bleu metric.

    Note: The following fields are mutually exclusive: bleu_metric_value, pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#bleu_metric_value=

def bleu_metric_value=(value) -> ::Google::Cloud::AIPlatform::V1::BleuMetricValue
Parameter
  • value (::Google::Cloud::AIPlatform::V1::BleuMetricValue) — Results for bleu metric.

    Note: The following fields are mutually exclusive: bleu_metric_value, pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::BleuMetricValue) — Results for bleu metric.

    Note: The following fields are mutually exclusive: bleu_metric_value, pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#exact_match_metric_value

def exact_match_metric_value() -> ::Google::Cloud::AIPlatform::V1::ExactMatchMetricValue
Returns
  • (::Google::Cloud::AIPlatform::V1::ExactMatchMetricValue) — Results for exact match metric.

    Note: The following fields are mutually exclusive: exact_match_metric_value, pointwise_metric_result, pairwise_metric_result, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#exact_match_metric_value=

def exact_match_metric_value=(value) -> ::Google::Cloud::AIPlatform::V1::ExactMatchMetricValue
Parameter
  • value (::Google::Cloud::AIPlatform::V1::ExactMatchMetricValue) — Results for exact match metric.

    Note: The following fields are mutually exclusive: exact_match_metric_value, pointwise_metric_result, pairwise_metric_result, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::ExactMatchMetricValue) — Results for exact match metric.

    Note: The following fields are mutually exclusive: exact_match_metric_value, pointwise_metric_result, pairwise_metric_result, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#pairwise_metric_result

def pairwise_metric_result() -> ::Google::Cloud::AIPlatform::V1::PairwiseMetricResult
Returns
  • (::Google::Cloud::AIPlatform::V1::PairwiseMetricResult) — Result for pairwise metric.

    Note: The following fields are mutually exclusive: pairwise_metric_result, pointwise_metric_result, exact_match_metric_value, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#pairwise_metric_result=

def pairwise_metric_result=(value) -> ::Google::Cloud::AIPlatform::V1::PairwiseMetricResult
Parameter
  • value (::Google::Cloud::AIPlatform::V1::PairwiseMetricResult) — Result for pairwise metric.

    Note: The following fields are mutually exclusive: pairwise_metric_result, pointwise_metric_result, exact_match_metric_value, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::PairwiseMetricResult) — Result for pairwise metric.

    Note: The following fields are mutually exclusive: pairwise_metric_result, pointwise_metric_result, exact_match_metric_value, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#pointwise_metric_result

def pointwise_metric_result() -> ::Google::Cloud::AIPlatform::V1::PointwiseMetricResult
Returns
  • (::Google::Cloud::AIPlatform::V1::PointwiseMetricResult) — Result for pointwise metric.

    Note: The following fields are mutually exclusive: pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#pointwise_metric_result=

def pointwise_metric_result=(value) -> ::Google::Cloud::AIPlatform::V1::PointwiseMetricResult
Parameter
  • value (::Google::Cloud::AIPlatform::V1::PointwiseMetricResult) — Result for pointwise metric.

    Note: The following fields are mutually exclusive: pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::PointwiseMetricResult) — Result for pointwise metric.

    Note: The following fields are mutually exclusive: pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, bleu_metric_value, rouge_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#rouge_metric_value

def rouge_metric_value() -> ::Google::Cloud::AIPlatform::V1::RougeMetricValue
Returns
  • (::Google::Cloud::AIPlatform::V1::RougeMetricValue) — Results for rouge metric.

    Note: The following fields are mutually exclusive: rouge_metric_value, pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, bleu_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

#rouge_metric_value=

def rouge_metric_value=(value) -> ::Google::Cloud::AIPlatform::V1::RougeMetricValue
Parameter
  • value (::Google::Cloud::AIPlatform::V1::RougeMetricValue) — Results for rouge metric.

    Note: The following fields are mutually exclusive: rouge_metric_value, pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, bleu_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::RougeMetricValue) — Results for rouge metric.

    Note: The following fields are mutually exclusive: rouge_metric_value, pointwise_metric_result, pairwise_metric_result, exact_match_metric_value, bleu_metric_value. If a field in that set is populated, all other fields in the set will automatically be cleared.