public static interface CreateModelQualityJobDefinitionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelQualityJobDefinitionRequest.Builder,CreateModelQualityJobDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateModelQualityJobDefinitionRequest.Builder jobDefinitionName(String jobDefinitionName)
The name of the monitoring job definition.
jobDefinitionName - The name of the monitoring job definition.CreateModelQualityJobDefinitionRequest.Builder modelQualityBaselineConfig(ModelQualityBaselineConfig modelQualityBaselineConfig)
Specifies the constraints and baselines for the monitoring job.
modelQualityBaselineConfig - Specifies the constraints and baselines for the monitoring job.default CreateModelQualityJobDefinitionRequest.Builder modelQualityBaselineConfig(Consumer<ModelQualityBaselineConfig.Builder> modelQualityBaselineConfig)
Specifies the constraints and baselines for the monitoring job.
This is a convenience that creates an instance of theModelQualityBaselineConfig.Builder avoiding the
need to create one manually via ModelQualityBaselineConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to modelQualityBaselineConfig(ModelQualityBaselineConfig).modelQualityBaselineConfig - a consumer that will call methods on ModelQualityBaselineConfig.BuildermodelQualityBaselineConfig(ModelQualityBaselineConfig)CreateModelQualityJobDefinitionRequest.Builder modelQualityAppSpecification(ModelQualityAppSpecification modelQualityAppSpecification)
The container that runs the monitoring job.
modelQualityAppSpecification - The container that runs the monitoring job.default CreateModelQualityJobDefinitionRequest.Builder modelQualityAppSpecification(Consumer<ModelQualityAppSpecification.Builder> modelQualityAppSpecification)
The container that runs the monitoring job.
This is a convenience that creates an instance of theModelQualityAppSpecification.Builder avoiding
the need to create one manually via ModelQualityAppSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to modelQualityAppSpecification(ModelQualityAppSpecification).modelQualityAppSpecification - a consumer that will call methods on ModelQualityAppSpecification.BuildermodelQualityAppSpecification(ModelQualityAppSpecification)CreateModelQualityJobDefinitionRequest.Builder modelQualityJobInput(ModelQualityJobInput modelQualityJobInput)
A list of the inputs that are monitored. Currently endpoints are supported.
modelQualityJobInput - A list of the inputs that are monitored. Currently endpoints are supported.default CreateModelQualityJobDefinitionRequest.Builder modelQualityJobInput(Consumer<ModelQualityJobInput.Builder> modelQualityJobInput)
A list of the inputs that are monitored. Currently endpoints are supported.
This is a convenience that creates an instance of theModelQualityJobInput.Builder avoiding the need
to create one manually via ModelQualityJobInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to modelQualityJobInput(ModelQualityJobInput).modelQualityJobInput - a consumer that will call methods on ModelQualityJobInput.BuildermodelQualityJobInput(ModelQualityJobInput)CreateModelQualityJobDefinitionRequest.Builder modelQualityJobOutputConfig(MonitoringOutputConfig modelQualityJobOutputConfig)
modelQualityJobOutputConfig - The new value for the ModelQualityJobOutputConfig property for this object.default CreateModelQualityJobDefinitionRequest.Builder modelQualityJobOutputConfig(Consumer<MonitoringOutputConfig.Builder> modelQualityJobOutputConfig)
MonitoringOutputConfig.Builder avoiding the
need to create one manually via MonitoringOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to modelQualityJobOutputConfig(MonitoringOutputConfig).modelQualityJobOutputConfig - a consumer that will call methods on MonitoringOutputConfig.BuildermodelQualityJobOutputConfig(MonitoringOutputConfig)CreateModelQualityJobDefinitionRequest.Builder jobResources(MonitoringResources jobResources)
jobResources - The new value for the JobResources property for this object.default CreateModelQualityJobDefinitionRequest.Builder jobResources(Consumer<MonitoringResources.Builder> jobResources)
MonitoringResources.Builder avoiding the need
to create one manually via MonitoringResources.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jobResources(MonitoringResources).jobResources - a consumer that will call methods on MonitoringResources.BuilderjobResources(MonitoringResources)CreateModelQualityJobDefinitionRequest.Builder networkConfig(MonitoringNetworkConfig networkConfig)
Specifies the network configuration for the monitoring job.
networkConfig - Specifies the network configuration for the monitoring job.default CreateModelQualityJobDefinitionRequest.Builder networkConfig(Consumer<MonitoringNetworkConfig.Builder> networkConfig)
Specifies the network configuration for the monitoring job.
This is a convenience that creates an instance of theMonitoringNetworkConfig.Builder avoiding the
need to create one manually via MonitoringNetworkConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to networkConfig(MonitoringNetworkConfig).networkConfig - a consumer that will call methods on MonitoringNetworkConfig.BuildernetworkConfig(MonitoringNetworkConfig)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.
roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on
your behalf.CreateModelQualityJobDefinitionRequest.Builder stoppingCondition(MonitoringStoppingCondition stoppingCondition)
stoppingCondition - The new value for the StoppingCondition property for this object.default CreateModelQualityJobDefinitionRequest.Builder stoppingCondition(Consumer<MonitoringStoppingCondition.Builder> stoppingCondition)
MonitoringStoppingCondition.Builder avoiding
the need to create one manually via MonitoringStoppingCondition.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to stoppingCondition(MonitoringStoppingCondition).stoppingCondition - a consumer that will call methods on MonitoringStoppingCondition.BuilderstoppingCondition(MonitoringStoppingCondition)CreateModelQualityJobDefinitionRequest.Builder tags(Collection<Tag> tags)
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.CreateModelQualityJobDefinitionRequest.Builder tags(Tag... tags)
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.CreateModelQualityJobDefinitionRequest.Builder tags(Consumer<Tag.Builder>... tags)
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateModelQualityJobDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateModelQualityJobDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.