ImageVersionState constructor

const ImageVersionState({
  1. Input<List<String>?>? aliases,
  2. Input<String?>? arn,
  3. Input<String?>? baseImage,
  4. Input<String?>? containerImage,
  5. Input<bool?>? horovod,
  6. Input<String?>? imageArn,
  7. Input<String?>? imageName,
  8. Input<String?>? jobType,
  9. Input<String?>? mlFramework,
  10. Input<String?>? processor,
  11. Input<String?>? programmingLang,
  12. Input<String?>? region,
  13. Input<String?>? releaseNotes,
  14. Input<String?>? vendorGuidance,
  15. Input<int?>? version,
})

Creates a new ImageVersionState. aliases A list of aliases for the image version. arn ARN assigned by AWS to this Image Version. baseImage The registry path of the container image on which this image version is based. containerImage The registry path of the container image that contains this image version. horovod Indicates Horovod compatibility. imageArn Optional. imageName The name of the image. Must be unique to your account. jobType Indicates SageMaker AI job type compatibility. Valid values are: TRAINING, INFERENCE, and NOTEBOOK_KERNEL. mlFramework The machine learning framework vended in the image version. processor Indicates CPU or GPU compatibility. Valid values are: CPU and GPU. programmingLang The supported programming language and its version. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. releaseNotes The maintainer description of the image version. vendorGuidance The stability of the image version, specified by the maintainer. Valid values are: NOT_PROVIDED, STABLE, TO_BE_ARCHIVED, and ARCHIVED. version The version of the image. If not specified, the latest version is described.

Implementation

const ImageVersionState({
  this.aliases,
  this.arn,
  this.baseImage,
  this.containerImage,
  this.horovod,
  this.imageArn,
  this.imageName,
  this.jobType,
  this.mlFramework,
  this.processor,
  this.programmingLang,
  this.region,
  this.releaseNotes,
  this.vendorGuidance,
  this.version,
});