@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:50.408Z") public interface SageMakerCreateEndpointProps extends TaskStateBaseProps
Example:
SageMakerCreateEndpoint.Builder.create(this, "SagemakerEndpoint") .endpointName(JsonPath.stringAt("$.EndpointName")) .endpointConfigName(JsonPath.stringAt("$.EndpointConfigName")) .build();
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