@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.829Z") @Stability(value=Experimental) public interface SageMakerCreateEndpointProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
SageMakerCreateEndpoint.Builder.create(this, "SagemakerEndpoint")
.endpointName(JsonPath.stringAt("$.EndpointName"))
.endpointConfigName(JsonPath.stringAt("$.EndpointConfigName"))
.build();
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 TaskStateBasePropsSageMakerCreateEndpointProps.Builder of SageMakerCreateEndpointPropsCopyright © 2022. All rights reserved.