Class: Aws::Bedrock::Types::EvaluationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

A summary of the model evaluation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the model evaluation job was created.

Returns:

  • (Time)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_task_typesArray<String>

What task type was used in the model evaluation job.

Returns:

  • (Array<String>)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The Amazon Resource Name (ARN) of the model evaluation job.

Returns:

  • (String)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the model evaluation job.

Returns:

  • (String)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The type, either human or automatic, of model evaluation job.

Returns:

  • (String)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#model_identifiersArray<String>

The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.

Returns:

  • (Array<String>)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the model evaluation job.

Returns:

  • (String)


878
879
880
881
882
883
884
885
886
887
888
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 878

class EvaluationSummary < Struct.new(
  :job_arn,
  :job_name,
  :status,
  :creation_time,
  :job_type,
  :evaluation_task_types,
  :model_identifiers)
  SENSITIVE = []
  include Aws::Structure
end