Struct aws_sdk_sagemaker::model::processing_resources::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ProcessingResources
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster_config(self, input: ProcessingClusterConfig) -> Self
pub fn cluster_config(self, input: ProcessingClusterConfig) -> Self
The configuration for the resources in a cluster used to run the processing job.
sourcepub fn set_cluster_config(self, input: Option<ProcessingClusterConfig>) -> Self
pub fn set_cluster_config(self, input: Option<ProcessingClusterConfig>) -> Self
The configuration for the resources in a cluster used to run the processing job.
sourcepub fn build(self) -> ProcessingResources
pub fn build(self) -> ProcessingResources
Consumes the builder and constructs a ProcessingResources
.