Class: Aws::SagemakerEdgeManager::Types::Definition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::Definition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checksum ⇒ Types::Checksum
The checksum information of the model.
-
#model_handle ⇒ String
The unique model handle.
-
#s3_url ⇒ String
The absolute S3 location of the model.
-
#state ⇒ String
The desired state of the model.
Instance Attribute Details
#checksum ⇒ Types::Checksum
The checksum information of the model.
50 51 52 53 54 55 56 57 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 50 class Definition < Struct.new( :model_handle, :s3_url, :checksum, :state) SENSITIVE = [] include Aws::Structure end |
#model_handle ⇒ String
The unique model handle.
50 51 52 53 54 55 56 57 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 50 class Definition < Struct.new( :model_handle, :s3_url, :checksum, :state) SENSITIVE = [] include Aws::Structure end |
#s3_url ⇒ String
The absolute S3 location of the model.
50 51 52 53 54 55 56 57 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 50 class Definition < Struct.new( :model_handle, :s3_url, :checksum, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The desired state of the model.
50 51 52 53 54 55 56 57 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 50 class Definition < Struct.new( :model_handle, :s3_url, :checksum, :state) SENSITIVE = [] include Aws::Structure end |