Interface SageMakerUpdateEndpointProps
(experimental) Properties for updating Amazon SageMaker endpoint.
https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html
Synopsis
Properties
endpointConfigName | (experimental) The name of the new endpoint configuration. |
endpointName | (experimental) The name of the endpoint whose configuration you want to update. |
Properties
endpointConfigName
(experimental) The name of the new endpoint configuration.
Declaration
readonly endpointConfigName: string;
Property Value
string
endpointName
(experimental) The name of the endpoint whose configuration you want to update.
Declaration
readonly endpointName: string;
Property Value
string