Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointStepMetadata
-
Packages that use EndpointStepMetadata Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointStepMetadata in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointStepMetadata Modifier and Type Method Description EndpointStepMetadataPipelineExecutionStepMetadata. endpoint()The endpoint that was invoked during this step execution.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointStepMetadata Modifier and Type Method Description PipelineExecutionStepMetadata.BuilderPipelineExecutionStepMetadata.Builder. endpoint(EndpointStepMetadata endpoint)The endpoint that was invoked during this step execution.
-