Interface DescribeModelQualityJobDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeModelQualityJobDefinitionResponse.Builder,
,DescribeModelQualityJobDefinitionResponse> SageMakerResponse.Builder
,SdkBuilder<DescribeModelQualityJobDefinitionResponse.Builder,
,DescribeModelQualityJobDefinitionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeModelQualityJobDefinitionResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time at which the model quality job was created.jobDefinitionArn
(String jobDefinitionArn) The Amazon Resource Name (ARN) of the model quality job.jobDefinitionName
(String jobDefinitionName) The name of the quality 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) Configures the model quality job to run a specified Docker container image.modelQualityAppSpecification
(ModelQualityAppSpecification modelQualityAppSpecification) Configures the model quality job to run a specified Docker container image.modelQualityBaselineConfig
(Consumer<ModelQualityBaselineConfig.Builder> modelQualityBaselineConfig) The baseline configuration for a model quality job.modelQualityBaselineConfig
(ModelQualityBaselineConfig modelQualityBaselineConfig) The baseline configuration for a model quality job.modelQualityJobInput
(Consumer<ModelQualityJobInput.Builder> modelQualityJobInput) Inputs for the model quality job.modelQualityJobInput
(ModelQualityJobInput modelQualityJobInput) Inputs for the model quality job.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) Networking options for a model quality job.networkConfig
(MonitoringNetworkConfig networkConfig) Networking options for a model quality job.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.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 quality job.
- Parameters:
jobDefinitionArn
- The Amazon Resource Name (ARN) of the model quality job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobDefinitionName
The name of the quality 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 quality 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 quality job was created.
- Parameters:
creationTime
- The time at which the model quality job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityBaselineConfig
DescribeModelQualityJobDefinitionResponse.Builder modelQualityBaselineConfig(ModelQualityBaselineConfig modelQualityBaselineConfig) The baseline configuration for a model quality job.
- Parameters:
modelQualityBaselineConfig
- The baseline configuration for a model quality job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityBaselineConfig
default DescribeModelQualityJobDefinitionResponse.Builder modelQualityBaselineConfig(Consumer<ModelQualityBaselineConfig.Builder> modelQualityBaselineConfig) The baseline configuration for a model quality 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
DescribeModelQualityJobDefinitionResponse.Builder modelQualityAppSpecification(ModelQualityAppSpecification modelQualityAppSpecification) Configures the model quality job to run a specified Docker container image.
- Parameters:
modelQualityAppSpecification
- Configures the model quality job to run a specified Docker container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityAppSpecification
default DescribeModelQualityJobDefinitionResponse.Builder modelQualityAppSpecification(Consumer<ModelQualityAppSpecification.Builder> modelQualityAppSpecification) Configures the model quality job to run a specified Docker container image.
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
DescribeModelQualityJobDefinitionResponse.Builder modelQualityJobInput(ModelQualityJobInput modelQualityJobInput) Inputs for the model quality job.
- Parameters:
modelQualityJobInput
- Inputs for the model quality job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQualityJobInput
default DescribeModelQualityJobDefinitionResponse.Builder modelQualityJobInput(Consumer<ModelQualityJobInput.Builder> modelQualityJobInput) Inputs for the model quality job.
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
DescribeModelQualityJobDefinitionResponse.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 DescribeModelQualityJobDefinitionResponse.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 DescribeModelQualityJobDefinitionResponse.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
DescribeModelQualityJobDefinitionResponse.Builder networkConfig(MonitoringNetworkConfig networkConfig) Networking options for a model quality job.
- Parameters:
networkConfig
- Networking options for a model quality job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfig
default DescribeModelQualityJobDefinitionResponse.Builder networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig) Networking options for a model quality 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
DescribeModelQualityJobDefinitionResponse.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 DescribeModelQualityJobDefinitionResponse.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:
-