Class: Aws::SageMaker::Types::CreateTrialComponentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.

Returns:

  • (String)


9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

When the component ended.

Returns:

  • (Time)


9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#input_artifactsHash<String,Types::TrialComponentArtifact>

The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types.

Returns:



9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_propertiesTypes::MetadataProperties

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



9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_artifactsHash<String,Types::TrialComponentArtifact>

The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images.

Returns:



9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Types::TrialComponentParameterValue>

The hyperparameters for the component.

Returns:



9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

When the component started.

Returns:

  • (Time)


9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::TrialComponentStatus

The status of the component. States include:

  • InProgress

  • Completed

  • Failed



9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to associate with the component. You can use Search API to search on the tags.

Returns:



9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_nameString

The name of the component. The name must be unique in your Amazon Web Services account and is not case-sensitive.

Returns:

  • (String)


9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9317

class CreateTrialComponentRequest < Struct.new(
  :trial_component_name,
  :display_name,
  :status,
  :start_time,
  :end_time,
  :parameters,
  :input_artifacts,
  :output_artifacts,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end