Class: Aws::SageMaker::Types::ModelDashboardModel
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelDashboardModel
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A model displayed in the Amazon SageMaker Model Dashboard.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoints  ⇒ Array<Types::ModelDashboardEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The endpoints that host a model.
 - 
  
    
      #last_batch_transform_job  ⇒ Types::TransformJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A batch transform job.
 - 
  
    
      #model  ⇒ Types::Model 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A model displayed in the Model Dashboard.
 - 
  
    
      #model_card  ⇒ Types::ModelDashboardModelCard 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The model card for a model.
 - 
  
    
      #monitoring_schedules  ⇒ Array<Types::ModelDashboardMonitoringSchedule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The monitoring schedules for a model.
 
Instance Attribute Details
#endpoints ⇒ Array<Types::ModelDashboardEndpoint>
The endpoints that host a model.
      33961 33962 33963 33964 33965 33966 33967 33968 33969  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33961 class ModelDashboardModel < Struct.new( :model, :endpoints, :last_batch_transform_job, :monitoring_schedules, :model_card) SENSITIVE = [] include Aws::Structure end  | 
  
#last_batch_transform_job ⇒ Types::TransformJob
A batch transform job. For information about SageMaker batch transform, see [Use Batch Transform].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html
      33961 33962 33963 33964 33965 33966 33967 33968 33969  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33961 class ModelDashboardModel < Struct.new( :model, :endpoints, :last_batch_transform_job, :monitoring_schedules, :model_card) SENSITIVE = [] include Aws::Structure end  | 
  
#model ⇒ Types::Model
A model displayed in the Model Dashboard.
      33961 33962 33963 33964 33965 33966 33967 33968 33969  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33961 class ModelDashboardModel < Struct.new( :model, :endpoints, :last_batch_transform_job, :monitoring_schedules, :model_card) SENSITIVE = [] include Aws::Structure end  | 
  
#model_card ⇒ Types::ModelDashboardModelCard
The model card for a model.
      33961 33962 33963 33964 33965 33966 33967 33968 33969  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33961 class ModelDashboardModel < Struct.new( :model, :endpoints, :last_batch_transform_job, :monitoring_schedules, :model_card) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_schedules ⇒ Array<Types::ModelDashboardMonitoringSchedule>
The monitoring schedules for a model.
      33961 33962 33963 33964 33965 33966 33967 33968 33969  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33961 class ModelDashboardModel < Struct.new( :model, :endpoints, :last_batch_transform_job, :monitoring_schedules, :model_card) SENSITIVE = [] include Aws::Structure end  |