AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateModelBiasJobDefinition operation. Creates the definition for a model bias job.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateModelBiasJobDefinitionRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateModelBiasJobDefinitionRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateModelBiasJobDefinitionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property JobDefinitionName System.String

Gets and sets the property JobDefinitionName.

The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Public Property JobResources Amazon.SageMaker.Model.MonitoringResources

Gets and sets the property JobResources.

Public Property ModelBiasAppSpecification Amazon.SageMaker.Model.ModelBiasAppSpecification

Gets and sets the property ModelBiasAppSpecification.

Configures the model bias job to run a specified Docker container image.

Public Property ModelBiasBaselineConfig Amazon.SageMaker.Model.ModelBiasBaselineConfig

Gets and sets the property ModelBiasBaselineConfig.

The baseline configuration for a model bias job.

Public Property ModelBiasJobInput Amazon.SageMaker.Model.ModelBiasJobInput

Gets and sets the property ModelBiasJobInput.

Inputs for the model bias job.

Public Property ModelBiasJobOutputConfig Amazon.SageMaker.Model.MonitoringOutputConfig

Gets and sets the property ModelBiasJobOutputConfig.

Public Property NetworkConfig Amazon.SageMaker.Model.MonitoringNetworkConfig

Gets and sets the property NetworkConfig.

Networking options for a model bias job.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

Public Property StoppingCondition Amazon.SageMaker.Model.MonitoringStoppingCondition

Gets and sets the property StoppingCondition.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5