Class: Aws::SageMaker::Types::AppDetails

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

Overview

Details about an Amazon SageMaker app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameString

The name of the app.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#app_typeString

The type of app.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The domain ID.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#resource_specTypes::ResourceSpec

Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

Returns:



1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end

#user_profile_nameString

The user profile name.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1297

class AppDetails < Struct.new(
  :domain_id,
  :user_profile_name,
  :space_name,
  :app_type,
  :app_name,
  :status,
  :creation_time,
  :resource_spec)
  SENSITIVE = []
  include Aws::Structure
end