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 DescribeTrialComponent operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeTrialComponentResponse : AmazonWebServiceResponse

The DescribeTrialComponentResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property CreatedBy.

Who created the trial component.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

When the component was created.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

When the component ended.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InputArtifacts System.Collections.Generic.Dictionary<System.String, Amazon.SageMaker.Model.TrialComponentArtifact>

Gets and sets the property InputArtifacts.

The input artifacts of the component.

Public Property LastModifiedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property LastModifiedBy.

Who last modified the component.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

When the component was last modified.

Public Property LineageGroupArn System.String

Gets and sets the property LineageGroupArn.

The Amazon Resource Name (ARN) of the lineage group.

Public Property MetadataProperties Amazon.SageMaker.Model.MetadataProperties

Gets and sets the property MetadataProperties.

Public Property Metrics System.Collections.Generic.List<Amazon.SageMaker.Model.TrialComponentMetricSummary>

Gets and sets the property Metrics.

The metrics for the component.

Public Property OutputArtifacts System.Collections.Generic.Dictionary<System.String, Amazon.SageMaker.Model.TrialComponentArtifact>

Gets and sets the property OutputArtifacts.

The output artifacts of the component.

Public Property Parameters System.Collections.Generic.Dictionary<System.String, Amazon.SageMaker.Model.TrialComponentParameterValue>

Gets and sets the property Parameters.

The hyperparameters of the component.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Source Amazon.SageMaker.Model.TrialComponentSource

Gets and sets the property Source.

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

Public Property Sources System.Collections.Generic.List<Amazon.SageMaker.Model.TrialComponentSource>

Gets and sets the property Sources.

A list of ARNs and, if applicable, job types for multiple sources of an experiment run.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

When the component started.

Public Property Status Amazon.SageMaker.Model.TrialComponentStatus

Gets and sets the property Status.

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

Public Property TrialComponentArn System.String

Gets and sets the property TrialComponentArn.

The Amazon Resource Name (ARN) of the trial component.

Public Property TrialComponentName System.String

Gets and sets the property TrialComponentName.

The name of the trial component.

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