ImageVersionState class

Input properties used for looking up and filtering ImageVersion resources.

Constructors

ImageVersionState({Input<List<String>?>? aliases, Input<String?>? arn, Input<String?>? baseImage, Input<String?>? containerImage, Input<bool?>? horovod, Input<String?>? imageArn, Input<String?>? imageName, Input<String?>? jobType, Input<String?>? mlFramework, Input<String?>? processor, Input<String?>? programmingLang, Input<String?>? region, Input<String?>? releaseNotes, Input<String?>? vendorGuidance, 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.
const
ImageVersionState.fromMap(Map<String, dynamic> map)
factory

Properties

aliases → Input<List<String>?>?
A list of aliases for the image version.
final
arn → Input<String?>?
ARN assigned by AWS to this Image Version.
final
baseImage → Input<String?>?
The registry path of the container image on which this image version is based.
final
containerImage → Input<String?>?
The registry path of the container image that contains this image version.
final
hashCode int
The hash code for this object.
no setterinherited
horovod → Input<bool?>?
Indicates Horovod compatibility.
final
imageArn → Input<String?>?
final
imageName → Input<String?>?
The name of the image. Must be unique to your account.
final
jobType → Input<String?>?
Indicates SageMaker AI job type compatibility. Valid values are: TRAINING, INFERENCE, and NOTEBOOK_KERNEL.
final
mlFramework → Input<String?>?
The machine learning framework vended in the image version.
final
processor → Input<String?>?
Indicates CPU or GPU compatibility. Valid values are: CPU and GPU.
final
programmingLang → Input<String?>?
The supported programming language and its version.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
releaseNotes → Input<String?>?
The maintainer description of the image version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendorGuidance → Input<String?>?
The stability of the image version, specified by the maintainer. Valid values are: NOT_PROVIDED, STABLE, TO_BE_ARCHIVED, and ARCHIVED.
final
version → Input<int?>?
The version of the image. If not specified, the latest version is described.
final

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