1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getModelPackageGroup

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.sagemaker.getModelPackageGroup

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getModelPackageGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ModelPackageGroupArn string
    The Amazon Resource Name (ARN) of the model group.
    ModelPackageGroupArn string
    The Amazon Resource Name (ARN) of the model group.
    modelPackageGroupArn String
    The Amazon Resource Name (ARN) of the model group.
    modelPackageGroupArn string
    The Amazon Resource Name (ARN) of the model group.
    model_package_group_arn str
    The Amazon Resource Name (ARN) of the model group.
    modelPackageGroupArn String
    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.
    ModelPackageGroupArn string
    The Amazon Resource Name (ARN) of the model group.
    ModelPackageGroupPolicy object

    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::ModelPackageGroup for more information about the expected schema for this property.

    ModelPackageGroupStatus Pulumi.AwsNative.SageMaker.ModelPackageGroupStatus
    The status of a modelpackage group job.
    Tags List<Pulumi.AwsNative.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.
    ModelPackageGroupArn string
    The Amazon Resource Name (ARN) of the model group.
    ModelPackageGroupPolicy interface{}

    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::ModelPackageGroup for more information about the expected schema for this property.

    ModelPackageGroupStatus ModelPackageGroupStatus
    The status of a modelpackage group job.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    creationTime String
    The time at which the model package group was created.
    modelPackageGroupArn String
    The Amazon Resource Name (ARN) of the model group.
    modelPackageGroupPolicy Object

    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::ModelPackageGroup for more information about the expected schema for this property.

    modelPackageGroupStatus ModelPackageGroupStatus
    The status of a modelpackage group job.
    tags 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.
    modelPackageGroupArn string
    The Amazon Resource Name (ARN) of the model group.
    modelPackageGroupPolicy any

    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::ModelPackageGroup for more information about the expected schema for this property.

    modelPackageGroupStatus ModelPackageGroupStatus
    The status of a modelpackage group job.
    tags 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_group_arn str
    The Amazon Resource Name (ARN) of the model group.
    model_package_group_policy Any

    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::ModelPackageGroup for more information about the expected schema for this property.

    model_package_group_status ModelPackageGroupStatus
    The status of a modelpackage group job.
    tags 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.
    modelPackageGroupArn String
    The Amazon Resource Name (ARN) of the model group.
    modelPackageGroupPolicy Any

    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::ModelPackageGroup for more information about the expected schema for this property.

    modelPackageGroupStatus "Pending" | "InProgress" | "Completed" | "Failed" | "Deleting" | "DeleteFailed"
    The status of a modelpackage group job.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    ModelPackageGroupStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi