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)


553
554
555
556
557
558
559
560
561
# File 'lib/aws-sdk-sagemaker/types.rb', line 553

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)


553
554
555
556
557
558
559
560
561
# File 'lib/aws-sdk-sagemaker/types.rb', line 553

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)


553
554
555
556
557
558
559
560
561
# File 'lib/aws-sdk-sagemaker/types.rb', line 553

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)


553
554
555
556
557
558
559
560
561
# File 'lib/aws-sdk-sagemaker/types.rb', line 553

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)


553
554
555
556
557
558
559
560
561
# File 'lib/aws-sdk-sagemaker/types.rb', line 553

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