@aws-sdk/client-sagemaker 3.462.0 → 3.464.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/models/models_0.js +15 -13
  2. package/dist-cjs/models/models_1.js +23 -22
  3. package/dist-cjs/models/models_2.js +22 -45
  4. package/dist-cjs/models/models_3.js +46 -22
  5. package/dist-cjs/models/models_4.js +21 -1
  6. package/dist-cjs/protocols/Aws_json1_1.js +180 -2
  7. package/dist-es/models/models_0.js +14 -12
  8. package/dist-es/models/models_1.js +22 -21
  9. package/dist-es/models/models_2.js +21 -44
  10. package/dist-es/models/models_3.js +44 -20
  11. package/dist-es/models/models_4.js +20 -0
  12. package/dist-es/protocols/Aws_json1_1.js +179 -1
  13. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
  15. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
  18. package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
  19. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
  25. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
  29. package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
  30. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
  36. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
  37. package/dist-types/commands/ListAppsCommand.d.ts +8 -1
  38. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
  44. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  45. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
  47. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  48. package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
  49. package/dist-types/models/models_0.d.ts +184 -176
  50. package/dist-types/models/models_1.d.ts +383 -796
  51. package/dist-types/models/models_2.d.ts +4794 -5178
  52. package/dist-types/models/models_3.d.ts +5376 -4691
  53. package/dist-types/models/models_4.d.ts +598 -13
  54. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/models/models_0.d.ts +68 -65
  72. package/dist-types/ts3.4/models/models_1.d.ts +116 -160
  73. package/dist-types/ts3.4/models/models_2.d.ts +162 -203
  74. package/dist-types/ts3.4/models/models_3.d.ts +227 -130
  75. package/dist-types/ts3.4/models/models_4.d.ts +165 -17
  76. package/package.json +1 -1
@@ -48,6 +48,7 @@ import {
48
48
  HyperParameterTuningJobObjectiveType,
49
49
  InferenceSpecification,
50
50
  InputConfig,
51
+ JupyterLabAppImageConfig,
51
52
  KernelGatewayImageConfig,
52
53
  MetadataProperties,
53
54
  ModelApprovalStatus,
@@ -73,7 +74,6 @@ import {
73
74
  import {
74
75
  _InstanceType,
75
76
  DataCaptureConfig,
76
- DataProcessing,
77
77
  DataQualityAppSpecification,
78
78
  DataQualityBaselineConfig,
79
79
  DataQualityJobInput,
@@ -122,7 +122,6 @@ import {
122
122
  ModelCardExportOutputConfig,
123
123
  ModelCardSecurityConfig,
124
124
  ModelCardStatus,
125
- ModelClientConfig,
126
125
  ModelExplainabilityAppSpecification,
127
126
  ModelExplainabilityBaselineConfig,
128
127
  ModelExplainabilityJobInput,
@@ -143,8 +142,10 @@ import {
143
142
  NotebookInstanceLifecycleHook,
144
143
  OfflineStoreConfig,
145
144
  OnlineStoreConfig,
145
+ OwnershipSettings,
146
146
  ParallelismConfiguration,
147
147
  ProcessingInput,
148
+ ProcessingInstanceType,
148
149
  ProcessingOutputConfig,
149
150
  ProcessingResources,
150
151
  ProcessingStoppingCondition,
@@ -155,7 +156,6 @@ import {
155
156
  ProductionVariantRoutingConfig,
156
157
  ProductionVariantServerlessConfig,
157
158
  ProfilerConfig,
158
- ProfilerRuleConfiguration,
159
159
  RecommendationJobInputConfig,
160
160
  RecommendationJobStoppingConditions,
161
161
  RecommendationJobType,
@@ -166,14 +166,165 @@ import {
166
166
  SkipModelValidation,
167
167
  SourceAlgorithmSpecification,
168
168
  SpaceSettings,
169
+ SpaceSharingSettings,
169
170
  StudioLifecycleConfigAppType,
170
- TensorBoardOutputConfig,
171
- TrialComponentArtifact,
172
- TrialComponentParameterValue,
173
- TrialComponentStatus,
174
171
  UserSettings,
175
172
  VendorGuidance,
176
173
  } from "./models_1";
174
+ export interface ProfilerRuleConfiguration {
175
+ RuleConfigurationName: string | undefined;
176
+ LocalPath?: string;
177
+ S3OutputPath?: string;
178
+ RuleEvaluatorImage: string | undefined;
179
+ InstanceType?: ProcessingInstanceType;
180
+ VolumeSizeInGB?: number;
181
+ RuleParameters?: Record<string, string>;
182
+ }
183
+ export interface TensorBoardOutputConfig {
184
+ LocalPath?: string;
185
+ S3OutputPath: string | undefined;
186
+ }
187
+ export interface CreateTrainingJobRequest {
188
+ TrainingJobName: string | undefined;
189
+ HyperParameters?: Record<string, string>;
190
+ AlgorithmSpecification: AlgorithmSpecification | undefined;
191
+ RoleArn: string | undefined;
192
+ InputDataConfig?: Channel[];
193
+ OutputDataConfig: OutputDataConfig | undefined;
194
+ ResourceConfig: ResourceConfig | undefined;
195
+ VpcConfig?: VpcConfig;
196
+ StoppingCondition: StoppingCondition | undefined;
197
+ Tags?: Tag[];
198
+ EnableNetworkIsolation?: boolean;
199
+ EnableInterContainerTrafficEncryption?: boolean;
200
+ EnableManagedSpotTraining?: boolean;
201
+ CheckpointConfig?: CheckpointConfig;
202
+ DebugHookConfig?: DebugHookConfig;
203
+ DebugRuleConfigurations?: DebugRuleConfiguration[];
204
+ TensorBoardOutputConfig?: TensorBoardOutputConfig;
205
+ ExperimentConfig?: ExperimentConfig;
206
+ ProfilerConfig?: ProfilerConfig;
207
+ ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
208
+ Environment?: Record<string, string>;
209
+ RetryStrategy?: RetryStrategy;
210
+ InfraCheckConfig?: InfraCheckConfig;
211
+ }
212
+ export interface CreateTrainingJobResponse {
213
+ TrainingJobArn: string | undefined;
214
+ }
215
+ export declare const JoinSource: {
216
+ readonly INPUT: "Input";
217
+ readonly NONE: "None";
218
+ };
219
+ export type JoinSource = (typeof JoinSource)[keyof typeof JoinSource];
220
+ export interface DataProcessing {
221
+ InputFilter?: string;
222
+ OutputFilter?: string;
223
+ JoinSource?: JoinSource;
224
+ }
225
+ export interface ModelClientConfig {
226
+ InvocationsTimeoutInSeconds?: number;
227
+ InvocationsMaxRetries?: number;
228
+ }
229
+ export interface CreateTransformJobRequest {
230
+ TransformJobName: string | undefined;
231
+ ModelName: string | undefined;
232
+ MaxConcurrentTransforms?: number;
233
+ ModelClientConfig?: ModelClientConfig;
234
+ MaxPayloadInMB?: number;
235
+ BatchStrategy?: BatchStrategy;
236
+ Environment?: Record<string, string>;
237
+ TransformInput: TransformInput | undefined;
238
+ TransformOutput: TransformOutput | undefined;
239
+ DataCaptureConfig?: BatchDataCaptureConfig;
240
+ TransformResources: TransformResources | undefined;
241
+ DataProcessing?: DataProcessing;
242
+ Tags?: Tag[];
243
+ ExperimentConfig?: ExperimentConfig;
244
+ }
245
+ export interface CreateTransformJobResponse {
246
+ TransformJobArn: string | undefined;
247
+ }
248
+ export interface CreateTrialRequest {
249
+ TrialName: string | undefined;
250
+ DisplayName?: string;
251
+ ExperimentName: string | undefined;
252
+ MetadataProperties?: MetadataProperties;
253
+ Tags?: Tag[];
254
+ }
255
+ export interface CreateTrialResponse {
256
+ TrialArn?: string;
257
+ }
258
+ export interface TrialComponentArtifact {
259
+ MediaType?: string;
260
+ Value: string | undefined;
261
+ }
262
+ export type TrialComponentParameterValue =
263
+ | TrialComponentParameterValue.NumberValueMember
264
+ | TrialComponentParameterValue.StringValueMember
265
+ | TrialComponentParameterValue.$UnknownMember;
266
+ export declare namespace TrialComponentParameterValue {
267
+ interface StringValueMember {
268
+ StringValue: string;
269
+ NumberValue?: never;
270
+ $unknown?: never;
271
+ }
272
+ interface NumberValueMember {
273
+ StringValue?: never;
274
+ NumberValue: number;
275
+ $unknown?: never;
276
+ }
277
+ interface $UnknownMember {
278
+ StringValue?: never;
279
+ NumberValue?: never;
280
+ $unknown: [string, any];
281
+ }
282
+ interface Visitor<T> {
283
+ StringValue: (value: string) => T;
284
+ NumberValue: (value: number) => T;
285
+ _: (name: string, value: any) => T;
286
+ }
287
+ const visit: <T>(
288
+ value: TrialComponentParameterValue,
289
+ visitor: Visitor<T>
290
+ ) => T;
291
+ }
292
+ export declare const TrialComponentPrimaryStatus: {
293
+ readonly COMPLETED: "Completed";
294
+ readonly FAILED: "Failed";
295
+ readonly IN_PROGRESS: "InProgress";
296
+ readonly STOPPED: "Stopped";
297
+ readonly STOPPING: "Stopping";
298
+ };
299
+ export type TrialComponentPrimaryStatus =
300
+ (typeof TrialComponentPrimaryStatus)[keyof typeof TrialComponentPrimaryStatus];
301
+ export interface TrialComponentStatus {
302
+ PrimaryStatus?: TrialComponentPrimaryStatus;
303
+ Message?: string;
304
+ }
305
+ export interface CreateTrialComponentRequest {
306
+ TrialComponentName: string | undefined;
307
+ DisplayName?: string;
308
+ Status?: TrialComponentStatus;
309
+ StartTime?: Date;
310
+ EndTime?: Date;
311
+ Parameters?: Record<string, TrialComponentParameterValue>;
312
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
313
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
314
+ MetadataProperties?: MetadataProperties;
315
+ Tags?: Tag[];
316
+ }
317
+ export interface CreateTrialComponentResponse {
318
+ TrialComponentArn?: string;
319
+ }
320
+ export interface CreateUserProfileRequest {
321
+ DomainId: string | undefined;
322
+ UserProfileName: string | undefined;
323
+ SingleSignOnUserIdentifier?: string;
324
+ SingleSignOnUserValue?: string;
325
+ Tags?: Tag[];
326
+ UserSettings?: UserSettings;
327
+ }
177
328
  export interface CreateUserProfileResponse {
178
329
  UserProfileArn?: string;
179
330
  }
@@ -600,6 +751,7 @@ export interface DescribeAppImageConfigResponse {
600
751
  CreationTime?: Date;
601
752
  LastModifiedTime?: Date;
602
753
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
754
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
603
755
  }
604
756
  export interface DescribeArtifactRequest {
605
757
  ArtifactArn: string | undefined;
@@ -1994,6 +2146,9 @@ export interface DescribeSpaceResponse {
1994
2146
  FailureReason?: string;
1995
2147
  SpaceSettings?: SpaceSettings;
1996
2148
  Url?: string;
2149
+ SpaceDisplayName?: string;
2150
+ OwnershipSettings?: OwnershipSettings;
2151
+ SpaceSharingSettings?: SpaceSharingSettings;
1997
2152
  }
1998
2153
  export interface DescribeStudioLifecycleConfigRequest {
1999
2154
  StudioLifecycleConfigName: string | undefined;
@@ -2034,202 +2189,6 @@ export interface ProfilerRuleEvaluationStatus {
2034
2189
  StatusDetails?: string;
2035
2190
  LastModifiedTime?: Date;
2036
2191
  }
2037
- export declare const ProfilingStatus: {
2038
- readonly DISABLED: "Disabled";
2039
- readonly ENABLED: "Enabled";
2040
- };
2041
- export type ProfilingStatus =
2042
- (typeof ProfilingStatus)[keyof typeof ProfilingStatus];
2043
- export declare const SecondaryStatus: {
2044
- readonly COMPLETED: "Completed";
2045
- readonly DOWNLOADING: "Downloading";
2046
- readonly DOWNLOADING_TRAINING_IMAGE: "DownloadingTrainingImage";
2047
- readonly FAILED: "Failed";
2048
- readonly INTERRUPTED: "Interrupted";
2049
- readonly LAUNCHING_ML_INSTANCES: "LaunchingMLInstances";
2050
- readonly MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded";
2051
- readonly MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded";
2052
- readonly PREPARING_TRAINING_STACK: "PreparingTrainingStack";
2053
- readonly RESTARTING: "Restarting";
2054
- readonly STARTING: "Starting";
2055
- readonly STOPPED: "Stopped";
2056
- readonly STOPPING: "Stopping";
2057
- readonly TRAINING: "Training";
2058
- readonly UPDATING: "Updating";
2059
- readonly UPLOADING: "Uploading";
2060
- };
2061
- export type SecondaryStatus =
2062
- (typeof SecondaryStatus)[keyof typeof SecondaryStatus];
2063
- export interface SecondaryStatusTransition {
2064
- Status: SecondaryStatus | undefined;
2065
- StartTime: Date | undefined;
2066
- EndTime?: Date;
2067
- StatusMessage?: string;
2068
- }
2069
- export declare const WarmPoolResourceStatus: {
2070
- readonly AVAILABLE: "Available";
2071
- readonly INUSE: "InUse";
2072
- readonly REUSED: "Reused";
2073
- readonly TERMINATED: "Terminated";
2074
- };
2075
- export type WarmPoolResourceStatus =
2076
- (typeof WarmPoolResourceStatus)[keyof typeof WarmPoolResourceStatus];
2077
- export interface WarmPoolStatus {
2078
- Status: WarmPoolResourceStatus | undefined;
2079
- ResourceRetainedBillableTimeInSeconds?: number;
2080
- ReusedByJob?: string;
2081
- }
2082
- export interface DescribeTrainingJobResponse {
2083
- TrainingJobName: string | undefined;
2084
- TrainingJobArn: string | undefined;
2085
- TuningJobArn?: string;
2086
- LabelingJobArn?: string;
2087
- AutoMLJobArn?: string;
2088
- ModelArtifacts: ModelArtifacts | undefined;
2089
- TrainingJobStatus: TrainingJobStatus | undefined;
2090
- SecondaryStatus: SecondaryStatus | undefined;
2091
- FailureReason?: string;
2092
- HyperParameters?: Record<string, string>;
2093
- AlgorithmSpecification: AlgorithmSpecification | undefined;
2094
- RoleArn?: string;
2095
- InputDataConfig?: Channel[];
2096
- OutputDataConfig?: OutputDataConfig;
2097
- ResourceConfig: ResourceConfig | undefined;
2098
- VpcConfig?: VpcConfig;
2099
- StoppingCondition: StoppingCondition | undefined;
2100
- CreationTime: Date | undefined;
2101
- TrainingStartTime?: Date;
2102
- TrainingEndTime?: Date;
2103
- LastModifiedTime?: Date;
2104
- SecondaryStatusTransitions?: SecondaryStatusTransition[];
2105
- FinalMetricDataList?: MetricData[];
2106
- EnableNetworkIsolation?: boolean;
2107
- EnableInterContainerTrafficEncryption?: boolean;
2108
- EnableManagedSpotTraining?: boolean;
2109
- CheckpointConfig?: CheckpointConfig;
2110
- TrainingTimeInSeconds?: number;
2111
- BillableTimeInSeconds?: number;
2112
- DebugHookConfig?: DebugHookConfig;
2113
- ExperimentConfig?: ExperimentConfig;
2114
- DebugRuleConfigurations?: DebugRuleConfiguration[];
2115
- TensorBoardOutputConfig?: TensorBoardOutputConfig;
2116
- DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
2117
- ProfilerConfig?: ProfilerConfig;
2118
- ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
2119
- ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[];
2120
- ProfilingStatus?: ProfilingStatus;
2121
- RetryStrategy?: RetryStrategy;
2122
- Environment?: Record<string, string>;
2123
- WarmPoolStatus?: WarmPoolStatus;
2124
- InfraCheckConfig?: InfraCheckConfig;
2125
- }
2126
- export interface DescribeTransformJobRequest {
2127
- TransformJobName: string | undefined;
2128
- }
2129
- export declare const TransformJobStatus: {
2130
- readonly COMPLETED: "Completed";
2131
- readonly FAILED: "Failed";
2132
- readonly IN_PROGRESS: "InProgress";
2133
- readonly STOPPED: "Stopped";
2134
- readonly STOPPING: "Stopping";
2135
- };
2136
- export type TransformJobStatus =
2137
- (typeof TransformJobStatus)[keyof typeof TransformJobStatus];
2138
- export interface DescribeTransformJobResponse {
2139
- TransformJobName: string | undefined;
2140
- TransformJobArn: string | undefined;
2141
- TransformJobStatus: TransformJobStatus | undefined;
2142
- FailureReason?: string;
2143
- ModelName: string | undefined;
2144
- MaxConcurrentTransforms?: number;
2145
- ModelClientConfig?: ModelClientConfig;
2146
- MaxPayloadInMB?: number;
2147
- BatchStrategy?: BatchStrategy;
2148
- Environment?: Record<string, string>;
2149
- TransformInput: TransformInput | undefined;
2150
- TransformOutput?: TransformOutput;
2151
- DataCaptureConfig?: BatchDataCaptureConfig;
2152
- TransformResources: TransformResources | undefined;
2153
- CreationTime: Date | undefined;
2154
- TransformStartTime?: Date;
2155
- TransformEndTime?: Date;
2156
- LabelingJobArn?: string;
2157
- AutoMLJobArn?: string;
2158
- DataProcessing?: DataProcessing;
2159
- ExperimentConfig?: ExperimentConfig;
2160
- }
2161
- export interface DescribeTrialRequest {
2162
- TrialName: string | undefined;
2163
- }
2164
- export interface TrialSource {
2165
- SourceArn: string | undefined;
2166
- SourceType?: string;
2167
- }
2168
- export interface DescribeTrialResponse {
2169
- TrialName?: string;
2170
- TrialArn?: string;
2171
- DisplayName?: string;
2172
- ExperimentName?: string;
2173
- Source?: TrialSource;
2174
- CreationTime?: Date;
2175
- CreatedBy?: UserContext;
2176
- LastModifiedTime?: Date;
2177
- LastModifiedBy?: UserContext;
2178
- MetadataProperties?: MetadataProperties;
2179
- }
2180
- export interface DescribeTrialComponentRequest {
2181
- TrialComponentName: string | undefined;
2182
- }
2183
- export interface TrialComponentMetricSummary {
2184
- MetricName?: string;
2185
- SourceArn?: string;
2186
- TimeStamp?: Date;
2187
- Max?: number;
2188
- Min?: number;
2189
- Last?: number;
2190
- Count?: number;
2191
- Avg?: number;
2192
- StdDev?: number;
2193
- }
2194
- export interface TrialComponentSource {
2195
- SourceArn: string | undefined;
2196
- SourceType?: string;
2197
- }
2198
- export interface DescribeTrialComponentResponse {
2199
- TrialComponentName?: string;
2200
- TrialComponentArn?: string;
2201
- DisplayName?: string;
2202
- Source?: TrialComponentSource;
2203
- Status?: TrialComponentStatus;
2204
- StartTime?: Date;
2205
- EndTime?: Date;
2206
- CreationTime?: Date;
2207
- CreatedBy?: UserContext;
2208
- LastModifiedTime?: Date;
2209
- LastModifiedBy?: UserContext;
2210
- Parameters?: Record<string, TrialComponentParameterValue>;
2211
- InputArtifacts?: Record<string, TrialComponentArtifact>;
2212
- OutputArtifacts?: Record<string, TrialComponentArtifact>;
2213
- MetadataProperties?: MetadataProperties;
2214
- Metrics?: TrialComponentMetricSummary[];
2215
- LineageGroupArn?: string;
2216
- Sources?: TrialComponentSource[];
2217
- }
2218
- export interface DescribeUserProfileRequest {
2219
- DomainId: string | undefined;
2220
- UserProfileName: string | undefined;
2221
- }
2222
- export declare const UserProfileStatus: {
2223
- readonly Delete_Failed: "Delete_Failed";
2224
- readonly Deleting: "Deleting";
2225
- readonly Failed: "Failed";
2226
- readonly InService: "InService";
2227
- readonly Pending: "Pending";
2228
- readonly Update_Failed: "Update_Failed";
2229
- readonly Updating: "Updating";
2230
- };
2231
- export type UserProfileStatus =
2232
- (typeof UserProfileStatus)[keyof typeof UserProfileStatus];
2233
2192
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2234
2193
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2235
2194
  obj: CreateWorkforceRequest