@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-27T16:28:06.774Z") public interface SageMakerCreateEndpointProps extends 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() |
java.lang.String |
getEndpointConfigName()
The name of an endpoint configuration.
|
java.lang.String |
getEndpointName()
The name of the endpoint.
|
default TaskInput |
getTags()
Tags to be applied to the endpoint.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
java.lang.String getEndpointConfigName()
java.lang.String getEndpointName()
The name must be unique within an AWS Region in your AWS account.
default TaskInput getTags()
Default: - No tags
static SageMakerCreateEndpointProps.Builder builder()
builder
in interface TaskStateBaseProps
SageMakerCreateEndpointProps.Builder
of SageMakerCreateEndpointProps