ModelPrimaryContainerImageConfig class
Constructors
-
ModelPrimaryContainerImageConfig({required Input<
String> repositoryAccessMode, Input<ModelPrimaryContainerImageConfigRepositoryAuthConfig?> ? repositoryAuthConfig}) -
Creates a new ModelPrimaryContainerImageConfig.
repositoryAccessModeWhether the model container is in Amazon ECR or a private Docker registry accessible from your VPC. Allowed values are:PlatformandVpc.repositoryAuthConfigSpecifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.const -
ModelPrimaryContainerImageConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
repositoryAccessMode
→ Input<
String> -
Whether the model container is in Amazon ECR or a private Docker registry accessible from your VPC. Allowed values are:
PlatformandVpc.final -
repositoryAuthConfig
→ Input<
ModelPrimaryContainerImageConfigRepositoryAuthConfig?> ? -
Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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