Interface CreateModelQualityJobDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateModelQualityJobDefinitionRequest.Builder,
,CreateModelQualityJobDefinitionRequest> SageMakerRequest.Builder
,SdkBuilder<CreateModelQualityJobDefinitionRequest.Builder,
,CreateModelQualityJobDefinitionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateModelQualityJobDefinitionRequest
-
Method Summary
Modifier and TypeMethodDescriptionjobDefinitionName
(String jobDefinitionName) The name of the monitoring 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.modelQualityAppSpecification
(Consumer<ModelQualityAppSpecification.Builder> modelQualityAppSpecification) The container that runs the monitoring job.modelQualityAppSpecification
(ModelQualityAppSpecification modelQualityAppSpecification) The container that runs the monitoring job.modelQualityBaselineConfig
(Consumer<ModelQualityBaselineConfig.Builder> modelQualityBaselineConfig) Specifies the constraints and baselines for the monitoring job.modelQualityBaselineConfig
(ModelQualityBaselineConfig modelQualityBaselineConfig) Specifies the constraints and baselines for the monitoring job.modelQualityJobInput
(Consumer<ModelQualityJobInput.Builder> modelQualityJobInput) A list of the inputs that are monitored.modelQualityJobInput
(ModelQualityJobInput modelQualityJobInput) A list of the inputs that are monitored.modelQualityJobOutputConfig
(Consumer<MonitoringOutputConfig.Builder> modelQualityJobOutputConfig) Sets the value of the ModelQualityJobOutputConfig property for this object.modelQualityJobOutputConfig
(MonitoringOutputConfig modelQualityJobOutputConfig) Sets the value of the ModelQualityJobOutputConfig property for this object.networkConfig
(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Specifies the network configuration for the monitoring job.networkConfig
(MonitoringNetworkConfig networkConfig) Specifies the network configuration for the monitoring 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
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, sdkFields
-
Method Details
-
jobDefinitionName
The name of the monitoring job definition.
- Parameters:
jobDefinitionName
- The name of the monitoring job definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityBaselineConfig
CreateModelQualityJobDefinitionRequest.Builder modelQualityBaselineConfig(ModelQualityBaselineConfig modelQualityBaselineConfig) Specifies the constraints and baselines for the monitoring job.
- Parameters:
modelQualityBaselineConfig
- Specifies the constraints and baselines for the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityBaselineConfig
default CreateModelQualityJobDefinitionRequest.Builder modelQualityBaselineConfig(Consumer<ModelQualityBaselineConfig.Builder> modelQualityBaselineConfig) Specifies the constraints and baselines for the monitoring job.
This is a convenience method that creates an instance of theModelQualityBaselineConfig.Builder
avoiding the need to create one manually viaModelQualityBaselineConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelQualityBaselineConfig(ModelQualityBaselineConfig)
.- Parameters:
modelQualityBaselineConfig
- a consumer that will call methods onModelQualityBaselineConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelQualityAppSpecification
CreateModelQualityJobDefinitionRequest.Builder modelQualityAppSpecification(ModelQualityAppSpecification modelQualityAppSpecification) The container that runs the monitoring job.
- Parameters:
modelQualityAppSpecification
- The container that runs the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityAppSpecification
default CreateModelQualityJobDefinitionRequest.Builder modelQualityAppSpecification(Consumer<ModelQualityAppSpecification.Builder> modelQualityAppSpecification) The container that runs the monitoring job.
This is a convenience method that creates an instance of theModelQualityAppSpecification.Builder
avoiding the need to create one manually viaModelQualityAppSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelQualityAppSpecification(ModelQualityAppSpecification)
.- Parameters:
modelQualityAppSpecification
- a consumer that will call methods onModelQualityAppSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelQualityJobInput
CreateModelQualityJobDefinitionRequest.Builder modelQualityJobInput(ModelQualityJobInput modelQualityJobInput) A list of the inputs that are monitored. Currently endpoints are supported.
- Parameters:
modelQualityJobInput
- A list of the inputs that are monitored. Currently endpoints are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityJobInput
default CreateModelQualityJobDefinitionRequest.Builder modelQualityJobInput(Consumer<ModelQualityJobInput.Builder> modelQualityJobInput) A list of the inputs that are monitored. Currently endpoints are supported.
This is a convenience method that creates an instance of theModelQualityJobInput.Builder
avoiding the need to create one manually viaModelQualityJobInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelQualityJobInput(ModelQualityJobInput)
.- Parameters:
modelQualityJobInput
- a consumer that will call methods onModelQualityJobInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelQualityJobOutputConfig
CreateModelQualityJobDefinitionRequest.Builder modelQualityJobOutputConfig(MonitoringOutputConfig modelQualityJobOutputConfig) Sets the value of the ModelQualityJobOutputConfig property for this object.- Parameters:
modelQualityJobOutputConfig
- The new value for the ModelQualityJobOutputConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityJobOutputConfig
default CreateModelQualityJobDefinitionRequest.Builder modelQualityJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> modelQualityJobOutputConfig) Sets the value of the ModelQualityJobOutputConfig 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 tomodelQualityJobOutputConfig(MonitoringOutputConfig)
.- Parameters:
modelQualityJobOutputConfig
- 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 CreateModelQualityJobDefinitionRequest.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
Specifies the network configuration for the monitoring job.
- Parameters:
networkConfig
- Specifies the network configuration for the monitoring job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfig
default CreateModelQualityJobDefinitionRequest.Builder networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Specifies the network configuration for the monitoring 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 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
CreateModelQualityJobDefinitionRequest.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 CreateModelQualityJobDefinitionRequest.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:
-
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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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
CreateModelQualityJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateModelQualityJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-