@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:39.970Z") public class CfnProject extends CfnResource implements IInspectable
Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.
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 serviceCatalogProvisioningDetails; CfnProject cfnProject = CfnProject.Builder.create(this, "MyCfnProject") .projectName("projectName") .serviceCatalogProvisioningDetails(serviceCatalogProvisioningDetails) // the properties below are optional .projectDescription("projectDescription") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnProject.Builder
A fluent builder for
CfnProject . |
static interface |
CfnProject.ProvisioningParameterProperty
A key value pair used when you provision a project as a service catalog product.
|
static interface |
CfnProject.ServiceCatalogProvisionedProductDetailsProperty
Details of a provisioned service catalog product.
|
static interface |
CfnProject.ServiceCatalogProvisioningDetailsProperty
Details that you specify to provision a service catalog product.
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnProject(Construct scope,
java.lang.String id,
CfnProjectProps props)
Create a new `AWS::SageMaker::Project`.
|
protected |
CfnProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnProject(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttrCreationTime()
The time that the project was created.
|
java.lang.String |
getAttrProjectArn()
The Amazon Resource Name (ARN) of the project.
|
java.lang.String |
getAttrProjectId()
The ID of the project.
|
java.lang.String |
getAttrProjectStatus()
The status of the project.
|
java.lang.String |
getAttrServiceCatalogProvisionedProductDetailsProvisionedProductId() |
java.lang.String |
getAttrServiceCatalogProvisionedProductDetailsProvisionedProductStatusMessage() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.String |
getProjectDescription()
The description of the project.
|
java.lang.String |
getProjectName()
The name of the project.
|
java.lang.Object |
getServiceCatalogProvisioningDetails()
The product ID and provisioning artifact ID to provision a service catalog.
|
TagManager |
getTags()
A list of key-value pairs to apply to this resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setProjectDescription(java.lang.String value)
The description of the project.
|
void |
setProjectName(java.lang.String value)
The name of the project.
|
void |
setServiceCatalogProvisioningDetails(java.lang.Object value)
The product ID and provisioning artifact ID to provision a service catalog.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnProject(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnProject(Construct scope, java.lang.String id, CfnProjectProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.public java.lang.String getAttrCreationTime()
public java.lang.String getAttrProjectArn()
public java.lang.String getAttrProjectId()
This ID is prepended to all entities associated with this project.
public java.lang.String getAttrProjectStatus()
public java.lang.String getAttrServiceCatalogProvisionedProductDetailsProvisionedProductId()
public java.lang.String getAttrServiceCatalogProvisionedProductDetailsProvisionedProductStatusMessage()
protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public TagManager getTags()
For more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
public java.lang.String getProjectName()
public void setProjectName(java.lang.String value)
public java.lang.Object getServiceCatalogProvisioningDetails()
For information, see What is AWS Service Catalog .
public void setServiceCatalogProvisioningDetails(java.lang.Object value)
For information, see What is AWS Service Catalog .
public java.lang.String getProjectDescription()
public void setProjectDescription(java.lang.String value)