Class: Aws::Types::EvaluationDatasetMetricConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::EvaluationDataset

Returns the value of attribute dataset.



1483
1484
1485
# File 'sig/types.rbs', line 1483

def dataset
  @dataset
end

#metric_names::Array[::String]

Returns the value of attribute metric_names.

Returns:

  • (::Array[::String])


1484
1485
1486
# File 'sig/types.rbs', line 1484

def metric_names
  @metric_names
end

#task_type"Summarization", ...

Returns the value of attribute task_type.

Returns:

  • ("Summarization", "Classification", "QuestionAndAnswer", "Generation", "Custom")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def task_type
  @task_type
end