@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.787Z") @Stability(value=Stable) public interface CfnModelProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelProps.Builder
A builder for
CfnModelProps |
static class |
CfnModelProps.Jsii$Proxy
An implementation for
CfnModelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelProps.Builder |
builder() |
default Object |
getContainers()
`AWS::SageMaker::Model.Containers`.
|
default Object |
getEnableNetworkIsolation()
`AWS::SageMaker::Model.EnableNetworkIsolation`.
|
String |
getExecutionRoleArn()
`AWS::SageMaker::Model.ExecutionRoleArn`.
|
default String |
getModelName()
`AWS::SageMaker::Model.ModelName`.
|
default Object |
getPrimaryContainer()
`AWS::SageMaker::Model.PrimaryContainer`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::Model.Tags`.
|
default Object |
getVpcConfig()
`AWS::SageMaker::Model.VpcConfig`.
|
@Stability(value=Stable) @NotNull String getExecutionRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn@Stability(value=Stable) @Nullable default Object getContainers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-containers@Stability(value=Stable) @Nullable default Object getEnableNetworkIsolation()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-enablenetworkisolation@Stability(value=Stable) @Nullable default String getModelName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname@Stability(value=Stable) @Nullable default Object getPrimaryContainer()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-primarycontainer@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-tags@Stability(value=Stable) @Nullable default Object getVpcConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-vpcconfig@Stability(value=Stable) static CfnModelProps.Builder builder()
CfnModelProps.Builder of CfnModelPropsCopyright © 2020. All rights reserved.