Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobError

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

Overview

A JSON array that provides the status of the model evaluation jobs being deleted.

Constant Summary collapse

SENSITIVE =
[:job_identifier]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A HTTP status code of the model evaluation job being deleted.

Returns:

  • (String)


60
61
62
63
64
65
66
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 60

class BatchDeleteEvaluationJobError < Struct.new(
  :job_identifier,
  :code,
  :message)
  SENSITIVE = [:job_identifier]
  include Aws::Structure
end

#job_identifierString

The ARN of the model evaluation job being deleted.

Returns:

  • (String)


60
61
62
63
64
65
66
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 60

class BatchDeleteEvaluationJobError < Struct.new(
  :job_identifier,
  :code,
  :message)
  SENSITIVE = [:job_identifier]
  include Aws::Structure
end

#messageString

A status message about the model evaluation job deletion.

Returns:

  • (String)


60
61
62
63
64
65
66
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 60

class BatchDeleteEvaluationJobError < Struct.new(
  :job_identifier,
  :code,
  :message)
  SENSITIVE = [:job_identifier]
  include Aws::Structure
end