DescribeModelBiasJobDefinitionResponse class

Constructors

DescribeModelBiasJobDefinitionResponse({required DateTime creationTime, required String jobDefinitionArn, required String jobDefinitionName, required MonitoringResources jobResources, required ModelBiasAppSpecification modelBiasAppSpecification, required ModelBiasJobInput modelBiasJobInput, required MonitoringOutputConfig modelBiasJobOutputConfig, required String roleArn, ModelBiasBaselineConfig? modelBiasBaselineConfig, MonitoringNetworkConfig? networkConfig, MonitoringStoppingCondition? stoppingCondition})
DescribeModelBiasJobDefinitionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime
The time at which the model bias job was created.
final
hashCode int
The hash code for this object.
no setterinherited
jobDefinitionArn String
The Amazon Resource Name (ARN) of the model bias job.
final
jobDefinitionName String
The name of the bias job definition. The name must be unique within an AWS Region in the AWS account.
final
jobResources MonitoringResources
final
modelBiasAppSpecification ModelBiasAppSpecification
Configures the model bias job to run a specified Docker container image.
final
modelBiasBaselineConfig ModelBiasBaselineConfig?
The baseline configuration for a model bias job.
final
modelBiasJobInput ModelBiasJobInput
Inputs for the model bias job.
final
modelBiasJobOutputConfig MonitoringOutputConfig
final
networkConfig MonitoringNetworkConfig?
Networking options for a model bias job.
final
roleArn String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoppingCondition MonitoringStoppingCondition?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited