We recommend new projects start with resources from the AWS provider.
aws-native.sagemaker.getModelPackageGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::SageMaker::ModelPackageGroup
Using getModelPackageGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getModelPackageGroup(args: GetModelPackageGroupArgs, opts?: InvokeOptions): Promise<GetModelPackageGroupResult>
function getModelPackageGroupOutput(args: GetModelPackageGroupOutputArgs, opts?: InvokeOptions): Output<GetModelPackageGroupResult>def get_model_package_group(model_package_group_arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetModelPackageGroupResult
def get_model_package_group_output(model_package_group_arn: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetModelPackageGroupResult]func LookupModelPackageGroup(ctx *Context, args *LookupModelPackageGroupArgs, opts ...InvokeOption) (*LookupModelPackageGroupResult, error)
func LookupModelPackageGroupOutput(ctx *Context, args *LookupModelPackageGroupOutputArgs, opts ...InvokeOption) LookupModelPackageGroupResultOutput> Note: This function is named LookupModelPackageGroup in the Go SDK.
public static class GetModelPackageGroup 
{
    public static Task<GetModelPackageGroupResult> InvokeAsync(GetModelPackageGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetModelPackageGroupResult> Invoke(GetModelPackageGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetModelPackageGroupResult> getModelPackageGroup(GetModelPackageGroupArgs args, InvokeOptions options)
public static Output<GetModelPackageGroupResult> getModelPackageGroup(GetModelPackageGroupArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sagemaker:getModelPackageGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ModelPackage stringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- ModelPackage stringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- modelPackage StringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- modelPackage stringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- model_package_ strgroup_ arn 
- The Amazon Resource Name (ARN) of the model group.
- modelPackage StringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
getModelPackageGroup Result
The following output properties are available:
- CreationTime string
- The time at which the model package group was created.
- ModelPackage stringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- ModelPackage objectGroup Policy 
- A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . - Search the CloudFormation User Guide for - AWS::SageMaker::ModelPackageGroupfor more information about the expected schema for this property.
- ModelPackage Pulumi.Group Status Aws Native. Sage Maker. Model Package Group Status 
- The status of a modelpackage group job.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- CreationTime string
- The time at which the model package group was created.
- ModelPackage stringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- ModelPackage interface{}Group Policy 
- A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . - Search the CloudFormation User Guide for - AWS::SageMaker::ModelPackageGroupfor more information about the expected schema for this property.
- ModelPackage ModelGroup Status Package Group Status 
- The status of a modelpackage group job.
- Tag
- An array of key-value pairs to apply to this resource.
- creationTime String
- The time at which the model package group was created.
- modelPackage StringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- modelPackage ObjectGroup Policy 
- A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . - Search the CloudFormation User Guide for - AWS::SageMaker::ModelPackageGroupfor more information about the expected schema for this property.
- modelPackage ModelGroup Status Package Group Status 
- The status of a modelpackage group job.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- creationTime string
- The time at which the model package group was created.
- modelPackage stringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- modelPackage anyGroup Policy 
- A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . - Search the CloudFormation User Guide for - AWS::SageMaker::ModelPackageGroupfor more information about the expected schema for this property.
- modelPackage ModelGroup Status Package Group Status 
- The status of a modelpackage group job.
- Tag[]
- An array of key-value pairs to apply to this resource.
- creation_time str
- The time at which the model package group was created.
- model_package_ strgroup_ arn 
- The Amazon Resource Name (ARN) of the model group.
- model_package_ Anygroup_ policy 
- A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . - Search the CloudFormation User Guide for - AWS::SageMaker::ModelPackageGroupfor more information about the expected schema for this property.
- model_package_ Modelgroup_ status Package Group Status 
- The status of a modelpackage group job.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- creationTime String
- The time at which the model package group was created.
- modelPackage StringGroup Arn 
- The Amazon Resource Name (ARN) of the model group.
- modelPackage AnyGroup Policy 
- A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . - Search the CloudFormation User Guide for - AWS::SageMaker::ModelPackageGroupfor more information about the expected schema for this property.
- modelPackage "Pending" | "InGroup Status Progress" | "Completed" | "Failed" | "Deleting" | "Delete Failed" 
- The status of a modelpackage group job.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
ModelPackageGroupStatus   
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.