Interface DescribeModelBiasJobDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,
,DescribeModelBiasJobDefinitionResponse> SageMakerResponse.Builder
,SdkBuilder<DescribeModelBiasJobDefinitionResponse.Builder,
,DescribeModelBiasJobDefinitionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeModelBiasJobDefinitionResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time at which the model bias job was created.jobDefinitionArn
(String jobDefinitionArn) The Amazon Resource Name (ARN) of the model bias job.jobDefinitionName
(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.The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobDefinitionArn
The Amazon Resource Name (ARN) of the model bias job.
- Parameters:
jobDefinitionArn
- The Amazon Resource Name (ARN) of the model bias job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
creationTime
The time at which the model bias job was created.
- Parameters:
creationTime
- The time at which the model bias job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelBiasBaselineConfig
DescribeModelBiasJobDefinitionResponse.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 DescribeModelBiasJobDefinitionResponse.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:
-
modelBiasAppSpecification
DescribeModelBiasJobDefinitionResponse.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 DescribeModelBiasJobDefinitionResponse.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:
-
modelBiasJobInput
DescribeModelBiasJobDefinitionResponse.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 DescribeModelBiasJobDefinitionResponse.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:
-
modelBiasJobOutputConfig
DescribeModelBiasJobDefinitionResponse.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 DescribeModelBiasJobDefinitionResponse.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:
-
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 DescribeModelBiasJobDefinitionResponse.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:
-
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 DescribeModelBiasJobDefinitionResponse.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:
-
roleArn
The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppingCondition
DescribeModelBiasJobDefinitionResponse.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 DescribeModelBiasJobDefinitionResponse.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:
-