@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.451Z") @Stability(value=Stable) public interface SageMakerCreateEndpointProps extends software.amazon.jsii.JsiiSerializable, 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() |
String |
getEndpointConfigName()
The name of an endpoint configuration.
|
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@Stability(value=Stable) @NotNull String getEndpointConfigName()
@Stability(value=Stable) @NotNull String getEndpointName()
The name must be unique within an AWS Region in your AWS account.
@Stability(value=Stable) @Nullable default TaskInput getTags()
Default: - No tags
@Stability(value=Stable) static SageMakerCreateEndpointProps.Builder builder()
builder in interface TaskStateBasePropsSageMakerCreateEndpointProps.Builder of SageMakerCreateEndpointPropsCopyright © 2022. All rights reserved.