Class CfnModelBiasJobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelBiasJobDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelBiasJobDefinitionProps
CfnModelBiasJobDefinitionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinitionProps
CfnModelBiasJobDefinitionProps.Builder, CfnModelBiasJobDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelBiasJobDefinitionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the endpoint used to run the monitoring job.final StringThe name of the bias job definition.final ObjectIdentifies the resources to deploy for a monitoring job.final ObjectConfigures the model bias job to run a specified Docker container image.final ObjectThe baseline configuration for a model bias job.final ObjectInputs for the model bias job.final ObjectThe output configuration for monitoring jobs.final ObjectNetworking options for a model bias job.final StringThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.final ObjectA 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 inthashCode()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 theCfnModelBiasJobDefinitionProps.Builder.
-
-
Method Details
-
getJobResources
Description copied from interface:CfnModelBiasJobDefinitionPropsIdentifies the resources to deploy for a monitoring job.Returns union: either
IResolvableorCfnModelBiasJobDefinition.MonitoringResourcesProperty- Specified by:
getJobResourcesin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getModelBiasAppSpecification
Description copied from interface:CfnModelBiasJobDefinitionPropsConfigures the model bias job to run a specified Docker container image.Returns union: either
IResolvableorCfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty- Specified by:
getModelBiasAppSpecificationin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getModelBiasJobInput
Description copied from interface:CfnModelBiasJobDefinitionPropsInputs for the model bias job.Returns union: either
IResolvableorCfnModelBiasJobDefinition.ModelBiasJobInputProperty- Specified by:
getModelBiasJobInputin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getModelBiasJobOutputConfig
Description copied from interface:CfnModelBiasJobDefinitionPropsThe output configuration for monitoring jobs.Returns union: either
IResolvableorCfnModelBiasJobDefinition.MonitoringOutputConfigProperty- Specified by:
getModelBiasJobOutputConfigin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getRoleArn
Description copied from interface:CfnModelBiasJobDefinitionPropsThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getEndpointName
Description copied from interface:CfnModelBiasJobDefinitionPropsThe name of the endpoint used to run the monitoring job.- Specified by:
getEndpointNamein interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getJobDefinitionName
Description copied from interface:CfnModelBiasJobDefinitionPropsThe name of the bias job definition.The name must be unique within an AWS Region in the AWS account.
- Specified by:
getJobDefinitionNamein interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getModelBiasBaselineConfig
Description copied from interface:CfnModelBiasJobDefinitionPropsThe baseline configuration for a model bias job.Returns union: either
IResolvableorCfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty- Specified by:
getModelBiasBaselineConfigin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getNetworkConfig
Description copied from interface:CfnModelBiasJobDefinitionPropsNetworking options for a model bias job.Returns union: either
IResolvableorCfnModelBiasJobDefinition.NetworkConfigProperty- Specified by:
getNetworkConfigin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getStoppingCondition
Description copied from interface:CfnModelBiasJobDefinitionPropsA time limit for how long the monitoring job is allowed to run before stopping.Returns union: either
IResolvableorCfnModelBiasJobDefinition.StoppingConditionProperty- Specified by:
getStoppingConditionin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
getTags
Description copied from interface:CfnModelBiasJobDefinitionPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnModelBiasJobDefinitionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-