Uses of Class
software.amazon.awssdk.services.eventbridge.model.SageMakerPipelineParameter
Packages that use SageMakerPipelineParameter
-
Uses of SageMakerPipelineParameter in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type SageMakerPipelineParameterModifier and TypeMethodDescriptionfinal List<SageMakerPipelineParameter>SageMakerPipelineParameters.pipelineParameterList()List of Parameter names and values for SageMaker AI Model Building Pipeline execution.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type SageMakerPipelineParameterModifier and TypeMethodDescriptionSageMakerPipelineParameters.Builder.pipelineParameterList(SageMakerPipelineParameter... pipelineParameterList) List of Parameter names and values for SageMaker AI Model Building Pipeline execution.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type SageMakerPipelineParameterModifier and TypeMethodDescriptionSageMakerPipelineParameters.Builder.pipelineParameterList(Collection<SageMakerPipelineParameter> pipelineParameterList) List of Parameter names and values for SageMaker AI Model Building Pipeline execution.