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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpointsArray<Types::ModelDashboardEndpoint>

The endpoints that host a model.

Returns:



30924
30925
30926
30927
30928
30929
30930
30931
30932
# File 'lib/aws-sdk-sagemaker/types.rb', line 30924

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].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html

Returns:



30924
30925
30926
30927
30928
30929
30930
30931
30932
# File 'lib/aws-sdk-sagemaker/types.rb', line 30924

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:



30924
30925
30926
30927
30928
30929
30930
30931
30932
# File 'lib/aws-sdk-sagemaker/types.rb', line 30924

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.



30924
30925
30926
30927
30928
30929
30930
30931
30932
# File 'lib/aws-sdk-sagemaker/types.rb', line 30924

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.



30924
30925
30926
30927
30928
30929
30930
30931
30932
# File 'lib/aws-sdk-sagemaker/types.rb', line 30924

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