Class: Aws::SageMaker::Types::AppDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AppDetails
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Details about an Amazon SageMaker AI app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_name ⇒ String
The name of the app.
-
#app_type ⇒ String
The type of app.
-
#creation_time ⇒ Time
The creation time.
-
#domain_id ⇒ String
The domain ID.
-
#resource_spec ⇒ Types::ResourceSpec
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
-
#space_name ⇒ String
The name of the space.
-
#status ⇒ String
The status.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#app_name ⇒ String
The name of the app.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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_type ⇒ String
The type of app.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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_time ⇒ Time
The creation time.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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_id ⇒ String
The domain ID.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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_spec ⇒ Types::ResourceSpec
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
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.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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_name ⇒ String
The name of the space.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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 |
#status ⇒ String
The status.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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_name ⇒ String
The user profile name.
1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1464 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 |