AlgorithmInferenceSpecificationContainer constructor
- Input<
AlgorithmInferenceSpecificationContainerAdditionalS3DataSource?> ? additionalS3DataSource, - Input<
AlgorithmInferenceSpecificationContainerBaseModel?> ? baseModel, - Input<
String?> ? containerHostname, - Input<
Map< ? environment,String, String> ?> - Input<
String?> ? framework, - Input<
String?> ? frameworkVersion, - Input<
String?> ? image, - Input<
String?> ? imageDigest, - Input<
bool?> ? isCheckpoint, - Input<
String?> ? modelDataEtag, - Input<
AlgorithmInferenceSpecificationContainerModelDataSource?> ? modelDataSource, - Input<
String?> ? modelDataUrl, - Input<
AlgorithmInferenceSpecificationContainerModelInput?> ? modelInput, - Input<
String?> ? nearestModelName, - Input<
String?> ? productId,
Creates a new AlgorithmInferenceSpecificationContainer.
additionalS3DataSource Additional model data to make available to the container. See Additional S3 Data Source.
baseModel Base model information for the container. See Base Model.
containerHostname DNS host name for the container.
environment Environment variables to pass to the container.
framework Machine learning framework in the container image.
frameworkVersion Framework version in the container image.
image Container image URI.
imageDigest Digest of the container image.
isCheckpoint Whether the container is used as a checkpoint container.
modelDataEtag ETag for modelDataUrl.
modelDataSource Source of model data for the container. See Model Data Source.
modelDataUrl S3 or HTTPS URL of the model artifacts.
modelInput Additional model input configuration. See Model Input.
nearestModelName Name of a pre-existing model nearest to the one being created.
productId AWS Marketplace product ID.
Implementation
const AlgorithmInferenceSpecificationContainer({
this.additionalS3DataSource,
this.baseModel,
this.containerHostname,
this.environment,
this.framework,
this.frameworkVersion,
this.image,
this.imageDigest,
this.isCheckpoint,
this.modelDataEtag,
this.modelDataSource,
this.modelDataUrl,
this.modelInput,
this.nearestModelName,
this.productId,
});