Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AssociateTrialComponentResponse.Builder
-
Packages that use AssociateTrialComponentResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AssociateTrialComponentResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AssociateTrialComponentResponse.Builder Modifier and Type Method Description static AssociateTrialComponentResponse.Builder
AssociateTrialComponentResponse. builder()
AssociateTrialComponentResponse.Builder
AssociateTrialComponentResponse. toBuilder()
AssociateTrialComponentResponse.Builder
AssociateTrialComponentResponse.Builder. trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.AssociateTrialComponentResponse.Builder
AssociateTrialComponentResponse.Builder. trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AssociateTrialComponentResponse.Builder Modifier and Type Method Description static Class<? extends AssociateTrialComponentResponse.Builder>
AssociateTrialComponentResponse. serializableBuilderClass()
-