@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.926Z") @Stability(value=Experimental) public interface SageMakerCreateEndpointProps 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 |
SageMakerCreateEndpointProps.Builder
A builder for
SageMakerCreateEndpointProps |
static class |
SageMakerCreateEndpointProps.Jsii$Proxy
An implementation for
SageMakerCreateEndpointProps |
Modifier and Type | Method and Description |
---|---|
static SageMakerCreateEndpointProps.Builder |
builder() |
String |
getEndpointConfigName()
(experimental) The name of an endpoint configuration.
|
String |
getEndpointName()
(experimental) The name of the endpoint.
|
default TaskInput |
getTags()
(experimental) Tags to be applied to the endpoint.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
@Stability(value=Experimental) @NotNull String getEndpointConfigName()
@Stability(value=Experimental) @NotNull String getEndpointName()
The name must be unique within an AWS Region in your AWS account.
@Stability(value=Experimental) @Nullable default TaskInput getTags()
Default: - No tags
@Stability(value=Experimental) static SageMakerCreateEndpointProps.Builder builder()
builder
in interface TaskStateBaseProps
SageMakerCreateEndpointProps.Builder
of SageMakerCreateEndpointProps
Copyright © 2021. All rights reserved.