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 SummaryModifier 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 AI 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
jobDefinitionNameThe 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.
 
- 
modelBiasBaselineConfigCreateModelBiasJobDefinitionRequest.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.
 
- 
modelBiasBaselineConfigdefault 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 on- ModelBiasBaselineConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelBiasAppSpecificationCreateModelBiasJobDefinitionRequest.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.
 
- 
modelBiasAppSpecificationdefault 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 on- ModelBiasAppSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelBiasJobInputInputs 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.
 
- 
modelBiasJobInputdefault 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 on- ModelBiasJobInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelBiasJobOutputConfigCreateModelBiasJobDefinitionRequest.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.
 
- 
modelBiasJobOutputConfigdefault 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 on- MonitoringOutputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jobResourcesSets 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.
 
- 
jobResourcesdefault 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 on- MonitoringResources.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
networkConfigNetworking 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.
 
- 
networkConfigdefault 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 on- MonitoringNetworkConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
roleArnThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf. - Parameters:
- roleArn- The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stoppingConditionCreateModelBiasJobDefinitionRequest.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.
 
- 
stoppingConditiondefault 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 on- MonitoringStoppingCondition.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 on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateModelBiasJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateModelBiasJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-