Uses of Interface
software.amazon.awssdk.services.sagemaker.model.OutputParameter.Builder
-
Packages that use OutputParameter.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OutputParameter.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OutputParameter.Builder Modifier and Type Method Description static OutputParameter.BuilderOutputParameter. builder()OutputParameter.BuilderOutputParameter.Builder. name(String name)The name of the output parameter.OutputParameter.BuilderOutputParameter. toBuilder()OutputParameter.BuilderOutputParameter.Builder. value(String value)The value of the output parameter.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type OutputParameter.Builder Modifier and Type Method Description static Class<? extends OutputParameter.Builder>OutputParameter. serializableBuilderClass()
-