Interface CreateModelBiasJobDefinitionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateModelBiasJobDefinitionRequest.Builder,,CreateModelBiasJobDefinitionRequest> SageMakerRequest.Builder,SdkBuilder<CreateModelBiasJobDefinitionRequest.Builder,,CreateModelBiasJobDefinitionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateModelBiasJobDefinitionRequest
- 
Method Summary
Modifier and TypeMethodDescriptionjobDefinitionName(String jobDefinitionName) The name of the bias job definition.jobResources(Consumer<MonitoringResources.Builder> jobResources) Sets the value of the JobResources property for this object.jobResources(MonitoringResources jobResources) Sets the value of the JobResources property for this object.modelBiasAppSpecification(Consumer<ModelBiasAppSpecification.Builder> modelBiasAppSpecification) Configures the model bias job to run a specified Docker container image.modelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification) Configures the model bias job to run a specified Docker container image.modelBiasBaselineConfig(Consumer<ModelBiasBaselineConfig.Builder> modelBiasBaselineConfig) The baseline configuration for a model bias job.modelBiasBaselineConfig(ModelBiasBaselineConfig modelBiasBaselineConfig) The baseline configuration for a model bias job.modelBiasJobInput(Consumer<ModelBiasJobInput.Builder> modelBiasJobInput) Inputs for the model bias job.modelBiasJobInput(ModelBiasJobInput modelBiasJobInput) Inputs for the model bias job.modelBiasJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> modelBiasJobOutputConfig) Sets the value of the ModelBiasJobOutputConfig property for this object.modelBiasJobOutputConfig(MonitoringOutputConfig modelBiasJobOutputConfig) Sets the value of the ModelBiasJobOutputConfig property for this object.networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Networking options for a model bias job.networkConfig(MonitoringNetworkConfig networkConfig) Networking options for a model bias job.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.stoppingCondition(Consumer<MonitoringStoppingCondition.Builder> stoppingCondition) Sets the value of the StoppingCondition property for this object.stoppingCondition(MonitoringStoppingCondition stoppingCondition) Sets the value of the StoppingCondition property for this object.tags(Collection<Tag> tags) (Optional) An array of key-value pairs.tags(Consumer<Tag.Builder>... tags) (Optional) An array of key-value pairs.(Optional) An array of key-value pairs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
jobDefinitionName
The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
- Parameters:
 jobDefinitionName- The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelBiasBaselineConfig
CreateModelBiasJobDefinitionRequest.Builder modelBiasBaselineConfig(ModelBiasBaselineConfig modelBiasBaselineConfig) The baseline configuration for a model bias job.
- Parameters:
 modelBiasBaselineConfig- The baseline configuration for a model bias job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelBiasBaselineConfig
default CreateModelBiasJobDefinitionRequest.Builder modelBiasBaselineConfig(Consumer<ModelBiasBaselineConfig.Builder> modelBiasBaselineConfig) The baseline configuration for a model bias job.
This is a convenience method that creates an instance of theModelBiasBaselineConfig.Builderavoiding the need to create one manually viaModelBiasBaselineConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelBiasBaselineConfig(ModelBiasBaselineConfig).- Parameters:
 modelBiasBaselineConfig- a consumer that will call methods onModelBiasBaselineConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelBiasAppSpecification
CreateModelBiasJobDefinitionRequest.Builder modelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification) Configures the model bias job to run a specified Docker container image.
- Parameters:
 modelBiasAppSpecification- Configures the model bias job to run a specified Docker container image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelBiasAppSpecification
default CreateModelBiasJobDefinitionRequest.Builder modelBiasAppSpecification(Consumer<ModelBiasAppSpecification.Builder> modelBiasAppSpecification) Configures the model bias job to run a specified Docker container image.
This is a convenience method that creates an instance of theModelBiasAppSpecification.Builderavoiding the need to create one manually viaModelBiasAppSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelBiasAppSpecification(ModelBiasAppSpecification).- Parameters:
 modelBiasAppSpecification- a consumer that will call methods onModelBiasAppSpecification.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelBiasJobInput
Inputs for the model bias job.
- Parameters:
 modelBiasJobInput- Inputs for the model bias job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelBiasJobInput
default CreateModelBiasJobDefinitionRequest.Builder modelBiasJobInput(Consumer<ModelBiasJobInput.Builder> modelBiasJobInput) Inputs for the model bias job.
This is a convenience method that creates an instance of theModelBiasJobInput.Builderavoiding the need to create one manually viaModelBiasJobInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelBiasJobInput(ModelBiasJobInput).- Parameters:
 modelBiasJobInput- a consumer that will call methods onModelBiasJobInput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelBiasJobOutputConfig
CreateModelBiasJobDefinitionRequest.Builder modelBiasJobOutputConfig(MonitoringOutputConfig modelBiasJobOutputConfig) Sets the value of the ModelBiasJobOutputConfig property for this object.- Parameters:
 modelBiasJobOutputConfig- The new value for the ModelBiasJobOutputConfig property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelBiasJobOutputConfig
default CreateModelBiasJobDefinitionRequest.Builder modelBiasJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> modelBiasJobOutputConfig) Sets the value of the ModelBiasJobOutputConfig property for this object. This is a convenience method that creates an instance of theMonitoringOutputConfig.Builderavoiding the need to create one manually viaMonitoringOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelBiasJobOutputConfig(MonitoringOutputConfig).- Parameters:
 modelBiasJobOutputConfig- a consumer that will call methods onMonitoringOutputConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
jobResources
Sets the value of the JobResources property for this object.- Parameters:
 jobResources- The new value for the JobResources property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
jobResources
default CreateModelBiasJobDefinitionRequest.Builder jobResources(Consumer<MonitoringResources.Builder> jobResources) Sets the value of the JobResources property for this object. This is a convenience method that creates an instance of theMonitoringResources.Builderavoiding the need to create one manually viaMonitoringResources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobResources(MonitoringResources).- Parameters:
 jobResources- a consumer that will call methods onMonitoringResources.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
networkConfig
Networking options for a model bias job.
- Parameters:
 networkConfig- Networking options for a model bias job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkConfig
default CreateModelBiasJobDefinitionRequest.Builder networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Networking options for a model bias job.
This is a convenience method that creates an instance of theMonitoringNetworkConfig.Builderavoiding the need to create one manually viaMonitoringNetworkConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkConfig(MonitoringNetworkConfig).- Parameters:
 networkConfig- a consumer that will call methods onMonitoringNetworkConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
roleArn
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
- Parameters:
 roleArn- The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stoppingCondition
CreateModelBiasJobDefinitionRequest.Builder stoppingCondition(MonitoringStoppingCondition stoppingCondition) Sets the value of the StoppingCondition property for this object.- Parameters:
 stoppingCondition- The new value for the StoppingCondition property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stoppingCondition
default CreateModelBiasJobDefinitionRequest.Builder stoppingCondition(Consumer<MonitoringStoppingCondition.Builder> stoppingCondition) Sets the value of the StoppingCondition property for this object. This is a convenience method that creates an instance of theMonitoringStoppingCondition.Builderavoiding the need to create one manually viaMonitoringStoppingCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostoppingCondition(MonitoringStoppingCondition).- Parameters:
 stoppingCondition- a consumer that will call methods onMonitoringStoppingCondition.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
tags
(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.
- Parameters:
 tags- (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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
(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.
- Parameters:
 tags- (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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
(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.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateModelBiasJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateModelBiasJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -