Class: Aws::LexModelsV2::Types::GenerationSummary

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

Overview

Contains information about a generation request made for the bot locale.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time at which the generation request was made.

Returns:

  • (Time)


7780
7781
7782
7783
7784
7785
7786
7787
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780

class GenerationSummary < Struct.new(
  :generation_id,
  :generation_status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#generation_idString

The unique identifier of the generation request.

Returns:

  • (String)


7780
7781
7782
7783
7784
7785
7786
7787
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780

class GenerationSummary < Struct.new(
  :generation_id,
  :generation_status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#generation_statusString

The status of the generation request.

Returns:

  • (String)


7780
7781
7782
7783
7784
7785
7786
7787
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780

class GenerationSummary < Struct.new(
  :generation_id,
  :generation_status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time at which the generation request was last updated.

Returns:

  • (Time)


7780
7781
7782
7783
7784
7785
7786
7787
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780

class GenerationSummary < Struct.new(
  :generation_id,
  :generation_status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end