Interface CreateModelQualityJobDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateModelQualityJobDefinitionRequest.Builder,CreateModelQualityJobDefinitionRequest>,SageMakerRequest.Builder,SdkBuilder<CreateModelQualityJobDefinitionRequest.Builder,CreateModelQualityJobDefinitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateModelQualityJobDefinitionRequest
public static interface CreateModelQualityJobDefinitionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelQualityJobDefinitionRequest.Builder,CreateModelQualityJobDefinitionRequest>
-
-
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, sdkFields
-
-
-
-
Method Detail
-
jobDefinitionName
CreateModelQualityJobDefinitionRequest.Builder jobDefinitionName(String 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.Builderavoiding the need to create one manually viaModelQualityBaselineConfig.builder().When the
Consumercompletes,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:
modelQualityBaselineConfig(ModelQualityBaselineConfig)
-
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.Builderavoiding the need to create one manually viaModelQualityAppSpecification.builder().When the
Consumercompletes,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:
modelQualityAppSpecification(ModelQualityAppSpecification)
-
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.Builderavoiding the need to create one manually viaModelQualityJobInput.builder().When the
Consumercompletes,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:
modelQualityJobInput(ModelQualityJobInput)
-
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.Builderavoiding the need to create one manually viaMonitoringOutputConfig.builder().When the
Consumercompletes,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:
modelQualityJobOutputConfig(MonitoringOutputConfig)
-
jobResources
CreateModelQualityJobDefinitionRequest.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 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.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:
jobResources(MonitoringResources)
-
networkConfig
CreateModelQualityJobDefinitionRequest.Builder networkConfig(MonitoringNetworkConfig 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.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:
networkConfig(MonitoringNetworkConfig)
-
roleArn
CreateModelQualityJobDefinitionRequest.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
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.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:
stoppingCondition(MonitoringStoppingCondition)
-
tags
CreateModelQualityJobDefinitionRequest.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
CreateModelQualityJobDefinitionRequest.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
CreateModelQualityJobDefinitionRequest.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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,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
CreateModelQualityJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateModelQualityJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-