Class: Aws::Types::Algorithm

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn ⇒ ::String

Returns the value of attribute algorithm_arn.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def algorithm_arn
  @algorithm_arn
end

#algorithm_image ⇒ Types::AlgorithmImage

Returns the value of attribute algorithm_image.



14
15
16
# File 'sig/types.rbs', line 14

def algorithm_image
  @algorithm_image
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


20
21
22
# File 'sig/types.rbs', line 20

def creation_date_time
  @creation_date_time
end

#default_hyper_parameter_ranges ⇒ Types::DefaultHyperParameterRanges

Returns the value of attribute default_hyper_parameter_ranges.



16
17
18
# File 'sig/types.rbs', line 16

def default_hyper_parameter_ranges
  @default_hyper_parameter_ranges
end

#default_hyper_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute default_hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


15
16
17
# File 'sig/types.rbs', line 15

def default_hyper_parameters
  @default_hyper_parameters
end

#default_resource_config ⇒ ::Hash[::String, ::String]

Returns the value of attribute default_resource_config.

Returns:

  • (::Hash[::String, ::String])


17
18
19
# File 'sig/types.rbs', line 17

def default_resource_config
  @default_resource_config
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


21
22
23
# File 'sig/types.rbs', line 21

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def role_arn
  @role_arn
end

#training_input_mode ⇒ ::String

Returns the value of attribute training_input_mode.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def training_input_mode
  @training_input_mode
end