Class: Aws::CleanRoomsML::Types::IncrementalTrainingDataChannelOutput

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

Overview

Contains information about an incremental training data channel that was used to create a trained model. This structure provides details about the base model and channel configuration used during incremental training.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the incremental training data channel that was used.

Returns:

  • (String)


3521
3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3521

class IncrementalTrainingDataChannelOutput < Struct.new(
  :channel_name,
  :version_identifier,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the base trained model that was used for incremental training.

Returns:

  • (String)


3521
3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3521

class IncrementalTrainingDataChannelOutput < Struct.new(
  :channel_name,
  :version_identifier,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end

#version_identifierString

The version identifier of the trained model that was used for incremental training.

Returns:

  • (String)


3521
3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3521

class IncrementalTrainingDataChannelOutput < Struct.new(
  :channel_name,
  :version_identifier,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end