Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ContextSource.Builder
-
Packages that use ContextSource.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ContextSource.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ContextSource.Builder Modifier and Type Method Description static ContextSource.BuilderContextSource. builder()ContextSource.BuilderContextSource.Builder. sourceId(String sourceId)The ID of the source.ContextSource.BuilderContextSource.Builder. sourceType(String sourceType)The type of the source.ContextSource.BuilderContextSource.Builder. sourceUri(String sourceUri)The URI of the source.ContextSource.BuilderContextSource. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ContextSource.Builder Modifier and Type Method Description static Class<? extends ContextSource.Builder>ContextSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ContextSource.Builder Modifier and Type Method Description default ContextSummary.BuilderContextSummary.Builder. source(Consumer<ContextSource.Builder> source)The source of the context.default CreateContextRequest.BuilderCreateContextRequest.Builder. source(Consumer<ContextSource.Builder> source)The source type, ID, and URI.default DescribeContextResponse.BuilderDescribeContextResponse.Builder. source(Consumer<ContextSource.Builder> source)The source of the context.
-