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

Class: Aws::SageMaker::Types::DescribeAlgorithmOutput

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

Overview

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 summary about the algorithm.

Returns:

  • (String)

    A brief summary about the algorithm.

#algorithm_nameString

The name of the algorithm being described.

Returns:

  • (String)

    The name of the algorithm being described.

#algorithm_statusString

The current status of the algorithm.

Possible values:

  • Pending
  • InProgress
  • Completed
  • Failed
  • Deleting

Returns:

  • (String)

    The current status of the algorithm.

#algorithm_status_detailsTypes::AlgorithmStatusDetails

Details about the current status of the algorithm.

Returns:

#certify_for_marketplaceBoolean

Whether the algorithm is certified to be listed in AWS Marketplace.

Returns:

  • (Boolean)

    Whether the algorithm is certified to be listed in AWS Marketplace.

#creation_timeTime

A timestamp specifying when the algorithm was created.

Returns:

  • (Time)

    A timestamp specifying when the algorithm was created.

#inference_specificationTypes::InferenceSpecification

Details about inference jobs that the algorithm runs.

Returns:

#product_idString

The product identifier of the algorithm.

Returns:

  • (String)

    The product identifier of the algorithm.

#training_specificationTypes::TrainingSpecification

Details about training jobs run by this algorithm.

Returns:

#validation_specificationTypes::AlgorithmValidationSpecification

Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

Returns: