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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.sagemaker.getModelPackageGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 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:

    getModelPackageGroup Result

    The following output properties are available:

    CreationTime string
    The time at which the model package group was created.
    ModelPackageGroupArn string
    ModelPackageGroupPolicy object
    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
    ModelPackageGroupPolicy interface{}
    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
    modelPackageGroupPolicy Object
    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
    modelPackageGroupPolicy any
    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
    model_package_group_policy Any
    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
    modelPackageGroupPolicy Any
    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi