Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentStatus
-
Packages that use TrialComponentStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrialComponentStatus Modifier and Type Method Description TrialComponentStatusCreateTrialComponentRequest. status()The status of the component.TrialComponentStatusDescribeTrialComponentResponse. status()The status of the component.TrialComponentStatusTrialComponent. status()Returns the value of the Status property for this object.TrialComponentStatusTrialComponentSummary. status()The status of the component.TrialComponentStatusUpdateTrialComponentRequest. status()The new status of the component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialComponentStatus Modifier and Type Method Description CreateTrialComponentRequest.BuilderCreateTrialComponentRequest.Builder. status(TrialComponentStatus status)The status of the component.DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. status(TrialComponentStatus status)The status of the component.TrialComponent.BuilderTrialComponent.Builder. status(TrialComponentStatus status)Sets the value of the Status property for this object.TrialComponentSummary.BuilderTrialComponentSummary.Builder. status(TrialComponentStatus status)The status of the component.UpdateTrialComponentRequest.BuilderUpdateTrialComponentRequest.Builder. status(TrialComponentStatus status)The new status of the component.
-