@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.926Z") @Stability(value=Experimental) public interface SageMakerCreateEndpointConfigProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html
Modifier and Type | Interface and Description |
---|---|
static class |
SageMakerCreateEndpointConfigProps.Builder
A builder for
SageMakerCreateEndpointConfigProps |
static class |
SageMakerCreateEndpointConfigProps.Jsii$Proxy
An implementation for
SageMakerCreateEndpointConfigProps |
Modifier and Type | Method and Description |
---|---|
static SageMakerCreateEndpointConfigProps.Builder |
builder() |
String |
getEndpointConfigName()
(experimental) The name of the endpoint configuration.
|
default IKey |
getKmsKey()
(experimental) AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.
|
List<ProductionVariant> |
getProductionVariants()
(experimental) An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
default TaskInput |
getTags()
(experimental) Tags to be applied to the endpoint configuration.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
@Stability(value=Experimental) @NotNull String getEndpointConfigName()
@Stability(value=Experimental) @NotNull List<ProductionVariant> getProductionVariants()
Identifies a model that you want to host and the resources to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights.
@Stability(value=Experimental) @Nullable default IKey getKmsKey()
Default: - None
@Stability(value=Experimental) @Nullable default TaskInput getTags()
Default: - No tags
@Stability(value=Experimental) static SageMakerCreateEndpointConfigProps.Builder builder()
builder
in interface TaskStateBaseProps
SageMakerCreateEndpointConfigProps.Builder
of SageMakerCreateEndpointConfigProps
Copyright © 2021. All rights reserved.