Class: Aws::BedrockAgentCoreControl::Types::DeleteOnlineEvaluationConfigResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#online_evaluation_config_arnString

The Amazon Resource Name (ARN) of the deleted online evaluation configuration.

Returns:

  • (String)


4927
4928
4929
4930
4931
4932
4933
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4927

class DeleteOnlineEvaluationConfigResponse < Struct.new(
  :online_evaluation_config_arn,
  :online_evaluation_config_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#online_evaluation_config_idString

The unique identifier of the deleted online evaluation configuration.

Returns:

  • (String)


4927
4928
4929
4930
4931
4932
4933
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4927

class DeleteOnlineEvaluationConfigResponse < Struct.new(
  :online_evaluation_config_arn,
  :online_evaluation_config_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the online evaluation configuration deletion operation.

Returns:

  • (String)


4927
4928
4929
4930
4931
4932
4933
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4927

class DeleteOnlineEvaluationConfigResponse < Struct.new(
  :online_evaluation_config_arn,
  :online_evaluation_config_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end