Uses of Class
software.amazon.awssdk.services.sagemaker.model.TensorBoardOutputConfig
-
Packages that use TensorBoardOutputConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TensorBoardOutputConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TensorBoardOutputConfig Modifier and Type Method Description TensorBoardOutputConfigCreateTrainingJobRequest. tensorBoardOutputConfig()Returns the value of the TensorBoardOutputConfig property for this object.TensorBoardOutputConfigDescribeTrainingJobResponse. tensorBoardOutputConfig()Returns the value of the TensorBoardOutputConfig property for this object.TensorBoardOutputConfigTrainingJob. tensorBoardOutputConfig()Returns the value of the TensorBoardOutputConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TensorBoardOutputConfig Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. tensorBoardOutputConfig(TensorBoardOutputConfig tensorBoardOutputConfig)Sets the value of the TensorBoardOutputConfig property for this object.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. tensorBoardOutputConfig(TensorBoardOutputConfig tensorBoardOutputConfig)Sets the value of the TensorBoardOutputConfig property for this object.TrainingJob.BuilderTrainingJob.Builder. tensorBoardOutputConfig(TensorBoardOutputConfig tensorBoardOutputConfig)Sets the value of the TensorBoardOutputConfig property for this object.
-