class Aws::SageMaker::Types::DescribeTrialComponentResponse

@!attribute [rw] trial_component_name

The name of the trial component.
@return [String]

@!attribute [rw] trial_component_arn

The Amazon Resource Name (ARN) of the trial component.
@return [String]

@!attribute [rw] display_name

The name of the component as displayed. If `DisplayName` isn't
specified, `TrialComponentName` is displayed.
@return [String]

@!attribute [rw] source

The Amazon Resource Name (ARN) of the source and, optionally, the
job type.
@return [Types::TrialComponentSource]

@!attribute [rw] status

The status of the component. States include:

* InProgress

* Completed

* Failed
@return [Types::TrialComponentStatus]

@!attribute [rw] start_time

When the component started.
@return [Time]

@!attribute [rw] end_time

When the component ended.
@return [Time]

@!attribute [rw] creation_time

When the component was created.
@return [Time]

@!attribute [rw] created_by

Who created the component.
@return [Types::UserContext]

@!attribute [rw] last_modified_time

When the component was last modified.
@return [Time]

@!attribute [rw] last_modified_by

Who last modified the component.
@return [Types::UserContext]

@!attribute [rw] parameters

The hyperparameters of the component.
@return [Hash<String,Types::TrialComponentParameterValue>]

@!attribute [rw] input_artifacts

The input artifacts of the component.
@return [Hash<String,Types::TrialComponentArtifact>]

@!attribute [rw] output_artifacts

The output artifacts of the component.
@return [Hash<String,Types::TrialComponentArtifact>]

@!attribute [rw] metadata_properties

Metadata properties of the tracking entity, trial, or trial
component.
@return [Types::MetadataProperties]

@!attribute [rw] metrics

The metrics for the component.
@return [Array<Types::TrialComponentMetricSummary>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrialComponentResponse AWS API Documentation

Constants

SENSITIVE