AlgorithmInferenceSpecificationContainerBaseModel class
Constructors
-
AlgorithmInferenceSpecificationContainerBaseModel({Input<
String?> ? hubContentName, Input<String?> ? hubContentVersion, Input<String?> ? recipeName}) -
Creates a new AlgorithmInferenceSpecificationContainerBaseModel.
hubContentNameName of the SageMaker AI Hub content.hubContentVersionVersion of the SageMaker AI Hub content.recipeNameRecipe name associated with the base model.const -
AlgorithmInferenceSpecificationContainerBaseModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hubContentName
→ Input<
String?> ? -
Name of the SageMaker AI Hub content.
final
-
hubContentVersion
→ Input<
String?> ? -
Version of the SageMaker AI Hub content.
final
-
recipeName
→ Input<
String?> ? -
Recipe name associated with the base model.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited