@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.225Z") @Stability(value=Stable) public interface CfnModelProps extends software.amazon.jsii.JsiiSerializable
| 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 Object |
getInferenceExecutionConfig()
`AWS::SageMaker::Model.InferenceExecutionConfig`.
|
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()
@Stability(value=Stable) @Nullable default Object getContainers()
@Stability(value=Stable) @Nullable default Object getEnableNetworkIsolation()
@Stability(value=Stable) @Nullable default Object getInferenceExecutionConfig()
@Stability(value=Stable) @Nullable default String getModelName()
@Stability(value=Stable) @Nullable default Object getPrimaryContainer()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getVpcConfig()
@Stability(value=Stable) static CfnModelProps.Builder builder()
CfnModelProps.Builder of CfnModelPropsCopyright © 2021. All rights reserved.