Class: Aws::SageMaker::Types::DescribeAlgorithmOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeAlgorithmOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #algorithm_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the algorithm.
 - 
  
    
      #algorithm_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A brief summary about the algorithm.
 - 
  
    
      #algorithm_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the algorithm being described.
 - 
  
    
      #algorithm_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the algorithm.
 - 
  
    
      #algorithm_status_details  ⇒ Types::AlgorithmStatusDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the current status of the algorithm.
 - 
  
    
      #certify_for_marketplace  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp specifying when the algorithm was created.
 - 
  
    
      #inference_specification  ⇒ Types::InferenceSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about inference jobs that the algorithm runs.
 - 
  
    
      #product_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The product identifier of the algorithm.
 - 
  
    
      #training_specification  ⇒ Types::TrainingSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about training jobs run by this algorithm.
 - 
  
    
      #validation_specification  ⇒ Types::AlgorithmValidationSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
 
Instance Attribute Details
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#algorithm_description ⇒ String
A brief summary about the algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#algorithm_name ⇒ String
The name of the algorithm being described.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#algorithm_status ⇒ String
The current status of the algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#algorithm_status_details ⇒ Types::AlgorithmStatusDetails
Details about the current status of the algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#certify_for_marketplace ⇒ Boolean
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
A timestamp specifying when the algorithm was created.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_specification ⇒ Types::InferenceSpecification
Details about inference jobs that the algorithm runs.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#product_id ⇒ String
The product identifier of the algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#training_specification ⇒ Types::TrainingSpecification
Details about training jobs run by this algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  | 
  
#validation_specification ⇒ Types::AlgorithmValidationSpecification
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
      13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeAlgorithmOutput < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :training_specification, :inference_specification, :validation_specification, :algorithm_status, :algorithm_status_details, :product_id, :certify_for_marketplace) SENSITIVE = [] include Aws::Structure end  |