Interface CreateModelBiasJobDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateModelBiasJobDefinitionRequest.Builder,CreateModelBiasJobDefinitionRequest>
,SageMakerRequest.Builder
,SdkBuilder<CreateModelBiasJobDefinitionRequest.Builder,CreateModelBiasJobDefinitionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateModelBiasJobDefinitionRequest
public static interface CreateModelBiasJobDefinitionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelBiasJobDefinitionRequest.Builder,CreateModelBiasJobDefinitionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
jobDefinitionName
CreateModelBiasJobDefinitionRequest.Builder jobDefinitionName(String 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.Builder
avoiding the need to create one manually viaModelBiasBaselineConfig.builder()
.When the
Consumer
completes,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:
modelBiasBaselineConfig(ModelBiasBaselineConfig)
-
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.Builder
avoiding the need to create one manually viaModelBiasAppSpecification.builder()
.When the
Consumer
completes,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:
modelBiasAppSpecification(ModelBiasAppSpecification)
-
modelBiasJobInput
CreateModelBiasJobDefinitionRequest.Builder modelBiasJobInput(ModelBiasJobInput 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.Builder
avoiding the need to create one manually viaModelBiasJobInput.builder()
.When the
Consumer
completes,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:
modelBiasJobInput(ModelBiasJobInput)
-
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.Builder
avoiding the need to create one manually viaMonitoringOutputConfig.builder()
.When the
Consumer
completes,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:
modelBiasJobOutputConfig(MonitoringOutputConfig)
-
jobResources
CreateModelBiasJobDefinitionRequest.Builder jobResources(MonitoringResources 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.Builder
avoiding the need to create one manually viaMonitoringResources.builder()
.When the
Consumer
completes,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:
jobResources(MonitoringResources)
-
networkConfig
CreateModelBiasJobDefinitionRequest.Builder networkConfig(MonitoringNetworkConfig 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.Builder
avoiding the need to create one manually viaMonitoringNetworkConfig.builder()
.When the
Consumer
completes,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:
networkConfig(MonitoringNetworkConfig)
-
roleArn
CreateModelBiasJobDefinitionRequest.Builder roleArn(String 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.Builder
avoiding the need to create one manually viaMonitoringStoppingCondition.builder()
.When the
Consumer
completes,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:
stoppingCondition(MonitoringStoppingCondition)
-
tags
CreateModelBiasJobDefinitionRequest.Builder tags(Collection<Tag> 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
CreateModelBiasJobDefinitionRequest.Builder tags(Tag... 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
CreateModelBiasJobDefinitionRequest.Builder tags(Consumer<Tag.Builder>... 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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - 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:
#tags(java.util.Collection
)
-
overrideConfiguration
CreateModelBiasJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateModelBiasJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-