Uses of Class
software.amazon.awssdk.services.sagemaker.model.ContextSource
-
Packages that use ContextSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ContextSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ContextSource Modifier and Type Method Description ContextSourceContextSummary. source()The source of the context.ContextSourceCreateContextRequest. source()The source type, ID, and URI.ContextSourceDescribeContextResponse. source()The source of the context.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ContextSource Modifier and Type Method Description ContextSummary.BuilderContextSummary.Builder. source(ContextSource source)The source of the context.CreateContextRequest.BuilderCreateContextRequest.Builder. source(ContextSource source)The source type, ID, and URI.DescribeContextResponse.BuilderDescribeContextResponse.Builder. source(ContextSource source)The source of the context.
-