@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:56.774Z")
public interface CfnModelPackageGroupProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; Object modelPackageGroupPolicy; CfnModelPackageGroupProps cfnModelPackageGroupProps = CfnModelPackageGroupProps.builder() .modelPackageGroupName("modelPackageGroupName") // the properties below are optional .modelPackageGroupDescription("modelPackageGroupDescription") .modelPackageGroupPolicy(modelPackageGroupPolicy) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackageGroupProps.Builder
A builder for
CfnModelPackageGroupProps |
static class |
CfnModelPackageGroupProps.Jsii$Proxy
An implementation for
CfnModelPackageGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackageGroupProps.Builder |
builder() |
default java.lang.String |
getModelPackageGroupDescription()
The description for the model group.
|
java.lang.String |
getModelPackageGroupName()
The name of the model group.
|
default java.lang.Object |
getModelPackageGroupPolicy()
A resouce policy to control access to a model group.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getModelPackageGroupName()
default java.lang.String getModelPackageGroupDescription()
default java.lang.Object getModelPackageGroupPolicy()
For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. .
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnModelPackageGroupProps.Builder builder()
CfnModelPackageGroupProps.Builder
of CfnModelPackageGroupProps