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.
20363 20364 20365 20366 20367 20368 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20363 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.
20363 20364 20365 20366 20367 20368 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20363 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end |