AlgorithmInferenceSpecificationContainerBaseModel constructor

const AlgorithmInferenceSpecificationContainerBaseModel({
  1. Input<String?>? hubContentName,
  2. Input<String?>? hubContentVersion,
  3. Input<String?>? recipeName,
})

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,
});