Class: Aws::Types::AlgorithmSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def algorithm_name
  @algorithm_name
end

#container_arguments::Array[::String]

Returns the value of attribute container_arguments.

Returns:

  • (::Array[::String])


377
378
379
# File 'sig/types.rbs', line 377

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:

  • (::Array[::String])


376
377
378
# File 'sig/types.rbs', line 376

def container_entrypoint
  @container_entrypoint
end

#enable_sage_maker_metrics_time_seriesBoolean

Returns the value of attribute enable_sage_maker_metrics_time_series.

Returns:

  • (Boolean)


375
376
377
# File 'sig/types.rbs', line 375

def enable_sage_maker_metrics_time_series
  @enable_sage_maker_metrics_time_series
end

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def metric_definitions
  @metric_definitions
end

#training_image::String

Returns the value of attribute training_image.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def training_image
  @training_image
end

#training_image_configTypes::TrainingImageConfig

Returns the value of attribute training_image_config.



378
379
380
# File 'sig/types.rbs', line 378

def training_image_config
  @training_image_config
end

#training_input_mode"Pipe", ...

Returns the value of attribute training_input_mode.

Returns:

  • ("Pipe", "File", "FastFile")


373
374
375
# File 'sig/types.rbs', line 373

def training_input_mode
  @training_input_mode
end