Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLChannelType
-
Packages that use AutoMLChannelType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLChannelType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLChannelType Modifier and Type Method Description AutoMLChannelTypeAutoMLChannel. channelType()The channel type (optional) is anenumstring.AutoMLChannelTypeAutoMLJobChannel. channelType()The type of channel.static AutoMLChannelTypeAutoMLChannelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoMLChannelTypeAutoMLChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoMLChannelType[]AutoMLChannelType. 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 AutoMLChannelType Modifier and Type Method Description static Set<AutoMLChannelType>AutoMLChannelType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLChannelType Modifier and Type Method Description AutoMLChannel.BuilderAutoMLChannel.Builder. channelType(AutoMLChannelType channelType)The channel type (optional) is anenumstring.AutoMLJobChannel.BuilderAutoMLJobChannel.Builder. channelType(AutoMLChannelType channelType)The type of channel.
-