Uses of Class
software.amazon.awssdk.services.sagemaker.model.ActionSource
-
Packages that use ActionSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ActionSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ActionSource Modifier and Type Method Description ActionSourceActionSummary. source()The source of the action.ActionSourceCreateActionRequest. source()The source type, ID, and URI.ActionSourceDescribeActionResponse. source()The source of the action.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ActionSource Modifier and Type Method Description ActionSummary.BuilderActionSummary.Builder. source(ActionSource source)The source of the action.CreateActionRequest.BuilderCreateActionRequest.Builder. source(ActionSource source)The source type, ID, and URI.DescribeActionResponse.BuilderDescribeActionResponse.Builder. source(ActionSource source)The source of the action.
-