Class: Aws::NovaAct::Types::ModelAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ModelAlias
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
An alias that provides a stable reference to a model version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The name of the model alias.
-
#latest_model_id ⇒ String
The model ID that this alias currently points to.
-
#resolved_model_id ⇒ String
The resolved model ID after alias resolution.
Instance Attribute Details
#alias_name ⇒ String
The name of the model alias.
913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 913 class ModelAlias < Struct.new( :alias_name, :latest_model_id, :resolved_model_id) SENSITIVE = [] include Aws::Structure end |
#latest_model_id ⇒ String
The model ID that this alias currently points to.
913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 913 class ModelAlias < Struct.new( :alias_name, :latest_model_id, :resolved_model_id) SENSITIVE = [] include Aws::Structure end |
#resolved_model_id ⇒ String
The resolved model ID after alias resolution.
913 914 915 916 917 918 919 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 913 class ModelAlias < Struct.new( :alias_name, :latest_model_id, :resolved_model_id) SENSITIVE = [] include Aws::Structure end |