Class: Aws::SageMaker::Types::EdgeDeploymentModelConfig

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

Instance Attribute Details

#edge_packaging_job_nameString

The edge packaging job associated with this deployment.

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17996

class EdgeDeploymentModelConfig < Struct.new(
  :model_handle,
  :edge_packaging_job_name)
  SENSITIVE = []
  include Aws::Structure
end

#model_handleString

The name the device application uses to reference this model.

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17996

class EdgeDeploymentModelConfig < Struct.new(
  :model_handle,
  :edge_packaging_job_name)
  SENSITIVE = []
  include Aws::Structure
end