Class: Aws::SageMaker::Types::EdgeDeploymentModelConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgeDeploymentModelConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Contains information about the configuration of a model in a deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_packaging_job_name ⇒ String
The edge packaging job associated with this deployment.
-
#model_handle ⇒ String
The name the device application uses to reference this model.
Instance Attribute Details
#edge_packaging_job_name ⇒ String
The edge packaging job associated with this deployment.
20308 20309 20310 20311 20312 20313 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20308 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end |
#model_handle ⇒ String
The name the device application uses to reference this model.
20308 20309 20310 20311 20312 20313 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20308 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end |