ModelPackageGroupState constructor
const
ModelPackageGroupState({})
Creates a new ModelPackageGroupState.
arn ARN assigned by AWS to this Model Package Group.
modelPackageGroupDescription A description for the model group.
modelPackageGroupName The name of the model group.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const ModelPackageGroupState({
this.arn,
this.modelPackageGroupDescription,
this.modelPackageGroupName,
this.region,
this.tags,
this.tagsAll,
});