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.
19216 19217 19218 19219 19220 19221 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19216 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.
19216 19217 19218 19219 19220 19221 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19216 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end |