Class: Aws::SageMaker::Types::BaseModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BaseModel
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Identifies the foundation model that was used as the starting point for model customization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_content_name ⇒ String
The hub content name of the base model.
-
#hub_content_version ⇒ String
The hub content version of the base model.
-
#recipe_name ⇒ String
The recipe name of the base model.
Instance Attribute Details
#hub_content_name ⇒ String
The hub content name of the base model.
3169 3170 3171 3172 3173 3174 3175 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3169 class BaseModel < Struct.new( :hub_content_name, :hub_content_version, :recipe_name) SENSITIVE = [] include Aws::Structure end |
#hub_content_version ⇒ String
The hub content version of the base model.
3169 3170 3171 3172 3173 3174 3175 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3169 class BaseModel < Struct.new( :hub_content_name, :hub_content_version, :recipe_name) SENSITIVE = [] include Aws::Structure end |