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

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

Overview

Details about an Amazon SageMaker AI app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameString

The name of the app.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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 AI image and SageMaker AI image version, and the instance type that the version runs on.

When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.

Returns:



2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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)


2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-sagemaker/types.rb', line 2325

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