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