Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
ExperimentConfig |
CreateProcessingJobRequest.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
ProcessingJob.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
TrainingJob.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
DescribeTransformJobResponse.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
DescribeTrainingJobResponse.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
DescribeProcessingJobResponse.experimentConfig()
The configuration information used to create an experiment.
|
ExperimentConfig |
CreateTransformJobRequest.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
TransformJob.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
ExperimentConfig |
CreateTrainingJobRequest.experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
Modifier and Type | Method and Description |
---|---|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
TrainingJob.Builder |
TrainingJob.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.experimentConfig(ExperimentConfig experimentConfig)
The configuration information used to create an experiment.
|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
TransformJob.Builder |
TransformJob.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
Copyright © 2022. All rights reserved.