Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Personalize::Types::Algorithm

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

Overview

Describes a custom algorithm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm.

Returns:

  • (String)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#algorithm_imageTypes::AlgorithmImage

The URI of the Docker container for the algorithm image.


61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time (in Unix time) that the algorithm was created.

Returns:

  • (Time)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#default_hyper_parameter_rangesTypes::DefaultHyperParameterRanges

Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).


61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#default_hyper_parametersHash<String,String>

Specifies the default hyperparameters.

Returns:

  • (Hash<String,String>)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#default_resource_configHash<String,String>

Specifies the default maximum number of training jobs and parallel training jobs.

Returns:

  • (Hash<String,String>)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the algorithm was last updated.

Returns:

  • (Time)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the algorithm.

Returns:

  • (String)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the role.

Returns:

  • (String)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_input_modeString

The training input mode.

Returns:

  • (String)

61
62
63
64
65
66
67
68
69
70
71
72
73
74
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 61

class Algorithm < Struct.new(
  :name,
  :algorithm_arn,
  :algorithm_image,
  :default_hyper_parameters,
  :default_hyper_parameter_ranges,
  :default_resource_config,
  :training_input_mode,
  :role_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end