Class: Aws::SageMaker::Types::HubContentInfo

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

Overview

Information about hub content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time that the hub content was created.

Returns:

  • (Time)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#document_schema_versionString

The version of the hub content document schema.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_arnString

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

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_descriptionString

A description of the hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_display_nameString

The display name of the hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_nameString

The name of the hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_search_keywordsArray<String>

The searchable keywords for the hub content.

Returns:

  • (Array<String>)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_statusString

The status of the hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_typeString

The type of hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_versionString

The version of the hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#original_creation_timeTime

The date and time when the hub content was originally created, before any updates or revisions.

Returns:

  • (Time)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#sage_maker_public_hub_content_arnString

The ARN of the public hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#support_statusString

The support status of the hub content.

Returns:

  • (String)


21303
21304
21305
21306
21307
21308
21309
21310
21311
21312
21313
21314
21315
21316
21317
21318
21319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21303

class HubContentInfo < Struct.new(
  :hub_content_name,
  :hub_content_arn,
  :sage_maker_public_hub_content_arn,
  :hub_content_version,
  :hub_content_type,
  :document_schema_version,
  :hub_content_display_name,
  :hub_content_description,
  :support_status,
  :hub_content_search_keywords,
  :hub_content_status,
  :creation_time,
  :original_creation_time)
  SENSITIVE = []
  include Aws::Structure
end