You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'APIVersion defines the versioned schema of this representation
29
-
of an object. Servers should convert recognized schemas to the latest
30
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
31
32
type: string
32
33
kind:
33
-
description: 'Kind is a string value representing the REST resource this
34
-
object represents. Servers may infer this from the endpoint the client
35
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
40
type: string
37
41
metadata:
38
42
type: object
@@ -49,13 +53,16 @@ spec:
49
53
description: The domain ID.
50
54
type: string
51
55
resourceSpec:
52
-
description: "The instance type and the Amazon Resource Name (ARN)
53
-
of the SageMaker image created on the instance. \n The value of
54
-
InstanceType passed as part of the ResourceSpec in the CreateApp
55
-
call overrides the value passed as part of the ResourceSpec configured
56
-
for the user profile or the domain. If InstanceType is not specified
57
-
in any of those three ResourceSpec values for a KernelGateway app,
58
-
the CreateApp call fails with a request validation error."
56
+
description: |-
57
+
The instance type and the Amazon Resource Name (ARN) of the SageMaker image
58
+
created on the instance.
59
+
60
+
61
+
The value of InstanceType passed as part of the ResourceSpec in the CreateApp
62
+
call overrides the value passed as part of the ResourceSpec configured for
63
+
the user profile or the domain. If InstanceType is not specified in any of
64
+
those three ResourceSpec values for a KernelGateway app, the CreateApp call
65
+
fails with a request validation error.
59
66
properties:
60
67
instanceType:
61
68
type: string
@@ -65,23 +72,30 @@ spec:
65
72
type: string
66
73
sageMakerImageVersionARN:
67
74
type: string
75
+
sageMakerImageVersionAlias:
76
+
type: string
68
77
type: object
69
78
tags:
70
-
description: Each tag consists of a key and an optional value. Tag
71
-
keys must be unique per resource.
79
+
description: |-
80
+
Each tag consists of a key and an optional value. Tag keys must be unique
81
+
per resource.
72
82
items:
73
-
description: "A tag object that consists of a key and an optional
74
-
value, used to manage metadata for SageMaker Amazon Web Services
75
-
resources. \n You can add tags to notebook instances, training
0 commit comments