Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceExecutionMode
-
Packages that use InferenceExecutionMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceExecutionMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceExecutionMode Modifier and Type Method Description static InferenceExecutionModeInferenceExecutionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceExecutionModeInferenceExecutionConfig. mode()How containers in a multi-container are run.static InferenceExecutionModeInferenceExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceExecutionMode[]InferenceExecutionMode. 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 InferenceExecutionMode Modifier and Type Method Description static Set<InferenceExecutionMode>InferenceExecutionMode. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceExecutionMode Modifier and Type Method Description InferenceExecutionConfig.BuilderInferenceExecutionConfig.Builder. mode(InferenceExecutionMode mode)How containers in a multi-container are run.
-