Class: Aws::Types::EvaluationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_type"ModelEvaluation", "RagEvaluation"

Returns the value of attribute application_type.

Returns:

  • ("ModelEvaluation", "RagEvaluation")


1580
1581
1582
# File 'sig/types.rbs', line 1580

def application_type
  @application_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def creation_time
  @creation_time
end

#custom_metrics_evaluator_model_identifiers::Array[::String]

Returns the value of attribute custom_metrics_evaluator_model_identifiers.

Returns:

  • (::Array[::String])


1578
1579
1580
# File 'sig/types.rbs', line 1578

def custom_metrics_evaluator_model_identifiers
  @custom_metrics_evaluator_model_identifiers
end

#evaluation_task_types::Array[("Summarization" | "Classification" | "QuestionAndAnswer" | "Generation" | "Custom")]

Returns the value of attribute evaluation_task_types.

Returns:

  • (::Array[("Summarization" | "Classification" | "QuestionAndAnswer" | "Generation" | "Custom")])


1574
1575
1576
# File 'sig/types.rbs', line 1574

def evaluation_task_types
  @evaluation_task_types
end

#evaluator_model_identifiers::Array[::String]

Returns the value of attribute evaluator_model_identifiers.

Returns:

  • (::Array[::String])


1577
1578
1579
# File 'sig/types.rbs', line 1577

def evaluator_model_identifiers
  @evaluator_model_identifiers
end

#inference_config_summaryTypes::EvaluationInferenceConfigSummary

Returns the value of attribute inference_config_summary.



1579
1580
1581
# File 'sig/types.rbs', line 1579

def inference_config_summary
  @inference_config_summary
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def job_name
  @job_name
end

#job_type"Human", "Automated"

Returns the value of attribute job_type.

Returns:

  • ("Human", "Automated")


1573
1574
1575
# File 'sig/types.rbs', line 1573

def job_type
  @job_type
end

#model_identifiers::Array[::String]

Returns the value of attribute model_identifiers.

Returns:

  • (::Array[::String])


1575
1576
1577
# File 'sig/types.rbs', line 1575

def model_identifiers
  @model_identifiers
end

#rag_identifiers::Array[::String]

Returns the value of attribute rag_identifiers.

Returns:

  • (::Array[::String])


1576
1577
1578
# File 'sig/types.rbs', line 1576

def rag_identifiers
  @rag_identifiers
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped", "Deleting")


1571
1572
1573
# File 'sig/types.rbs', line 1571

def status
  @status
end