Class CfnModelQualityJobDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelQualityJobDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelQualityJobDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnModelQualityJobDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelQualityJobDefinitionProps
An implementation for
CfnModelQualityJobDefinitionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinitionProps
CfnModelQualityJobDefinitionProps.Builder, CfnModelQualityJobDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of the endpoint used to run the monitoring job.final String
The name of the monitoring job definition.final Object
Identifies the resources to deploy for a monitoring job.final Object
Container image configuration object for the monitoring job.final Object
Specifies the constraints and baselines for the monitoring job.final Object
A list of the inputs that are monitored.final Object
The output configuration for monitoring jobs.final Object
Specifies the network configuration for the monitoring job.final String
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.final Object
A time limit for how long the monitoring job is allowed to run before stopping.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnModelQualityJobDefinitionProps.Builder
.
-
-
Method Details
-
getJobResources
Description copied from interface:CfnModelQualityJobDefinitionProps
Identifies the resources to deploy for a monitoring job.- Specified by:
getJobResources
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getModelQualityAppSpecification
Description copied from interface:CfnModelQualityJobDefinitionProps
Container image configuration object for the monitoring job.- Specified by:
getModelQualityAppSpecification
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getModelQualityJobInput
Description copied from interface:CfnModelQualityJobDefinitionProps
A list of the inputs that are monitored.Currently endpoints are supported.
- Specified by:
getModelQualityJobInput
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getModelQualityJobOutputConfig
Description copied from interface:CfnModelQualityJobDefinitionProps
The output configuration for monitoring jobs.- Specified by:
getModelQualityJobOutputConfig
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getRoleArn
Description copied from interface:CfnModelQualityJobDefinitionProps
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArn
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getEndpointName
Description copied from interface:CfnModelQualityJobDefinitionProps
The name of the endpoint used to run the monitoring job.- Specified by:
getEndpointName
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getJobDefinitionName
Description copied from interface:CfnModelQualityJobDefinitionProps
The name of the monitoring job definition.- Specified by:
getJobDefinitionName
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getModelQualityBaselineConfig
Description copied from interface:CfnModelQualityJobDefinitionProps
Specifies the constraints and baselines for the monitoring job.- Specified by:
getModelQualityBaselineConfig
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getNetworkConfig
Description copied from interface:CfnModelQualityJobDefinitionProps
Specifies the network configuration for the monitoring job.- Specified by:
getNetworkConfig
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getStoppingCondition
Description copied from interface:CfnModelQualityJobDefinitionProps
A time limit for how long the monitoring job is allowed to run before stopping.- Specified by:
getStoppingCondition
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
getTags
Description copied from interface:CfnModelQualityJobDefinitionProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnModelQualityJobDefinitionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-