Uses of Class
software.amazon.awssdk.services.sagemaker.model.AdditionalS3DataSourceDataType
-
Packages that use AdditionalS3DataSourceDataType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AdditionalS3DataSourceDataType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AdditionalS3DataSourceDataType Modifier and Type Method Description static AdditionalS3DataSourceDataTypeAdditionalS3DataSourceDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AdditionalS3DataSourceDataTypeAdditionalS3DataSource. s3DataType()The data type of the additional data source that you specify for use in inference or training.static AdditionalS3DataSourceDataTypeAdditionalS3DataSourceDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalS3DataSourceDataType[]AdditionalS3DataSourceDataType. 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 AdditionalS3DataSourceDataType Modifier and Type Method Description static Set<AdditionalS3DataSourceDataType>AdditionalS3DataSourceDataType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AdditionalS3DataSourceDataType Modifier and Type Method Description AdditionalS3DataSource.BuilderAdditionalS3DataSource.Builder. s3DataType(AdditionalS3DataSourceDataType s3DataType)The data type of the additional data source that you specify for use in inference or training.
-