Interface CreateModelExplainabilityJobDefinitionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateModelExplainabilityJobDefinitionRequest.Builder,,CreateModelExplainabilityJobDefinitionRequest> SageMakerRequest.Builder,SdkBuilder<CreateModelExplainabilityJobDefinitionRequest.Builder,,CreateModelExplainabilityJobDefinitionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateModelExplainabilityJobDefinitionRequest
- 
Method Summary
Modifier and TypeMethodDescriptionjobDefinitionName(String jobDefinitionName) The name of the model explainability 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.modelExplainabilityAppSpecification(Consumer<ModelExplainabilityAppSpecification.Builder> modelExplainabilityAppSpecification) Configures the model explainability job to run a specified Docker container image.modelExplainabilityAppSpecification(ModelExplainabilityAppSpecification modelExplainabilityAppSpecification) Configures the model explainability job to run a specified Docker container image.modelExplainabilityBaselineConfig(Consumer<ModelExplainabilityBaselineConfig.Builder> modelExplainabilityBaselineConfig) The baseline configuration for a model explainability job.modelExplainabilityBaselineConfig(ModelExplainabilityBaselineConfig modelExplainabilityBaselineConfig) The baseline configuration for a model explainability job.modelExplainabilityJobInput(Consumer<ModelExplainabilityJobInput.Builder> modelExplainabilityJobInput) Inputs for the model explainability job.modelExplainabilityJobInput(ModelExplainabilityJobInput modelExplainabilityJobInput) Inputs for the model explainability job.modelExplainabilityJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> modelExplainabilityJobOutputConfig) Sets the value of the ModelExplainabilityJobOutputConfig property for this object.modelExplainabilityJobOutputConfig(MonitoringOutputConfig modelExplainabilityJobOutputConfig) Sets the value of the ModelExplainabilityJobOutputConfig property for this object.networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Networking options for a model explainability job.networkConfig(MonitoringNetworkConfig networkConfig) Networking options for a model explainability 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 model explainability 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 model explainability 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.
 
 - 
modelExplainabilityBaselineConfig
CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityBaselineConfig(ModelExplainabilityBaselineConfig modelExplainabilityBaselineConfig) The baseline configuration for a model explainability job.
- Parameters:
 modelExplainabilityBaselineConfig- The baseline configuration for a model explainability job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelExplainabilityBaselineConfig
default CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityBaselineConfig(Consumer<ModelExplainabilityBaselineConfig.Builder> modelExplainabilityBaselineConfig) The baseline configuration for a model explainability job.
This is a convenience method that creates an instance of theModelExplainabilityBaselineConfig.Builderavoiding the need to create one manually viaModelExplainabilityBaselineConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelExplainabilityBaselineConfig(ModelExplainabilityBaselineConfig).- Parameters:
 modelExplainabilityBaselineConfig- a consumer that will call methods onModelExplainabilityBaselineConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelExplainabilityAppSpecification
CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityAppSpecification(ModelExplainabilityAppSpecification modelExplainabilityAppSpecification) Configures the model explainability job to run a specified Docker container image.
- Parameters:
 modelExplainabilityAppSpecification- Configures the model explainability job to run a specified Docker container image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelExplainabilityAppSpecification
default CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityAppSpecification(Consumer<ModelExplainabilityAppSpecification.Builder> modelExplainabilityAppSpecification) Configures the model explainability job to run a specified Docker container image.
This is a convenience method that creates an instance of theModelExplainabilityAppSpecification.Builderavoiding the need to create one manually viaModelExplainabilityAppSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelExplainabilityAppSpecification(ModelExplainabilityAppSpecification).- Parameters:
 modelExplainabilityAppSpecification- a consumer that will call methods onModelExplainabilityAppSpecification.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelExplainabilityJobInput
CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityJobInput(ModelExplainabilityJobInput modelExplainabilityJobInput) Inputs for the model explainability job.
- Parameters:
 modelExplainabilityJobInput- Inputs for the model explainability job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelExplainabilityJobInput
default CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityJobInput(Consumer<ModelExplainabilityJobInput.Builder> modelExplainabilityJobInput) Inputs for the model explainability job.
This is a convenience method that creates an instance of theModelExplainabilityJobInput.Builderavoiding the need to create one manually viaModelExplainabilityJobInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelExplainabilityJobInput(ModelExplainabilityJobInput).- Parameters:
 modelExplainabilityJobInput- a consumer that will call methods onModelExplainabilityJobInput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelExplainabilityJobOutputConfig
CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityJobOutputConfig(MonitoringOutputConfig modelExplainabilityJobOutputConfig) Sets the value of the ModelExplainabilityJobOutputConfig property for this object.- Parameters:
 modelExplainabilityJobOutputConfig- The new value for the ModelExplainabilityJobOutputConfig property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelExplainabilityJobOutputConfig
default CreateModelExplainabilityJobDefinitionRequest.Builder modelExplainabilityJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> modelExplainabilityJobOutputConfig) Sets the value of the ModelExplainabilityJobOutputConfig 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 tomodelExplainabilityJobOutputConfig(MonitoringOutputConfig).- Parameters:
 modelExplainabilityJobOutputConfig- 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
CreateModelExplainabilityJobDefinitionRequest.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 CreateModelExplainabilityJobDefinitionRequest.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
CreateModelExplainabilityJobDefinitionRequest.Builder networkConfig(MonitoringNetworkConfig networkConfig) Networking options for a model explainability job.
- Parameters:
 networkConfig- Networking options for a model explainability job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkConfig
default CreateModelExplainabilityJobDefinitionRequest.Builder networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Networking options for a model explainability 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
CreateModelExplainabilityJobDefinitionRequest.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 CreateModelExplainabilityJobDefinitionRequest.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
CreateModelExplainabilityJobDefinitionRequest.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
CreateModelExplainabilityJobDefinitionRequest.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.
 
 
 -