Uses of Class
software.amazon.awssdk.services.bedrock.model.InferenceProfileStatus
-
Packages that use InferenceProfileStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InferenceProfileStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return InferenceProfileStatus Modifier and Type Method Description static InferenceProfileStatusInferenceProfileStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceProfileStatusCreateInferenceProfileResponse. status()The status of the inference profile.InferenceProfileStatusGetInferenceProfileResponse. status()The status of the inference profile.InferenceProfileStatusInferenceProfileSummary. status()The status of the inference profile.static InferenceProfileStatusInferenceProfileStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceProfileStatus[]InferenceProfileStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type InferenceProfileStatus Modifier and Type Method Description static Set<InferenceProfileStatus>InferenceProfileStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InferenceProfileStatus Modifier and Type Method Description CreateInferenceProfileResponse.BuilderCreateInferenceProfileResponse.Builder. status(InferenceProfileStatus status)The status of the inference profile.GetInferenceProfileResponse.BuilderGetInferenceProfileResponse.Builder. status(InferenceProfileStatus status)The status of the inference profile.InferenceProfileSummary.BuilderInferenceProfileSummary.Builder. status(InferenceProfileStatus status)The status of the inference profile.
-