@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.465Z") @Stability(value=Stable) 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();
| 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()
The name of the new endpoint configuration.
|
String |
getEndpointName()
The name of the endpoint whose configuration you want to update.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getEndpointConfigName()
@Stability(value=Stable) @NotNull String getEndpointName()
@Stability(value=Stable) static SageMakerUpdateEndpointProps.Builder builder()
builder in interface TaskStateBasePropsSageMakerUpdateEndpointProps.Builder of SageMakerUpdateEndpointPropsCopyright © 2022. All rights reserved.