Class: Aws::CleanRoomsML::Types::ConfiguredModelAlgorithmSummary

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

Overview

Provides summary information about a configured model algorithm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_arnString

The Amazon Resource Name (ARN) of the configured model algorithm.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 900

class ConfiguredModelAlgorithmSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the configured model algorithm was created.

Returns:

  • (Time)


900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 900

class ConfiguredModelAlgorithmSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configured model algorithm.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 900

class ConfiguredModelAlgorithmSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured model algorithm.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 900

class ConfiguredModelAlgorithmSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the configured model algorithm was updated.

Returns:

  • (Time)


900
901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 900

class ConfiguredModelAlgorithmSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end