Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CreateTrainingPlanRequest.Builder
-
Packages that use CreateTrainingPlanRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of CreateTrainingPlanRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type CreateTrainingPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateTrainingPlanResponse>SageMakerAsyncClient. createTrainingPlan(Consumer<CreateTrainingPlanRequest.Builder> createTrainingPlanRequest)Creates a new training plan in SageMaker to reserve compute capacity.default CreateTrainingPlanResponseSageMakerClient. createTrainingPlan(Consumer<CreateTrainingPlanRequest.Builder> createTrainingPlanRequest)Creates a new training plan in SageMaker to reserve compute capacity. -
Uses of CreateTrainingPlanRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CreateTrainingPlanRequest.Builder Modifier and Type Method Description static CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest. builder()CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. tags(Collection<Tag> tags)An array of key-value pairs to apply to this training plan.CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of key-value pairs to apply to this training plan.CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. tags(Tag... tags)An array of key-value pairs to apply to this training plan.CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest. toBuilder()CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. trainingPlanName(String trainingPlanName)The name of the training plan to create.CreateTrainingPlanRequest.BuilderCreateTrainingPlanRequest.Builder. trainingPlanOfferingId(String trainingPlanOfferingId)The unique identifier of the training plan offering to use for creating this plan.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CreateTrainingPlanRequest.Builder Modifier and Type Method Description static Class<? extends CreateTrainingPlanRequest.Builder>CreateTrainingPlanRequest. serializableBuilderClass()
-