ImageVersionState class
Input properties used for looking up and filtering ImageVersion resources.
Constructors
-
ImageVersionState({Input<
List< ? aliases, Input<String> ?>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.
aliasesA list of aliases for the image version.arnARN assigned by AWS to this Image Version.baseImageThe registry path of the container image on which this image version is based.containerImageThe registry path of the container image that contains this image version.horovodIndicates Horovod compatibility.imageArnOptional.imageNameThe name of the image. Must be unique to your account.jobTypeIndicates SageMaker AI job type compatibility. Valid values are:TRAINING,INFERENCE, andNOTEBOOK_KERNEL.mlFrameworkThe machine learning framework vended in the image version.processorIndicates CPU or GPU compatibility. Valid values are:CPUandGPU.programmingLangThe supported programming language and its version.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.releaseNotesThe maintainer description of the image version.vendorGuidanceThe stability of the image version, specified by the maintainer. Valid values are:NOT_PROVIDED,STABLE,TO_BE_ARCHIVED, andARCHIVED.versionThe 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, andNOTEBOOK_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:
CPUandGPU.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, andARCHIVED.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