Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TensorBoardOutputConfig.Builder
-
Packages that use TensorBoardOutputConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TensorBoardOutputConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TensorBoardOutputConfig.Builder Modifier and Type Method Description static TensorBoardOutputConfig.BuilderTensorBoardOutputConfig. builder()TensorBoardOutputConfig.BuilderTensorBoardOutputConfig.Builder. localPath(String localPath)Path to local storage location for tensorBoard output.TensorBoardOutputConfig.BuilderTensorBoardOutputConfig.Builder. s3OutputPath(String s3OutputPath)Path to Amazon S3 storage location for TensorBoard output.TensorBoardOutputConfig.BuilderTensorBoardOutputConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TensorBoardOutputConfig.Builder Modifier and Type Method Description static Class<? extends TensorBoardOutputConfig.Builder>TensorBoardOutputConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TensorBoardOutputConfig.Builder Modifier and Type Method Description default CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. tensorBoardOutputConfig(Consumer<TensorBoardOutputConfig.Builder> tensorBoardOutputConfig)Sets the value of the TensorBoardOutputConfig property for this object.default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. tensorBoardOutputConfig(Consumer<TensorBoardOutputConfig.Builder> tensorBoardOutputConfig)Sets the value of the TensorBoardOutputConfig property for this object.default TrainingJob.BuilderTrainingJob.Builder. tensorBoardOutputConfig(Consumer<TensorBoardOutputConfig.Builder> tensorBoardOutputConfig)Sets the value of the TensorBoardOutputConfig property for this object.
-