ModelState class
Input properties used for looking up and filtering Model resources.
Constructors
-
ModelState({Input<
String?> ? arn, Input<List< ? containers, Input<ModelContainer> ?>bool?> ? enableNetworkIsolation, Input<String?> ? executionRoleArn, Input<ModelInferenceExecutionConfig?> ? inferenceExecutionConfig, Input<String?> ? name, Input<ModelPrimaryContainer?> ? primaryContainer, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>ModelVpcConfig?> ? vpcConfig}) -
Creates a new ModelState.
arnARN assigned by AWS to this model.containersSpecifies containers in the inference pipeline. If not specified, theprimaryContainerargument is required. Fields are documented below.enableNetworkIsolationIsolates the model container. No inbound or outbound network calls can be made to or from the model container.executionRoleArnA role that SageMaker AI can assume to access model artifacts and docker images for deployment.inferenceExecutionConfigSpecifies details of how containers in a multi-container endpoint are called. See Inference Execution Config.nameName of the model (must be unique). If omitted, the provider will assign a random, unique name.primaryContainerPrimary docker image containing inference code that is used when the model is deployed for predictions. If not specified, thecontainerargument is required. Fields are documented below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsA map of tags to assign to the resource. .If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.vpcConfigSpecifies the VPC that you want your model to connect to. This configuration is used in hosting services and in batch transform. See VPC Config.const -
ModelState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN assigned by AWS to this model.
final
-
containers
→ Input<
List< ?ModelContainer> ?> -
Specifies containers in the inference pipeline. If not specified, the
primaryContainerargument is required. Fields are documented below.final -
enableNetworkIsolation
→ Input<
bool?> ? -
Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
final
-
executionRoleArn
→ Input<
String?> ? -
A role that SageMaker AI can assume to access model artifacts and docker images for deployment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inferenceExecutionConfig
→ Input<
ModelInferenceExecutionConfig?> ? -
Specifies details of how containers in a multi-container endpoint are called. See Inference Execution Config.
final
-
name
→ Input<
String?> ? -
Name of the model (must be unique). If omitted, the provider will assign a random, unique name.
final
-
primaryContainer
→ Input<
ModelPrimaryContainer?> ? -
Primary docker image containing inference code that is used when the model is deployed for predictions. If not specified, the
containerargument is required. Fields are documented below.final -
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A map of tags to assign to the resource. .If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
vpcConfig
→ Input<
ModelVpcConfig?> ? -
Specifies the VPC that you want your model to connect to. This configuration is used in hosting services and in batch transform. See VPC Config.
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