Class: Aws::SageMaker::Types::DescribeActionResponse

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

#action_arnString

The Amazon Resource Name (ARN) of the action.

Returns:

  • (String)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The name of the action.

Returns:

  • (String)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of the action.

Returns:

  • (String)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::UserContext

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

Returns:



11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the action was created.

Returns:

  • (Time)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the action.

Returns:

  • (String)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  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:



11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the action was last modified.

Returns:

  • (Time)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lineage_group_arnString

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

Returns:

  • (String)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_propertiesTypes::MetadataProperties

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



11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

A list of the action's properties.

Returns:

  • (Hash<String,String>)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ActionSource

The source of the action.

Returns:



11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the action.

Returns:

  • (String)


11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11434

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end