Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointConfigStepMetadata
-
Packages that use EndpointConfigStepMetadata Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointConfigStepMetadata in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointConfigStepMetadata Modifier and Type Method Description EndpointConfigStepMetadataPipelineExecutionStepMetadata. endpointConfig()The endpoint configuration used to create an endpoint during this step execution.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointConfigStepMetadata Modifier and Type Method Description PipelineExecutionStepMetadata.BuilderPipelineExecutionStepMetadata.Builder. endpointConfig(EndpointConfigStepMetadata endpointConfig)The endpoint configuration used to create an endpoint during this step execution.
-