Class: Aws::SageMaker::Types::AlgorithmSummary

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

Overview

Provides summary information about an algorithm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm.

Returns:

  • (String)


533
534
535
536
537
538
539
540
541
# File 'lib/aws-sdk-sagemaker/types.rb', line 533

class AlgorithmSummary < Struct.new(
  :algorithm_name,
  :algorithm_arn,
  :algorithm_description,
  :creation_time,
  :algorithm_status)
  SENSITIVE = []
  include Aws::Structure
end

#algorithm_descriptionString

A brief description of the algorithm.

Returns:

  • (String)


533
534
535
536
537
538
539
540
541
# File 'lib/aws-sdk-sagemaker/types.rb', line 533

class AlgorithmSummary < Struct.new(
  :algorithm_name,
  :algorithm_arn,
  :algorithm_description,
  :creation_time,
  :algorithm_status)
  SENSITIVE = []
  include Aws::Structure
end

#algorithm_nameString

The name of the algorithm that is described by the summary.

Returns:

  • (String)


533
534
535
536
537
538
539
540
541
# File 'lib/aws-sdk-sagemaker/types.rb', line 533

class AlgorithmSummary < Struct.new(
  :algorithm_name,
  :algorithm_arn,
  :algorithm_description,
  :creation_time,
  :algorithm_status)
  SENSITIVE = []
  include Aws::Structure
end

#algorithm_statusString

The overall status of the algorithm.

Returns:

  • (String)


533
534
535
536
537
538
539
540
541
# File 'lib/aws-sdk-sagemaker/types.rb', line 533

class AlgorithmSummary < Struct.new(
  :algorithm_name,
  :algorithm_arn,
  :algorithm_description,
  :creation_time,
  :algorithm_status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp that shows when the algorithm was created.

Returns:

  • (Time)


533
534
535
536
537
538
539
540
541
# File 'lib/aws-sdk-sagemaker/types.rb', line 533

class AlgorithmSummary < Struct.new(
  :algorithm_name,
  :algorithm_arn,
  :algorithm_description,
  :creation_time,
  :algorithm_status)
  SENSITIVE = []
  include Aws::Structure
end