Class CfnModelQualityJobDefinition
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:09.230Z")
@Stability(Stable)
public class CfnModelQualityJobDefinition
extends CfnResource
implements IInspectable, ITaggable
Creates a definition for a job that monitors model quality and drift.
For information about model monitor, see Amazon SageMaker Model Monitor .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; CfnModelQualityJobDefinition cfnModelQualityJobDefinition = CfnModelQualityJobDefinition.Builder.create(this, "MyCfnModelQualityJobDefinition") .jobResources(MonitoringResourcesProperty.builder() .clusterConfig(ClusterConfigProperty.builder() .instanceCount(123) .instanceType("instanceType") .volumeSizeInGb(123) // the properties below are optional .volumeKmsKeyId("volumeKmsKeyId") .build()) .build()) .modelQualityAppSpecification(ModelQualityAppSpecificationProperty.builder() .imageUri("imageUri") .problemType("problemType") // the properties below are optional .containerArguments(List.of("containerArguments")) .containerEntrypoint(List.of("containerEntrypoint")) .environment(Map.of( "environmentKey", "environment")) .postAnalyticsProcessorSourceUri("postAnalyticsProcessorSourceUri") .recordPreprocessorSourceUri("recordPreprocessorSourceUri") .build()) .modelQualityJobInput(ModelQualityJobInputProperty.builder() .groundTruthS3Input(MonitoringGroundTruthS3InputProperty.builder() .s3Uri("s3Uri") .build()) // the properties below are optional .batchTransformInput(BatchTransformInputProperty.builder() .dataCapturedDestinationS3Uri("dataCapturedDestinationS3Uri") .datasetFormat(DatasetFormatProperty.builder() .csv(CsvProperty.builder() .header(false) .build()) .json(JsonProperty.builder() .line(false) .build()) .parquet(false) .build()) .localPath("localPath") // the properties below are optional .endTimeOffset("endTimeOffset") .inferenceAttribute("inferenceAttribute") .probabilityAttribute("probabilityAttribute") .probabilityThresholdAttribute(123) .s3DataDistributionType("s3DataDistributionType") .s3InputMode("s3InputMode") .startTimeOffset("startTimeOffset") .build()) .endpointInput(EndpointInputProperty.builder() .endpointName("endpointName") .localPath("localPath") // the properties below are optional .endTimeOffset("endTimeOffset") .inferenceAttribute("inferenceAttribute") .probabilityAttribute("probabilityAttribute") .probabilityThresholdAttribute(123) .s3DataDistributionType("s3DataDistributionType") .s3InputMode("s3InputMode") .startTimeOffset("startTimeOffset") .build()) .build()) .modelQualityJobOutputConfig(MonitoringOutputConfigProperty.builder() .monitoringOutputs(List.of(MonitoringOutputProperty.builder() .s3Output(S3OutputProperty.builder() .localPath("localPath") .s3Uri("s3Uri") // the properties below are optional .s3UploadMode("s3UploadMode") .build()) .build())) // the properties below are optional .kmsKeyId("kmsKeyId") .build()) .roleArn("roleArn") // the properties below are optional .endpointName("endpointName") .jobDefinitionName("jobDefinitionName") .modelQualityBaselineConfig(ModelQualityBaselineConfigProperty.builder() .baseliningJobName("baseliningJobName") .constraintsResource(ConstraintsResourceProperty.builder() .s3Uri("s3Uri") .build()) .build()) .networkConfig(NetworkConfigProperty.builder() .enableInterContainerTrafficEncryption(false) .enableNetworkIsolation(false) .vpcConfig(VpcConfigProperty.builder() .securityGroupIds(List.of("securityGroupIds")) .subnets(List.of("subnets")) .build()) .build()) .stoppingCondition(StoppingConditionProperty.builder() .maxRuntimeInSeconds(123) .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Input object for the batch transform job.static final class
A fluent builder forCfnModelQualityJobDefinition
.static interface
The configuration for the cluster of resources used to run the processing job.static interface
The constraints resource for a monitoring job.static interface
The CSV format.static interface
The dataset format of the data to monitor.static interface
Input object for the endpoint.static interface
The Json format.static interface
Container image configuration object for the monitoring job.static interface
Configuration for monitoring constraints and monitoring statistics.static interface
The input for the model quality monitoring job.static interface
The ground truth labels for the dataset used for the monitoring job.static interface
The output configuration for monitoring jobs.static interface
The output object for a monitoring job.static interface
Identifies the resources to deploy for a monitoring job.static interface
Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.static interface
The Amazon S3 storage location where the results of a monitoring job are saved.static interface
Specifies a limit to how long a job can run.static interface
Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnModelQualityJobDefinition
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnModelQualityJobDefinition
(software.amazon.jsii.JsiiObjectRef objRef) CfnModelQualityJobDefinition
(software.constructs.Construct scope, String id, CfnModelQualityJobDefinitionProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe time when the job definition was created.The Amazon Resource Name (ARN) of the job definition.The name of the endpoint used to run the monitoring job.The name of the monitoring job definition.Identifies the resources to deploy for a monitoring job.Container image configuration object for the monitoring job.Specifies the constraints and baselines for the monitoring job.A list of the inputs that are monitored.The output configuration for monitoring jobs.Specifies the network configuration for the monitoring job.The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.A time limit for how long the monitoring job is allowed to run before stopping.getTags()
Tag Manager which manages the tags for this resource.An array of key-value pairs to apply to this resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setEndpointName
(String value) The name of the endpoint used to run the monitoring job.void
setJobDefinitionName
(String value) The name of the monitoring job definition.void
setJobResources
(IResolvable value) Identifies the resources to deploy for a monitoring job.void
Identifies the resources to deploy for a monitoring job.void
Container image configuration object for the monitoring job.void
setModelQualityAppSpecification
(CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty value) Container image configuration object for the monitoring job.void
Specifies the constraints and baselines for the monitoring job.void
setModelQualityBaselineConfig
(CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty value) Specifies the constraints and baselines for the monitoring job.void
A list of the inputs that are monitored.void
A list of the inputs that are monitored.void
The output configuration for monitoring jobs.void
The output configuration for monitoring jobs.void
setNetworkConfig
(IResolvable value) Specifies the network configuration for the monitoring job.void
Specifies the network configuration for the monitoring job.void
setRoleArn
(String value) The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.void
setStoppingCondition
(IResolvable value) A time limit for how long the monitoring job is allowed to run before stopping.void
A time limit for how long the monitoring job is allowed to run before stopping.void
setTagsRaw
(List<CfnTag> value) An array of key-value pairs to apply to this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnModelQualityJobDefinition
protected CfnModelQualityJobDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
CfnModelQualityJobDefinition
protected CfnModelQualityJobDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnModelQualityJobDefinition
@Stability(Stable) public CfnModelQualityJobDefinition(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnModelQualityJobDefinitionProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCreationTime
The time when the job definition was created. -
getAttrJobDefinitionArn
The Amazon Resource Name (ARN) of the job definition. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getJobResources
Identifies the resources to deploy for a monitoring job. -
setJobResources
Identifies the resources to deploy for a monitoring job. -
setJobResources
@Stability(Stable) public void setJobResources(@NotNull CfnModelQualityJobDefinition.MonitoringResourcesProperty value) Identifies the resources to deploy for a monitoring job. -
getModelQualityAppSpecification
Container image configuration object for the monitoring job. -
setModelQualityAppSpecification
Container image configuration object for the monitoring job. -
setModelQualityAppSpecification
@Stability(Stable) public void setModelQualityAppSpecification(@NotNull CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty value) Container image configuration object for the monitoring job. -
getModelQualityJobInput
A list of the inputs that are monitored. -
setModelQualityJobInput
A list of the inputs that are monitored. -
setModelQualityJobInput
@Stability(Stable) public void setModelQualityJobInput(@NotNull CfnModelQualityJobDefinition.ModelQualityJobInputProperty value) A list of the inputs that are monitored. -
getModelQualityJobOutputConfig
The output configuration for monitoring jobs. -
setModelQualityJobOutputConfig
The output configuration for monitoring jobs. -
setModelQualityJobOutputConfig
@Stability(Stable) public void setModelQualityJobOutputConfig(@NotNull CfnModelQualityJobDefinition.MonitoringOutputConfigProperty value) The output configuration for monitoring jobs. -
getRoleArn
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf. -
setRoleArn
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf. -
getEndpointName
The name of the endpoint used to run the monitoring job. -
setEndpointName
The name of the endpoint used to run the monitoring job. -
getJobDefinitionName
The name of the monitoring job definition. -
setJobDefinitionName
The name of the monitoring job definition. -
getModelQualityBaselineConfig
Specifies the constraints and baselines for the monitoring job. -
setModelQualityBaselineConfig
Specifies the constraints and baselines for the monitoring job. -
setModelQualityBaselineConfig
@Stability(Stable) public void setModelQualityBaselineConfig(@Nullable CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty value) Specifies the constraints and baselines for the monitoring job. -
getNetworkConfig
Specifies the network configuration for the monitoring job. -
setNetworkConfig
Specifies the network configuration for the monitoring job. -
setNetworkConfig
@Stability(Stable) public void setNetworkConfig(@Nullable CfnModelQualityJobDefinition.NetworkConfigProperty value) Specifies the network configuration for the monitoring job. -
getStoppingCondition
A time limit for how long the monitoring job is allowed to run before stopping. -
setStoppingCondition
A time limit for how long the monitoring job is allowed to run before stopping. -
setStoppingCondition
@Stability(Stable) public void setStoppingCondition(@Nullable CfnModelQualityJobDefinition.StoppingConditionProperty value) A time limit for how long the monitoring job is allowed to run before stopping. -
getTagsRaw
An array of key-value pairs to apply to this resource. -
setTagsRaw
An array of key-value pairs to apply to this resource.
-