Class: Aws::Bedrock::Types::TrainingDetails

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

Overview

For a Distillation job, the status details for the training sub-task of the job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The start time of the training sub-task of the job.

Returns:

  • (Time)


13684
13685
13686
13687
13688
13689
13690
# File 'lib/aws-sdk-bedrock/types.rb', line 13684

class TrainingDetails < Struct.new(
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The latest update to the training sub-task of the job.

Returns:

  • (Time)


13684
13685
13686
13687
13688
13689
13690
# File 'lib/aws-sdk-bedrock/types.rb', line 13684

class TrainingDetails < Struct.new(
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the training sub-task of the job.

Returns:

  • (String)


13684
13685
13686
13687
13688
13689
13690
# File 'lib/aws-sdk-bedrock/types.rb', line 13684

class TrainingDetails < Struct.new(
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end