Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListContextsResponse.Builder
-
Packages that use ListContextsResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListContextsResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListContextsResponse.Builder Modifier and Type Method Description static ListContextsResponse.BuilderListContextsResponse. builder()ListContextsResponse.BuilderListContextsResponse.Builder. contextSummaries(Collection<ContextSummary> contextSummaries)A list of contexts and their properties.ListContextsResponse.BuilderListContextsResponse.Builder. contextSummaries(Consumer<ContextSummary.Builder>... contextSummaries)A list of contexts and their properties.ListContextsResponse.BuilderListContextsResponse.Builder. contextSummaries(ContextSummary... contextSummaries)A list of contexts and their properties.ListContextsResponse.BuilderListContextsResponse.Builder. nextToken(String nextToken)A token for getting the next set of contexts, if there are any.ListContextsResponse.BuilderListContextsResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListContextsResponse.Builder Modifier and Type Method Description static Class<? extends ListContextsResponse.Builder>ListContextsResponse. serializableBuilderClass()
-