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.
32525 32526 32527 32528 32529 32530 32531 32532 32533 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32525 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
32525 32526 32527 32528 32529 32530 32531 32532 32533 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32525 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.
32525 32526 32527 32528 32529 32530 32531 32532 32533 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32525 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.
32525 32526 32527 32528 32529 32530 32531 32532 32533 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32525 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.
32525 32526 32527 32528 32529 32530 32531 32532 32533 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32525 class ModelDashboardModel < Struct.new( :model, :endpoints, :last_batch_transform_job, :monitoring_schedules, :model_card) SENSITIVE = [] include Aws::Structure end |