You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides summary information about an algorithm.

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the algorithm.

#algorithm_descriptionString

A brief description of the algorithm.

Returns:

  • (String)

    A brief description of the algorithm.

#algorithm_nameString

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

Returns:

  • (String)

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

#algorithm_statusString

The overall status of the algorithm.

Possible values:

  • Pending
  • InProgress
  • Completed
  • Failed
  • Deleting

Returns:

  • (String)

    The overall status of the algorithm.

#creation_timeTime

A timestamp that shows when the algorithm was created.

Returns:

  • (Time)

    A timestamp that shows when the algorithm was created.