Class: Aws::SageMaker::Types::Trial

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The properties of a trial as returned by the Search API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Who created the trial.

Returns:



42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the trial was created.

Returns:

  • (Time)


42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

Returns:

  • (String)


42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_nameString

The name of the experiment the trial is part of.

Returns:

  • (String)


42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byTypes::UserContext

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Returns:



42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

Who last modified the trial.

Returns:

  • (Time)


42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_propertiesTypes::MetadataProperties

Metadata properties of the tracking entity, trial, or trial component.



42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::TrialSource

The source of the trial.

Returns:



42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags that are associated with the trial. You can use Search API to search on the tags.

Returns:



42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#trial_arnString

The Amazon Resource Name (ARN) of the trial.

Returns:

  • (String)


42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_summariesArray<Types::TrialComponentSimpleSummary>

A list of the components associated with the trial. For each component, a summary of the component's properties is included.



42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#trial_nameString

The name of the trial.

Returns:

  • (String)


42055
42056
42057
42058
42059
42060
42061
42062
42063
42064
42065
42066
42067
42068
42069
42070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42055

class Trial < Struct.new(
  :trial_name,
  :trial_arn,
  :display_name,
  :experiment_name,
  :source,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :tags,
  :trial_component_summaries)
  SENSITIVE = []
  include Aws::Structure
end