Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TrialComponentStatus.Builder
-
Packages that use TrialComponentStatus.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentStatus.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrialComponentStatus.Builder Modifier and Type Method Description static TrialComponentStatus.BuilderTrialComponentStatus. builder()TrialComponentStatus.BuilderTrialComponentStatus.Builder. message(String message)If the component failed, a message describing why.TrialComponentStatus.BuilderTrialComponentStatus.Builder. primaryStatus(String primaryStatus)The status of the trial component.TrialComponentStatus.BuilderTrialComponentStatus.Builder. primaryStatus(TrialComponentPrimaryStatus primaryStatus)The status of the trial component.TrialComponentStatus.BuilderTrialComponentStatus. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentStatus.Builder Modifier and Type Method Description static Class<? extends TrialComponentStatus.Builder>TrialComponentStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentStatus.Builder Modifier and Type Method Description default CreateTrialComponentRequest.BuilderCreateTrialComponentRequest.Builder. status(Consumer<TrialComponentStatus.Builder> status)The status of the component.default DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. status(Consumer<TrialComponentStatus.Builder> status)The status of the component.default TrialComponent.BuilderTrialComponent.Builder. status(Consumer<TrialComponentStatus.Builder> status)Sets the value of the Status property for this object.default TrialComponentSummary.BuilderTrialComponentSummary.Builder. status(Consumer<TrialComponentStatus.Builder> status)The status of the component.default UpdateTrialComponentRequest.BuilderUpdateTrialComponentRequest.Builder. status(Consumer<TrialComponentStatus.Builder> status)The new status of the component.
-