@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.207Z") @Stability(value=Stable) public class CfnModel extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static class |
CfnModel.Builder
A fluent builder for
CfnModel . |
static interface |
CfnModel.ContainerDefinitionProperty |
static interface |
CfnModel.ImageConfigProperty |
static interface |
CfnModel.InferenceExecutionConfigProperty |
static interface |
CfnModel.MultiModelConfigProperty |
static interface |
CfnModel.VpcConfigProperty |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Modifier and Type | Field and Description |
---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnModel(software.constructs.Construct scope,
String id,
CfnModelProps props)
Create a new `AWS::SageMaker::Model`.
|
protected |
CfnModel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnModel(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrModelName() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getContainers()
`AWS::SageMaker::Model.Containers`.
|
Object |
getEnableNetworkIsolation()
`AWS::SageMaker::Model.EnableNetworkIsolation`.
|
String |
getExecutionRoleArn()
`AWS::SageMaker::Model.ExecutionRoleArn`.
|
Object |
getInferenceExecutionConfig()
`AWS::SageMaker::Model.InferenceExecutionConfig`.
|
String |
getModelName()
`AWS::SageMaker::Model.ModelName`.
|
Object |
getPrimaryContainer()
`AWS::SageMaker::Model.PrimaryContainer`.
|
TagManager |
getTags()
`AWS::SageMaker::Model.Tags`.
|
Object |
getVpcConfig()
`AWS::SageMaker::Model.VpcConfig`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setContainers(IResolvable value)
`AWS::SageMaker::Model.Containers`.
|
void |
setContainers(List<Object> value)
`AWS::SageMaker::Model.Containers`.
|
void |
setEnableNetworkIsolation(Boolean value)
`AWS::SageMaker::Model.EnableNetworkIsolation`.
|
void |
setEnableNetworkIsolation(IResolvable value)
`AWS::SageMaker::Model.EnableNetworkIsolation`.
|
void |
setExecutionRoleArn(String value)
`AWS::SageMaker::Model.ExecutionRoleArn`.
|
void |
setInferenceExecutionConfig(CfnModel.InferenceExecutionConfigProperty value)
`AWS::SageMaker::Model.InferenceExecutionConfig`.
|
void |
setInferenceExecutionConfig(IResolvable value)
`AWS::SageMaker::Model.InferenceExecutionConfig`.
|
void |
setModelName(String value)
`AWS::SageMaker::Model.ModelName`.
|
void |
setPrimaryContainer(CfnModel.ContainerDefinitionProperty value)
`AWS::SageMaker::Model.PrimaryContainer`.
|
void |
setPrimaryContainer(IResolvable value)
`AWS::SageMaker::Model.PrimaryContainer`.
|
void |
setVpcConfig(CfnModel.VpcConfigProperty value)
`AWS::SageMaker::Model.VpcConfig`.
|
void |
setVpcConfig(IResolvable value)
`AWS::SageMaker::Model.VpcConfig`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnModel(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnModel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnModel(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnModelProps 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.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull public String getAttrModelName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getExecutionRoleArn()
@Stability(value=Stable) public void setExecutionRoleArn(@NotNull String value)
@Stability(value=Stable) @Nullable public Object getContainers()
@Stability(value=Stable) public void setContainers(@Nullable IResolvable value)
@Stability(value=Stable) public void setContainers(@Nullable List<Object> value)
@Stability(value=Stable) @Nullable public Object getEnableNetworkIsolation()
@Stability(value=Stable) public void setEnableNetworkIsolation(@Nullable Boolean value)
@Stability(value=Stable) public void setEnableNetworkIsolation(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public Object getInferenceExecutionConfig()
@Stability(value=Stable) public void setInferenceExecutionConfig(@Nullable CfnModel.InferenceExecutionConfigProperty value)
@Stability(value=Stable) public void setInferenceExecutionConfig(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public String getModelName()
@Stability(value=Stable) public void setModelName(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getPrimaryContainer()
@Stability(value=Stable) public void setPrimaryContainer(@Nullable CfnModel.ContainerDefinitionProperty value)
@Stability(value=Stable) public void setPrimaryContainer(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public Object getVpcConfig()
@Stability(value=Stable) public void setVpcConfig(@Nullable CfnModel.VpcConfigProperty value)
@Stability(value=Stable) public void setVpcConfig(@Nullable IResolvable value)
Copyright © 2021. All rights reserved.