Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentStatus
-
Packages that use InferenceComponentStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentStatus Modifier and Type Method Description static InferenceComponentStatusInferenceComponentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceComponentStatusDescribeInferenceComponentResponse. inferenceComponentStatus()The status of the inference component.InferenceComponentStatusInferenceComponentSummary. inferenceComponentStatus()The status of the inference component.InferenceComponentStatusListInferenceComponentsRequest. statusEquals()Filters the results to only those inference components with the specified status.static InferenceComponentStatusInferenceComponentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceComponentStatus[]InferenceComponentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentStatus Modifier and Type Method Description static Set<InferenceComponentStatus>InferenceComponentStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentStatus Modifier and Type Method Description DescribeInferenceComponentResponse.BuilderDescribeInferenceComponentResponse.Builder. inferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus)The status of the inference component.InferenceComponentSummary.BuilderInferenceComponentSummary.Builder. inferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus)The status of the inference component.ListInferenceComponentsRequest.BuilderListInferenceComponentsRequest.Builder. statusEquals(InferenceComponentStatus statusEquals)Filters the results to only those inference components with the specified status.
-