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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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.

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3229

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.

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3229

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

#agent_versionString

The version of the agent.

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3229

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.

Returns:

  • (Time)


3229
3230
3231
3232
3233
3234
3235
3236
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3229

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