Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppImageConfigDetails
-
Packages that use AppImageConfigDetails Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of AppImageConfigDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AppImageConfigDetails Modifier and Type Method Description List<AppImageConfigDetails>ListAppImageConfigsResponse. appImageConfigs()A list of AppImageConfigs and their properties.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppImageConfigDetails Modifier and Type Method Description ListAppImageConfigsResponse.BuilderListAppImageConfigsResponse.Builder. appImageConfigs(AppImageConfigDetails... appImageConfigs)A list of AppImageConfigs and their properties.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AppImageConfigDetails Modifier and Type Method Description ListAppImageConfigsResponse.BuilderListAppImageConfigsResponse.Builder. appImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)A list of AppImageConfigs and their properties. -
Uses of AppImageConfigDetails in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type AppImageConfigDetails Modifier and Type Method Description SdkIterable<AppImageConfigDetails>ListAppImageConfigsIterable. appImageConfigs()Returns an iterable to iterate through the paginatedListAppImageConfigsResponse.appImageConfigs()member.SdkPublisher<AppImageConfigDetails>ListAppImageConfigsPublisher. appImageConfigs()Returns a publisher that can be used to get a stream of data.
-