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.BuilderAssociateTrialComponentResponse. builder()AssociateTrialComponentResponse.BuilderAssociateTrialComponentResponse. toBuilder()AssociateTrialComponentResponse.BuilderAssociateTrialComponentResponse.Builder. trialArn(String trialArn)The Amazon Resource Name (ARN) of the trial.AssociateTrialComponentResponse.BuilderAssociateTrialComponentResponse.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()
-