Struct aws_sdk_sagemaker::operation::create_model_bias_job_definition::CreateModelBiasJobDefinitionInput
source · #[non_exhaustive]pub struct CreateModelBiasJobDefinitionInput { /* private fields */ }
Implementations§
source§impl CreateModelBiasJobDefinitionInput
impl CreateModelBiasJobDefinitionInput
sourcepub fn job_definition_name(&self) -> Option<&str>
pub fn job_definition_name(&self) -> Option<&str>
The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
sourcepub fn model_bias_baseline_config(&self) -> Option<&ModelBiasBaselineConfig>
pub fn model_bias_baseline_config(&self) -> Option<&ModelBiasBaselineConfig>
The baseline configuration for a model bias job.
sourcepub fn model_bias_app_specification(&self) -> Option<&ModelBiasAppSpecification>
pub fn model_bias_app_specification(&self) -> Option<&ModelBiasAppSpecification>
Configures the model bias job to run a specified Docker container image.
sourcepub fn model_bias_job_input(&self) -> Option<&ModelBiasJobInput>
pub fn model_bias_job_input(&self) -> Option<&ModelBiasJobInput>
Inputs for the model bias job.
sourcepub fn model_bias_job_output_config(&self) -> Option<&MonitoringOutputConfig>
pub fn model_bias_job_output_config(&self) -> Option<&MonitoringOutputConfig>
The output configuration for monitoring jobs.
sourcepub fn job_resources(&self) -> Option<&MonitoringResources>
pub fn job_resources(&self) -> Option<&MonitoringResources>
Identifies the resources to deploy for a monitoring job.
sourcepub fn network_config(&self) -> Option<&MonitoringNetworkConfig>
pub fn network_config(&self) -> Option<&MonitoringNetworkConfig>
Networking options for a model bias job.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
sourcepub fn stopping_condition(&self) -> Option<&MonitoringStoppingCondition>
pub fn stopping_condition(&self) -> Option<&MonitoringStoppingCondition>
A time limit for how long the monitoring job is allowed to run before stopping.
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
source§impl CreateModelBiasJobDefinitionInput
impl CreateModelBiasJobDefinitionInput
sourcepub fn builder() -> CreateModelBiasJobDefinitionInputBuilder
pub fn builder() -> CreateModelBiasJobDefinitionInputBuilder
Creates a new builder-style object to manufacture CreateModelBiasJobDefinitionInput
.
source§impl CreateModelBiasJobDefinitionInput
impl CreateModelBiasJobDefinitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateModelBiasJobDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateModelBiasJobDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateModelBiasJobDefinition
>
Trait Implementations§
source§impl Clone for CreateModelBiasJobDefinitionInput
impl Clone for CreateModelBiasJobDefinitionInput
source§fn clone(&self) -> CreateModelBiasJobDefinitionInput
fn clone(&self) -> CreateModelBiasJobDefinitionInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateModelBiasJobDefinitionInput> for CreateModelBiasJobDefinitionInput
impl PartialEq<CreateModelBiasJobDefinitionInput> for CreateModelBiasJobDefinitionInput
source§fn eq(&self, other: &CreateModelBiasJobDefinitionInput) -> bool
fn eq(&self, other: &CreateModelBiasJobDefinitionInput) -> bool
self
and other
values to be equal, and is used
by ==
.