Uses of Class
software.amazon.awssdk.services.sagemaker.model.CollectionConfiguration
-
Packages that use CollectionConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CollectionConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CollectionConfiguration Modifier and Type Method Description List<CollectionConfiguration>DebugHookConfig. collectionConfigurations()Configuration information for Amazon SageMaker Debugger tensor collections.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CollectionConfiguration Modifier and Type Method Description DebugHookConfig.BuilderDebugHookConfig.Builder. collectionConfigurations(CollectionConfiguration... collectionConfigurations)Configuration information for Amazon SageMaker Debugger tensor collections.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CollectionConfiguration Modifier and Type Method Description DebugHookConfig.BuilderDebugHookConfig.Builder. collectionConfigurations(Collection<CollectionConfiguration> collectionConfigurations)Configuration information for Amazon SageMaker Debugger tensor collections.
-