Class: Aws::SageMaker::Types::ModelDashboardModel

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A model displayed in the Amazon SageMaker Model Dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::ModelDashboardEndpoint>

The endpoints that host a model.

Returns:



31642
31643
31644
31645
31646
31647
31648
31649
31650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31642

class ModelDashboardModel < Struct.new(
  :model,
  :endpoints,
  :last_batch_transform_job,
  :monitoring_schedules,
  :model_card)
  SENSITIVE = []
  include Aws::Structure
end

#last_batch_transform_jobTypes::TransformJob

A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.

Returns:



31642
31643
31644
31645
31646
31647
31648
31649
31650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31642

class ModelDashboardModel < Struct.new(
  :model,
  :endpoints,
  :last_batch_transform_job,
  :monitoring_schedules,
  :model_card)
  SENSITIVE = []
  include Aws::Structure
end

#modelTypes::Model

A model displayed in the Model Dashboard.

Returns:



31642
31643
31644
31645
31646
31647
31648
31649
31650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31642

class ModelDashboardModel < Struct.new(
  :model,
  :endpoints,
  :last_batch_transform_job,
  :monitoring_schedules,
  :model_card)
  SENSITIVE = []
  include Aws::Structure
end

#model_cardTypes::ModelDashboardModelCard

The model card for a model.



31642
31643
31644
31645
31646
31647
31648
31649
31650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31642

class ModelDashboardModel < Struct.new(
  :model,
  :endpoints,
  :last_batch_transform_job,
  :monitoring_schedules,
  :model_card)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedulesArray<Types::ModelDashboardMonitoringSchedule>

The monitoring schedules for a model.



31642
31643
31644
31645
31646
31647
31648
31649
31650
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31642

class ModelDashboardModel < Struct.new(
  :model,
  :endpoints,
  :last_batch_transform_job,
  :monitoring_schedules,
  :model_card)
  SENSITIVE = []
  include Aws::Structure
end