@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.840Z") @Stability(value=Experimental) public interface SageMakerUpdateEndpointProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
SageMakerUpdateEndpoint.Builder.create(this, "SagemakerEndpoint")
.endpointName(JsonPath.stringAt("$.Endpoint.Name"))
.endpointConfigName(JsonPath.stringAt("$.Endpoint.EndpointConfig"))
.build();
https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html| Modifier and Type | Interface and Description |
|---|---|
static class |
SageMakerUpdateEndpointProps.Builder
A builder for
SageMakerUpdateEndpointProps |
static class |
SageMakerUpdateEndpointProps.Jsii$Proxy
An implementation for
SageMakerUpdateEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static SageMakerUpdateEndpointProps.Builder |
builder() |
String |
getEndpointConfigName()
(experimental) The name of the new endpoint configuration.
|
String |
getEndpointName()
(experimental) The name of the endpoint whose configuration you want to update.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull String getEndpointConfigName()
@Stability(value=Experimental) @NotNull String getEndpointName()
@Stability(value=Experimental) static SageMakerUpdateEndpointProps.Builder builder()
builder in interface TaskStateBasePropsSageMakerUpdateEndpointProps.Builder of SageMakerUpdateEndpointPropsCopyright © 2022. All rights reserved.