Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CollectionConfiguration.Builder
-
Packages that use CollectionConfiguration.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CollectionConfiguration.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CollectionConfiguration.Builder Modifier and Type Method Description static CollectionConfiguration.BuilderCollectionConfiguration. builder()CollectionConfiguration.BuilderCollectionConfiguration.Builder. collectionName(String collectionName)The name of the tensor collection.CollectionConfiguration.BuilderCollectionConfiguration.Builder. collectionParameters(Map<String,String> collectionParameters)Parameter values for the tensor collection.CollectionConfiguration.BuilderCollectionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CollectionConfiguration.Builder Modifier and Type Method Description static Class<? extends CollectionConfiguration.Builder>CollectionConfiguration. serializableBuilderClass()
-