AlgorithmInferenceSpecificationContainerBaseModel constructor
const
AlgorithmInferenceSpecificationContainerBaseModel({})
Creates a new AlgorithmInferenceSpecificationContainerBaseModel.
hubContentName Name of the SageMaker AI Hub content.
hubContentVersion Version of the SageMaker AI Hub content.
recipeName Recipe name associated with the base model.
Implementation
const AlgorithmInferenceSpecificationContainerBaseModel({
this.hubContentName,
this.hubContentVersion,
this.recipeName,
});