AWS Native is in preview. AWS Classic is fully supported.
aws-native.sagemaker.getModelPackageGroup
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- Model
Package stringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- Model
Package stringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- model
Package StringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- model
Package stringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- model_
package_ strgroup_ arn - The Amazon Resource Name (ARN) of the model group.
- model
Package StringGroup Arn - The Amazon Resource Name (ARN) of the model group.
getModelPackageGroup Result
The following output properties are available:
- Creation
Time string - The time at which the model package group was created.
- Model
Package stringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- Model
Package 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::ModelPackageGroup
for more information about the expected schema for this property.- Model
Package 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.
- Creation
Time string - The time at which the model package group was created.
- Model
Package stringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- Model
Package 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::ModelPackageGroup
for more information about the expected schema for this property.- Model
Package 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 String - The time at which the model package group was created.
- model
Package StringGroup Arn - The Amazon Resource Name (ARN) of the model group.
- model
Package 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::ModelPackageGroup
for more information about the expected schema for this property.- model
Package 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.
- creation
Time string - The time at which the model package group was created.
- model
Package stringGroup 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::ModelPackageGroup
for more information about the expected schema for this property.- model
Package 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::ModelPackageGroup
for 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.
- creation
Time String - The time at which the model package group was created.
- model
Package StringGroup 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::ModelPackageGroup
for more information about the expected schema for this property.- model
Package "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
AWS Native is in preview. AWS Classic is fully supported.