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.

This is the response object from the DescribeModelExplainabilityJobDefinition operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeModelExplainabilityJobDefinitionResponse

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

Syntax

C#
public class DescribeModelExplainabilityJobDefinitionResponse : AmazonWebServiceResponse

The DescribeModelExplainabilityJobDefinitionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time at which the model explainability job was created.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobDefinitionArn System.String

Gets and sets the property JobDefinitionArn.

The Amazon Resource Name (ARN) of the model explainability job.

Public Property JobDefinitionName System.String

Gets and sets the property JobDefinitionName.

The name of the explainability 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 ModelExplainabilityAppSpecification Amazon.SageMaker.Model.ModelExplainabilityAppSpecification

Gets and sets the property ModelExplainabilityAppSpecification.

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

Public Property ModelExplainabilityBaselineConfig Amazon.SageMaker.Model.ModelExplainabilityBaselineConfig

Gets and sets the property ModelExplainabilityBaselineConfig.

The baseline configuration for a model explainability job.

Public Property ModelExplainabilityJobInput Amazon.SageMaker.Model.ModelExplainabilityJobInput

Gets and sets the property ModelExplainabilityJobInput.

Inputs for the model explainability job.

Public Property ModelExplainabilityJobOutputConfig Amazon.SageMaker.Model.MonitoringOutputConfig

Gets and sets the property ModelExplainabilityJobOutputConfig.

Public Property NetworkConfig Amazon.SageMaker.Model.MonitoringNetworkConfig

Gets and sets the property NetworkConfig.

Networking options for a model explainability job.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.

Public Property StoppingCondition Amazon.SageMaker.Model.MonitoringStoppingCondition

Gets and sets the property StoppingCondition.

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