Class: Aws::BedrockAgent::Types::PrepareAgentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent for which the ‘DRAFT` version was created.



8207
8208
8209
8210
8211
8212
8213
8214
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8207

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

The status of the ‘DRAFT` version and whether it is ready for use.



8207
8208
8209
8210
8211
8212
8213
8214
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8207

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent.



8207
8208
8209
8210
8211
8212
8213
8214
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8207

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end

#prepared_atTime

The time at which the ‘DRAFT` version of the agent was last prepared.



8207
8208
8209
8210
8211
8212
8213
8214
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8207

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end