Struct aws_sdk_sagemaker::types::builders::ModelBiasJobInputBuilder
source · #[non_exhaustive]pub struct ModelBiasJobInputBuilder { /* private fields */ }
Expand description
A builder for ModelBiasJobInput
.
Implementations§
source§impl ModelBiasJobInputBuilder
impl ModelBiasJobInputBuilder
sourcepub fn endpoint_input(self, input: EndpointInput) -> Self
pub fn endpoint_input(self, input: EndpointInput) -> Self
Input object for the endpoint
sourcepub fn set_endpoint_input(self, input: Option<EndpointInput>) -> Self
pub fn set_endpoint_input(self, input: Option<EndpointInput>) -> Self
Input object for the endpoint
sourcepub fn batch_transform_input(self, input: BatchTransformInput) -> Self
pub fn batch_transform_input(self, input: BatchTransformInput) -> Self
Input object for the batch transform job.
sourcepub fn set_batch_transform_input(
self,
input: Option<BatchTransformInput>
) -> Self
pub fn set_batch_transform_input( self, input: Option<BatchTransformInput> ) -> Self
Input object for the batch transform job.
sourcepub fn ground_truth_s3_input(self, input: MonitoringGroundTruthS3Input) -> Self
pub fn ground_truth_s3_input(self, input: MonitoringGroundTruthS3Input) -> Self
Location of ground truth labels to use in model bias job.
sourcepub fn set_ground_truth_s3_input(
self,
input: Option<MonitoringGroundTruthS3Input>
) -> Self
pub fn set_ground_truth_s3_input( self, input: Option<MonitoringGroundTruthS3Input> ) -> Self
Location of ground truth labels to use in model bias job.
sourcepub fn build(self) -> ModelBiasJobInput
pub fn build(self) -> ModelBiasJobInput
Consumes the builder and constructs a ModelBiasJobInput
.
Trait Implementations§
source§impl Clone for ModelBiasJobInputBuilder
impl Clone for ModelBiasJobInputBuilder
source§fn clone(&self) -> ModelBiasJobInputBuilder
fn clone(&self) -> ModelBiasJobInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModelBiasJobInputBuilder
impl Debug for ModelBiasJobInputBuilder
source§impl Default for ModelBiasJobInputBuilder
impl Default for ModelBiasJobInputBuilder
source§fn default() -> ModelBiasJobInputBuilder
fn default() -> ModelBiasJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModelBiasJobInputBuilder> for ModelBiasJobInputBuilder
impl PartialEq<ModelBiasJobInputBuilder> for ModelBiasJobInputBuilder
source§fn eq(&self, other: &ModelBiasJobInputBuilder) -> bool
fn eq(&self, other: &ModelBiasJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.