Uses of Class
software.amazon.awssdk.services.sagemaker.model.OutputParameter
-
Packages that use OutputParameter Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OutputParameter in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type OutputParameter Modifier and Type Method Description List<OutputParameter>CallbackStepMetadata. outputParameters()A list of the output parameters of the callback step.List<OutputParameter>LambdaStepMetadata. outputParameters()A list of the output parameters of the Lambda step.List<OutputParameter>SendPipelineExecutionStepSuccessRequest. outputParameters()A list of the output parameters of the callback step.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OutputParameter Modifier and Type Method Description CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. outputParameters(OutputParameter... outputParameters)A list of the output parameters of the callback step.LambdaStepMetadata.BuilderLambdaStepMetadata.Builder. outputParameters(OutputParameter... outputParameters)A list of the output parameters of the Lambda step.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. outputParameters(OutputParameter... outputParameters)A list of the output parameters of the callback step.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type OutputParameter Modifier and Type Method Description CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. outputParameters(Collection<OutputParameter> outputParameters)A list of the output parameters of the callback step.LambdaStepMetadata.BuilderLambdaStepMetadata.Builder. outputParameters(Collection<OutputParameter> outputParameters)A list of the output parameters of the Lambda step.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. outputParameters(Collection<OutputParameter> outputParameters)A list of the output parameters of the callback step.
-