Class: Aws::SageMaker::Types::HubContent

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

Overview

Contains information about a hub content resource, including its name, version, type, associated documents, dependencies, and status, as returned by a search result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ Time

The date and time that hub content was created.

Returns:

  • (Time)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#document_schema_version ⇒ String

The document schema version for the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reason ⇒ String

The failure reason if importing hub content failed.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_arn ⇒ String

The Amazon Resource Name (ARN) of the hub that contains the content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_arn ⇒ String

The Amazon Resource Name (ARN) of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_dependencies ⇒ Array<Types::HubContentDependency>

The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

Returns:



28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_description ⇒ String

A description of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_display_name ⇒ String

The display name of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_document ⇒ String

The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_markdown ⇒ String

A string that provides a description of the hub content. This string can include links, tables, and standard markdown formatting.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_name ⇒ String

The name of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_search_keywords ⇒ Array<String>

The searchable keywords for the hub content.

Returns:

  • (Array<String>)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_status ⇒ String

The status of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_type ⇒ String

The type of hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_version ⇒ String

The version of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_name ⇒ String

The name of the hub that contains the content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time ⇒ Time

The last modified time of the hub content.

Returns:

  • (Time)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#reference_min_version ⇒ String

The minimum version of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sage_maker_public_hub_content_arn ⇒ String

The Amazon Resource Name (ARN) of the public hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#support_status ⇒ String

The support status of the hub content.

Returns:

  • (String)


28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

Any tags associated with the hub content.

Returns:



28481
28482
28483
28484
28485
28486
28487
28488
28489
28490
28491
28492
28493
28494
28495
28496
28497
28498
28499
28500
28501
28502
28503
28504
28505
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28481

class HubContent < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_name,
  :hub_arn,
  :hub_content_display_name,
  :hub_content_description,
  :hub_content_markdown,
  :hub_content_document,
  :sage_maker_public_hub_content_arn,
  :reference_min_version,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_dependencies,
  :hub_content_status,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end