@pulumi/oci 3.13.0-alpha.1766212844 → 3.13.0-alpha.1766291418
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.
- package/containerengine/cluster.d.ts +1 -0
- package/containerengine/cluster.js +1 -0
- package/containerengine/cluster.js.map +1 -1
- package/core/computeHost.d.ts +28 -8
- package/core/computeHost.js +6 -0
- package/core/computeHost.js.map +1 -1
- package/core/computeHostGroup.d.ts +1 -0
- package/core/computeHostGroup.js +1 -0
- package/core/computeHostGroup.js.map +1 -1
- package/core/getComputeHost.d.ts +8 -0
- package/core/getComputeHost.js.map +1 -1
- package/core/getFirmwareBundle.d.ts +93 -0
- package/core/getFirmwareBundle.js +54 -0
- package/core/getFirmwareBundle.js.map +1 -0
- package/core/getFirmwareBundles.d.ts +83 -0
- package/core/getFirmwareBundles.js +46 -0
- package/core/getFirmwareBundles.js.map +1 -0
- package/core/getShape.d.ts +3 -0
- package/core/getShape.js +2 -0
- package/core/getShape.js.map +1 -1
- package/core/getShapes.d.ts +11 -0
- package/core/getShapes.js +4 -0
- package/core/getShapes.js.map +1 -1
- package/core/index.d.ts +6 -0
- package/core/index.js +12 -6
- package/core/index.js.map +1 -1
- package/database/autonomousDatabase.d.ts +42 -12
- package/database/autonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabasesEstimateCostSavings.d.ts +86 -0
- package/database/getAutonomousDatabasesEstimateCostSavings.js +60 -0
- package/database/getAutonomousDatabasesEstimateCostSavings.js.map +1 -0
- package/database/index.d.ts +3 -0
- package/database/index.js +9 -6
- package/database/index.js.map +1 -1
- package/datascience/getMlApplicationImplementationVersion.d.ts +134 -0
- package/datascience/getMlApplicationImplementationVersion.js +54 -0
- package/datascience/getMlApplicationImplementationVersion.js.map +1 -0
- package/datascience/getMlApplicationImplementationVersions.d.ts +89 -0
- package/datascience/getMlApplicationImplementationVersions.js +60 -0
- package/datascience/getMlApplicationImplementationVersions.js.map +1 -0
- package/datascience/index.d.ts +6 -0
- package/datascience/index.js +9 -3
- package/datascience/index.js.map +1 -1
- package/datascience/modelDeployment.d.ts +0 -87
- package/datascience/modelDeployment.js +0 -87
- package/datascience/modelDeployment.js.map +1 -1
- package/disasterrecovery/drPlanExecution.d.ts +8 -0
- package/disasterrecovery/drPlanExecution.js +2 -0
- package/disasterrecovery/drPlanExecution.js.map +1 -1
- package/disasterrecovery/drProtectionGroup.d.ts +4 -0
- package/disasterrecovery/drProtectionGroup.js +4 -0
- package/disasterrecovery/drProtectionGroup.js.map +1 -1
- package/disasterrecovery/getDrPlanExecution.d.ts +4 -0
- package/disasterrecovery/getDrPlanExecution.js.map +1 -1
- package/generativeai/getDedicatedAiCluster.d.ts +15 -3
- package/generativeai/getDedicatedAiCluster.js.map +1 -1
- package/generativeai/getDedicatedAiClusters.d.ts +3 -0
- package/generativeai/getDedicatedAiClusters.js.map +1 -1
- package/generativeai/getEndpoint.d.ts +19 -1
- package/generativeai/getEndpoint.js.map +1 -1
- package/generativeai/getEndpoints.d.ts +8 -2
- package/generativeai/getEndpoints.js +2 -2
- package/generativeai/getEndpoints.js.map +1 -1
- package/generativeai/getImportedModel.d.ts +82 -0
- package/generativeai/getImportedModel.js +54 -0
- package/generativeai/getImportedModel.js.map +1 -0
- package/generativeai/getImportedModels.d.ts +123 -0
- package/generativeai/getImportedModels.js +76 -0
- package/generativeai/getImportedModels.js.map +1 -0
- package/generativeai/getModel.d.ts +0 -54
- package/generativeai/getModel.js.map +1 -1
- package/generativeai/getModels.d.ts +0 -15
- package/generativeai/getModels.js.map +1 -1
- package/generativeai/importedModel.d.ts +270 -0
- package/generativeai/importedModel.js +131 -0
- package/generativeai/importedModel.js.map +1 -0
- package/generativeai/index.d.ts +9 -0
- package/generativeai/index.js +13 -2
- package/generativeai/index.js.map +1 -1
- package/identity/domainsMappedAttribute.d.ts +719 -0
- package/identity/domainsMappedAttribute.js +125 -0
- package/identity/domainsMappedAttribute.js.map +1 -0
- package/identity/getDomainsMappedAttribute.d.ts +187 -0
- package/identity/getDomainsMappedAttribute.js +74 -0
- package/identity/getDomainsMappedAttribute.js.map +1 -0
- package/identity/getDomainsMappedAttributes.d.ts +160 -0
- package/identity/getDomainsMappedAttributes.js +88 -0
- package/identity/getDomainsMappedAttributes.js.map +1 -0
- package/identity/index.d.ts +9 -0
- package/identity/index.js +19 -8
- package/identity/index.js.map +1 -1
- package/integration/getIntegrationInstance.d.ts +6 -0
- package/integration/getIntegrationInstance.js.map +1 -1
- package/integration/integrationInstance.d.ts +55 -10
- package/integration/integrationInstance.js +21 -1
- package/integration/integrationInstance.js.map +1 -1
- package/loganalytics/getLogAnalyticsEntityAssociationsList.d.ts +94 -0
- package/loganalytics/getLogAnalyticsEntityAssociationsList.js +64 -0
- package/loganalytics/getLogAnalyticsEntityAssociationsList.js.map +1 -0
- package/loganalytics/index.d.ts +9 -0
- package/loganalytics/index.js +15 -2
- package/loganalytics/index.js.map +1 -1
- package/loganalytics/logAnalyticsEntityAssociationsAdd.d.ts +106 -0
- package/loganalytics/logAnalyticsEntityAssociationsAdd.js +84 -0
- package/loganalytics/logAnalyticsEntityAssociationsAdd.js.map +1 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.d.ts +106 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.js +84 -0
- package/loganalytics/logAnalyticsEntityAssociationsRemove.js.map +1 -0
- package/oci/batchBatchContext.d.ts +290 -0
- package/oci/batchBatchContext.js +140 -0
- package/oci/batchBatchContext.js.map +1 -0
- package/oci/batchBatchJobPool.d.ts +201 -0
- package/oci/batchBatchJobPool.js +102 -0
- package/oci/batchBatchJobPool.js.map +1 -0
- package/oci/batchBatchTaskEnvironment.d.ts +254 -0
- package/oci/batchBatchTaskEnvironment.js +121 -0
- package/oci/batchBatchTaskEnvironment.js.map +1 -0
- package/oci/batchBatchTaskProfile.d.ts +210 -0
- package/oci/batchBatchTaskProfile.js +108 -0
- package/oci/batchBatchTaskProfile.js.map +1 -0
- package/oci/getBatchBatchContext.d.ts +132 -0
- package/oci/getBatchBatchContext.js +54 -0
- package/oci/getBatchBatchContext.js.map +1 -0
- package/oci/getBatchBatchContextShapes.d.ts +83 -0
- package/oci/getBatchBatchContextShapes.js +60 -0
- package/oci/getBatchBatchContextShapes.js.map +1 -0
- package/oci/getBatchBatchContexts.d.ts +113 -0
- package/oci/getBatchBatchContexts.js +70 -0
- package/oci/getBatchBatchContexts.js.map +1 -0
- package/oci/getBatchBatchJobPool.d.ts +109 -0
- package/oci/getBatchBatchJobPool.js +54 -0
- package/oci/getBatchBatchJobPool.js.map +1 -0
- package/oci/getBatchBatchJobPools.d.ts +127 -0
- package/oci/getBatchBatchJobPools.js +74 -0
- package/oci/getBatchBatchJobPools.js.map +1 -0
- package/oci/getBatchBatchTaskEnvironment.d.ts +122 -0
- package/oci/getBatchBatchTaskEnvironment.js +54 -0
- package/oci/getBatchBatchTaskEnvironment.js.map +1 -0
- package/oci/getBatchBatchTaskEnvironments.d.ts +113 -0
- package/oci/getBatchBatchTaskEnvironments.js +70 -0
- package/oci/getBatchBatchTaskEnvironments.js.map +1 -0
- package/oci/getBatchBatchTaskProfile.d.ts +113 -0
- package/oci/getBatchBatchTaskProfile.js +54 -0
- package/oci/getBatchBatchTaskProfile.js.map +1 -0
- package/oci/getBatchBatchTaskProfiles.d.ts +113 -0
- package/oci/getBatchBatchTaskProfiles.js +70 -0
- package/oci/getBatchBatchTaskProfiles.js.map +1 -0
- package/oci/getMulticloudExternalLocationsMetadata.d.ts +52 -13
- package/oci/getMulticloudExternalLocationsMetadata.js +14 -2
- package/oci/getMulticloudExternalLocationsMetadata.js.map +1 -1
- package/oci/getMulticloudMulticloudsubscriptions.d.ts +86 -0
- package/oci/getMulticloudMulticloudsubscriptions.js +62 -0
- package/oci/getMulticloudMulticloudsubscriptions.js.map +1 -0
- package/oci/getMulticloudNetworkAnchor.d.ts +15 -0
- package/oci/getMulticloudNetworkAnchor.js +4 -0
- package/oci/getMulticloudNetworkAnchor.js.map +1 -1
- package/oci/getMulticloudNetworkAnchors.d.ts +49 -27
- package/oci/getMulticloudNetworkAnchors.js +14 -4
- package/oci/getMulticloudNetworkAnchors.js.map +1 -1
- package/oci/getMulticloudOmHubMultiCloudsMetadata.d.ts +4 -2
- package/oci/getMulticloudOmHubMultiCloudsMetadata.js +4 -2
- package/oci/getMulticloudOmHubMultiCloudsMetadata.js.map +1 -1
- package/oci/getMulticloudOmHubMulticloudResources.d.ts +122 -0
- package/oci/getMulticloudOmHubMulticloudResources.js +74 -0
- package/oci/getMulticloudOmHubMulticloudResources.js.map +1 -0
- package/oci/getMulticloudResourceAnchor.d.ts +23 -4
- package/oci/getMulticloudResourceAnchor.js +4 -0
- package/oci/getMulticloudResourceAnchor.js.map +1 -1
- package/oci/getMulticloudResourceAnchors.d.ts +42 -28
- package/oci/getMulticloudResourceAnchors.js +16 -10
- package/oci/getMulticloudResourceAnchors.js.map +1 -1
- package/oci/index.d.ts +45 -0
- package/oci/index.js +59 -5
- package/oci/index.js.map +1 -1
- package/ocvp/cluster.d.ts +12 -0
- package/ocvp/cluster.js +2 -0
- package/ocvp/cluster.js.map +1 -1
- package/ocvp/esxiHost.d.ts +18 -0
- package/ocvp/esxiHost.js +2 -0
- package/ocvp/esxiHost.js.map +1 -1
- package/ocvp/getCluster.d.ts +6 -0
- package/ocvp/getCluster.js.map +1 -1
- package/ocvp/getExsiHost.d.ts +6 -0
- package/ocvp/getExsiHost.js.map +1 -1
- package/ocvp/getSddc.d.ts +3 -0
- package/ocvp/getSddc.js.map +1 -1
- package/ocvp/sddc.d.ts +6 -0
- package/ocvp/sddc.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +845 -43
- package/types/output.d.ts +3324 -608
|
@@ -8,93 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as oci from "@pulumi/oci";
|
|
14
|
-
*
|
|
15
|
-
* const testModelDeployment = new oci.datascience.ModelDeployment("test_model_deployment", {
|
|
16
|
-
* compartmentId: compartmentId,
|
|
17
|
-
* modelDeploymentConfigurationDetails: {
|
|
18
|
-
* deploymentType: modelDeploymentModelDeploymentConfigurationDetailsDeploymentType,
|
|
19
|
-
* modelConfigurationDetails: {
|
|
20
|
-
* instanceConfiguration: {
|
|
21
|
-
* instanceShapeName: testShape.name,
|
|
22
|
-
* modelDeploymentInstanceShapeConfigDetails: {
|
|
23
|
-
* cpuBaseline: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetailsCpuBaseline,
|
|
24
|
-
* memoryInGbs: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetailsMemoryInGbs,
|
|
25
|
-
* ocpus: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsInstanceConfigurationModelDeploymentInstanceShapeConfigDetailsOcpus,
|
|
26
|
-
* },
|
|
27
|
-
* privateEndpointId: testPrivateEndpoint.id,
|
|
28
|
-
* subnetId: testSubnet.id,
|
|
29
|
-
* },
|
|
30
|
-
* modelId: testModel.id,
|
|
31
|
-
* bandwidthMbps: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsBandwidthMbps,
|
|
32
|
-
* maximumBandwidthMbps: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsMaximumBandwidthMbps,
|
|
33
|
-
* scalingPolicy: {
|
|
34
|
-
* policyType: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyPolicyType,
|
|
35
|
-
* autoScalingPolicies: [{
|
|
36
|
-
* autoScalingPolicyType: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesAutoScalingPolicyType,
|
|
37
|
-
* initialInstanceCount: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesInitialInstanceCount,
|
|
38
|
-
* maximumInstanceCount: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesMaximumInstanceCount,
|
|
39
|
-
* minimumInstanceCount: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesMinimumInstanceCount,
|
|
40
|
-
* rules: [{
|
|
41
|
-
* metricExpressionRuleType: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesMetricExpressionRuleType,
|
|
42
|
-
* scaleInConfiguration: {
|
|
43
|
-
* instanceCountAdjustment: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleInConfigurationInstanceCountAdjustment,
|
|
44
|
-
* pendingDuration: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleInConfigurationPendingDuration,
|
|
45
|
-
* query: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleInConfigurationQuery,
|
|
46
|
-
* scalingConfigurationType: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleInConfigurationScalingConfigurationType,
|
|
47
|
-
* threshold: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleInConfigurationThreshold,
|
|
48
|
-
* },
|
|
49
|
-
* scaleOutConfiguration: {
|
|
50
|
-
* instanceCountAdjustment: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleOutConfigurationInstanceCountAdjustment,
|
|
51
|
-
* pendingDuration: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleOutConfigurationPendingDuration,
|
|
52
|
-
* query: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleOutConfigurationQuery,
|
|
53
|
-
* scalingConfigurationType: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleOutConfigurationScalingConfigurationType,
|
|
54
|
-
* threshold: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesScaleOutConfigurationThreshold,
|
|
55
|
-
* },
|
|
56
|
-
* metricType: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyAutoScalingPoliciesRulesMetricType,
|
|
57
|
-
* }],
|
|
58
|
-
* }],
|
|
59
|
-
* coolDownInSeconds: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyCoolDownInSeconds,
|
|
60
|
-
* instanceCount: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyInstanceCount,
|
|
61
|
-
* isEnabled: modelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetailsScalingPolicyIsEnabled,
|
|
62
|
-
* },
|
|
63
|
-
* },
|
|
64
|
-
* environmentConfigurationDetails: {
|
|
65
|
-
* environmentConfigurationType: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsEnvironmentConfigurationType,
|
|
66
|
-
* cmds: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsCmd,
|
|
67
|
-
* entrypoints: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsEntrypoint,
|
|
68
|
-
* environmentVariables: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsEnvironmentVariables,
|
|
69
|
-
* healthCheckPort: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsHealthCheckPort,
|
|
70
|
-
* image: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsImage,
|
|
71
|
-
* imageDigest: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsImageDigest,
|
|
72
|
-
* serverPort: modelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetailsServerPort,
|
|
73
|
-
* },
|
|
74
|
-
* },
|
|
75
|
-
* projectId: testProject.id,
|
|
76
|
-
* categoryLogDetails: {
|
|
77
|
-
* access: {
|
|
78
|
-
* logGroupId: testLogGroup.id,
|
|
79
|
-
* logId: testLog.id,
|
|
80
|
-
* },
|
|
81
|
-
* predict: {
|
|
82
|
-
* logGroupId: testLogGroup.id,
|
|
83
|
-
* logId: testLog.id,
|
|
84
|
-
* },
|
|
85
|
-
* },
|
|
86
|
-
* definedTags: {
|
|
87
|
-
* "Operations.CostCenter": "42",
|
|
88
|
-
* },
|
|
89
|
-
* description: modelDeploymentDescription,
|
|
90
|
-
* displayName: modelDeploymentDisplayName,
|
|
91
|
-
* freeformTags: {
|
|
92
|
-
* Department: "Finance",
|
|
93
|
-
* },
|
|
94
|
-
* opcParentRptUrl: modelDeploymentOpcParentRptUrl,
|
|
95
|
-
* });
|
|
96
|
-
* ```
|
|
97
|
-
*
|
|
98
11
|
* ## Import
|
|
99
12
|
*
|
|
100
13
|
* ModelDeployments can be imported using the `id`, e.g.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modelDeployment.js","sourceRoot":"","sources":["../../datascience/modelDeployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"modelDeployment.js","sourceRoot":"","sources":["../../datascience/modelDeployment.ts"],"names":[],"mappings":"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"}
|
|
@@ -125,6 +125,10 @@ export declare class DrPlanExecution extends pulumi.CustomResource {
|
|
|
125
125
|
* The current state of the DR plan execution.
|
|
126
126
|
*/
|
|
127
127
|
readonly state: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* A categorized summary of step execution statuses and their corresponding counts.
|
|
130
|
+
*/
|
|
131
|
+
readonly stepStatusCounts: pulumi.Output<outputs.DisasterRecovery.DrPlanExecutionStepStatusCount[]>;
|
|
128
132
|
/**
|
|
129
133
|
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
130
134
|
*/
|
|
@@ -236,6 +240,10 @@ export interface DrPlanExecutionState {
|
|
|
236
240
|
* The current state of the DR plan execution.
|
|
237
241
|
*/
|
|
238
242
|
state?: pulumi.Input<string>;
|
|
243
|
+
/**
|
|
244
|
+
* A categorized summary of step execution statuses and their corresponding counts.
|
|
245
|
+
*/
|
|
246
|
+
stepStatusCounts?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrPlanExecutionStepStatusCount>[]>;
|
|
239
247
|
/**
|
|
240
248
|
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
241
249
|
*/
|
|
@@ -82,6 +82,7 @@ class DrPlanExecution extends pulumi.CustomResource {
|
|
|
82
82
|
resourceInputs["planExecutionType"] = state?.planExecutionType;
|
|
83
83
|
resourceInputs["planId"] = state?.planId;
|
|
84
84
|
resourceInputs["state"] = state?.state;
|
|
85
|
+
resourceInputs["stepStatusCounts"] = state?.stepStatusCounts;
|
|
85
86
|
resourceInputs["systemTags"] = state?.systemTags;
|
|
86
87
|
resourceInputs["timeCreated"] = state?.timeCreated;
|
|
87
88
|
resourceInputs["timeEnded"] = state?.timeEnded;
|
|
@@ -113,6 +114,7 @@ class DrPlanExecution extends pulumi.CustomResource {
|
|
|
113
114
|
resourceInputs["peerRegion"] = undefined /*out*/;
|
|
114
115
|
resourceInputs["planExecutionType"] = undefined /*out*/;
|
|
115
116
|
resourceInputs["state"] = undefined /*out*/;
|
|
117
|
+
resourceInputs["stepStatusCounts"] = undefined /*out*/;
|
|
116
118
|
resourceInputs["systemTags"] = undefined /*out*/;
|
|
117
119
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
118
120
|
resourceInputs["timeEnded"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drPlanExecution.js","sourceRoot":"","sources":["../../disasterrecovery/drPlanExecution.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;
|
|
1
|
+
{"version":3,"file":"drPlanExecution.js","sourceRoot":"","sources":["../../disasterrecovery/drPlanExecution.ts"],"names":[],"mappings":"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"}
|
|
@@ -132,6 +132,10 @@ import * as outputs from "../types/output";
|
|
|
132
132
|
* }],
|
|
133
133
|
* peerClusterId: testCluster.id,
|
|
134
134
|
* peerDbSystemId: testDbSystem.id,
|
|
135
|
+
* resourceModifierMappings: [{
|
|
136
|
+
* configMap: drProtectionGroupMembersResourceModifierMappingsConfigMap,
|
|
137
|
+
* namespace: drProtectionGroupMembersResourceModifierMappingsNamespace,
|
|
138
|
+
* }],
|
|
135
139
|
* sourceVolumeToDestinationEncryptionKeyMappings: [{
|
|
136
140
|
* destinationEncryptionKey: {
|
|
137
141
|
* encryptionKeyId: testKey.id,
|
|
@@ -136,6 +136,10 @@ const utilities = require("../utilities");
|
|
|
136
136
|
* }],
|
|
137
137
|
* peerClusterId: testCluster.id,
|
|
138
138
|
* peerDbSystemId: testDbSystem.id,
|
|
139
|
+
* resourceModifierMappings: [{
|
|
140
|
+
* configMap: drProtectionGroupMembersResourceModifierMappingsConfigMap,
|
|
141
|
+
* namespace: drProtectionGroupMembersResourceModifierMappingsNamespace,
|
|
142
|
+
* }],
|
|
139
143
|
* sourceVolumeToDestinationEncryptionKeyMappings: [{
|
|
140
144
|
* destinationEncryptionKey: {
|
|
141
145
|
* encryptionKeyId: testKey.id,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drProtectionGroup.js","sourceRoot":"","sources":["../../disasterrecovery/drProtectionGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"drProtectionGroup.js","sourceRoot":"","sources":["../../disasterrecovery/drProtectionGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -107,6 +107,10 @@ export interface GetDrPlanExecutionResult {
|
|
|
107
107
|
* The current state of the DR plan execution.
|
|
108
108
|
*/
|
|
109
109
|
readonly state: string;
|
|
110
|
+
/**
|
|
111
|
+
* A categorized summary of step execution statuses and their corresponding counts.
|
|
112
|
+
*/
|
|
113
|
+
readonly stepStatusCounts: outputs.DisasterRecovery.GetDrPlanExecutionStepStatusCount[];
|
|
110
114
|
/**
|
|
111
115
|
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
112
116
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDrPlanExecution.js","sourceRoot":"","sources":["../../disasterrecovery/getDrPlanExecution.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;
|
|
1
|
+
{"version":3,"file":"getDrPlanExecution.js","sourceRoot":"","sources":["../../disasterrecovery/getDrPlanExecution.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAkHD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -30,7 +30,13 @@ export interface GetDedicatedAiClusterArgs {
|
|
|
30
30
|
* A collection of values returned by getDedicatedAiCluster.
|
|
31
31
|
*/
|
|
32
32
|
export interface GetDedicatedAiClusterResult {
|
|
33
|
+
/**
|
|
34
|
+
* The total capacity for a dedicated AI cluster.
|
|
35
|
+
*/
|
|
33
36
|
readonly capacities: outputs.GenerativeAi.GetDedicatedAiClusterCapacity[];
|
|
37
|
+
/**
|
|
38
|
+
* The compartment OCID to create the dedicated AI cluster in.
|
|
39
|
+
*/
|
|
34
40
|
readonly compartmentId: string;
|
|
35
41
|
readonly dedicatedAiClusterId: string;
|
|
36
42
|
/**
|
|
@@ -39,14 +45,14 @@ export interface GetDedicatedAiClusterResult {
|
|
|
39
45
|
readonly definedTags: {
|
|
40
46
|
[key: string]: string;
|
|
41
47
|
};
|
|
42
|
-
/**
|
|
43
|
-
* An optional description of the dedicated AI cluster.
|
|
44
|
-
*/
|
|
45
48
|
readonly description: string;
|
|
46
49
|
/**
|
|
47
50
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
48
51
|
*/
|
|
49
52
|
readonly displayName: string;
|
|
53
|
+
/**
|
|
54
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
55
|
+
*/
|
|
50
56
|
readonly freeformTags: {
|
|
51
57
|
[key: string]: string;
|
|
52
58
|
};
|
|
@@ -68,11 +74,17 @@ export interface GetDedicatedAiClusterResult {
|
|
|
68
74
|
readonly systemTags: {
|
|
69
75
|
[key: string]: string;
|
|
70
76
|
};
|
|
77
|
+
/**
|
|
78
|
+
* The date and time the dedicated AI cluster was created, in the format defined by RFC 3339
|
|
79
|
+
*/
|
|
71
80
|
readonly timeCreated: string;
|
|
72
81
|
/**
|
|
73
82
|
* The date and time the dedicated AI cluster was updated, in the format defined by RFC 3339
|
|
74
83
|
*/
|
|
75
84
|
readonly timeUpdated: string;
|
|
85
|
+
/**
|
|
86
|
+
* The dedicated AI cluster type indicating whether this is a fine-tuning/training processor or hosting/inference processor.
|
|
87
|
+
*/
|
|
76
88
|
readonly type: string;
|
|
77
89
|
/**
|
|
78
90
|
* The number of dedicated units in this AI cluster.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDedicatedAiCluster.js","sourceRoot":"","sources":["../../generativeai/getDedicatedAiCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;
|
|
1
|
+
{"version":3,"file":"getDedicatedAiCluster.js","sourceRoot":"","sources":["../../generativeai/getDedicatedAiCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AA2ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
|
@@ -47,6 +47,9 @@ export interface GetDedicatedAiClustersArgs {
|
|
|
47
47
|
* A collection of values returned by getDedicatedAiClusters.
|
|
48
48
|
*/
|
|
49
49
|
export interface GetDedicatedAiClustersResult {
|
|
50
|
+
/**
|
|
51
|
+
* The compartment OCID to create the dedicated AI cluster in.
|
|
52
|
+
*/
|
|
50
53
|
readonly compartmentId: string;
|
|
51
54
|
/**
|
|
52
55
|
* The list of dedicated_ai_cluster_collection.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDedicatedAiClusters.js","sourceRoot":"","sources":["../../generativeai/getDedicatedAiClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC;
|
|
1
|
+
{"version":3,"file":"getDedicatedAiClusters.js","sourceRoot":"","sources":["../../generativeai/getDedicatedAiClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC;AAmDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oEASC"}
|
|
@@ -45,20 +45,32 @@ export interface GetEndpointResult {
|
|
|
45
45
|
readonly definedTags: {
|
|
46
46
|
[key: string]: string;
|
|
47
47
|
};
|
|
48
|
+
/**
|
|
49
|
+
* An optional description of the endpoint.
|
|
50
|
+
*/
|
|
48
51
|
readonly description: string;
|
|
52
|
+
/**
|
|
53
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
54
|
+
*/
|
|
49
55
|
readonly displayName: string;
|
|
50
56
|
readonly endpointId: string;
|
|
57
|
+
/**
|
|
58
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
59
|
+
*/
|
|
51
60
|
readonly freeformTags: {
|
|
52
61
|
[key: string]: string;
|
|
53
62
|
};
|
|
54
63
|
readonly generativeAiPrivateEndpointId: string;
|
|
64
|
+
/**
|
|
65
|
+
* An OCID that uniquely identifies this endpoint resource.
|
|
66
|
+
*/
|
|
55
67
|
readonly id: string;
|
|
56
68
|
/**
|
|
57
69
|
* A message describing the current state of the endpoint in more detail that can provide actionable information.
|
|
58
70
|
*/
|
|
59
71
|
readonly lifecycleDetails: string;
|
|
60
72
|
/**
|
|
61
|
-
* The OCID of the model used
|
|
73
|
+
* The OCID of the model that's used to create this endpoint.
|
|
62
74
|
*/
|
|
63
75
|
readonly modelId: string;
|
|
64
76
|
/**
|
|
@@ -71,7 +83,13 @@ export interface GetEndpointResult {
|
|
|
71
83
|
readonly systemTags: {
|
|
72
84
|
[key: string]: string;
|
|
73
85
|
};
|
|
86
|
+
/**
|
|
87
|
+
* The date and time that the endpoint was created in the format of an RFC3339 datetime string.
|
|
88
|
+
*/
|
|
74
89
|
readonly timeCreated: string;
|
|
90
|
+
/**
|
|
91
|
+
* The date and time that the endpoint was updated in the format of an RFC3339 datetime string.
|
|
92
|
+
*/
|
|
75
93
|
readonly timeUpdated: string;
|
|
76
94
|
}
|
|
77
95
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEndpoint.js","sourceRoot":"","sources":["../../generativeai/getEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;
|
|
1
|
+
{"version":3,"file":"getEndpoint.js","sourceRoot":"","sources":["../../generativeai/getEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAwED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -15,7 +15,7 @@ import * as outputs from "../types/output";
|
|
|
15
15
|
* const testEndpoints = oci.GenerativeAi.getEndpoints({
|
|
16
16
|
* compartmentId: compartmentId,
|
|
17
17
|
* displayName: endpointDisplayName,
|
|
18
|
-
* generativeAiPrivateEndpointId:
|
|
18
|
+
* generativeAiPrivateEndpointId: testPrivateEndpoint.id,
|
|
19
19
|
* id: endpointId,
|
|
20
20
|
* state: endpointState,
|
|
21
21
|
* });
|
|
@@ -53,6 +53,9 @@ export interface GetEndpointsArgs {
|
|
|
53
53
|
*/
|
|
54
54
|
export interface GetEndpointsResult {
|
|
55
55
|
readonly compartmentId: string;
|
|
56
|
+
/**
|
|
57
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
58
|
+
*/
|
|
56
59
|
readonly displayName?: string;
|
|
57
60
|
/**
|
|
58
61
|
* The list of endpoint_collection.
|
|
@@ -60,6 +63,9 @@ export interface GetEndpointsResult {
|
|
|
60
63
|
readonly endpointCollections: outputs.GenerativeAi.GetEndpointsEndpointCollection[];
|
|
61
64
|
readonly filters?: outputs.GenerativeAi.GetEndpointsFilter[];
|
|
62
65
|
readonly generativeAiPrivateEndpointId?: string;
|
|
66
|
+
/**
|
|
67
|
+
* An OCID that uniquely identifies this endpoint resource.
|
|
68
|
+
*/
|
|
63
69
|
readonly id?: string;
|
|
64
70
|
/**
|
|
65
71
|
* The current state of the endpoint.
|
|
@@ -80,7 +86,7 @@ export interface GetEndpointsResult {
|
|
|
80
86
|
* const testEndpoints = oci.GenerativeAi.getEndpoints({
|
|
81
87
|
* compartmentId: compartmentId,
|
|
82
88
|
* displayName: endpointDisplayName,
|
|
83
|
-
* generativeAiPrivateEndpointId:
|
|
89
|
+
* generativeAiPrivateEndpointId: testPrivateEndpoint.id,
|
|
84
90
|
* id: endpointId,
|
|
85
91
|
* state: endpointState,
|
|
86
92
|
* });
|
|
@@ -19,7 +19,7 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* const testEndpoints = oci.GenerativeAi.getEndpoints({
|
|
20
20
|
* compartmentId: compartmentId,
|
|
21
21
|
* displayName: endpointDisplayName,
|
|
22
|
-
* generativeAiPrivateEndpointId:
|
|
22
|
+
* generativeAiPrivateEndpointId: testPrivateEndpoint.id,
|
|
23
23
|
* id: endpointId,
|
|
24
24
|
* state: endpointState,
|
|
25
25
|
* });
|
|
@@ -51,7 +51,7 @@ exports.getEndpoints = getEndpoints;
|
|
|
51
51
|
* const testEndpoints = oci.GenerativeAi.getEndpoints({
|
|
52
52
|
* compartmentId: compartmentId,
|
|
53
53
|
* displayName: endpointDisplayName,
|
|
54
|
-
* generativeAiPrivateEndpointId:
|
|
54
|
+
* generativeAiPrivateEndpointId: testPrivateEndpoint.id,
|
|
55
55
|
* id: endpointId,
|
|
56
56
|
* state: endpointState,
|
|
57
57
|
* });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEndpoints.js","sourceRoot":"","sources":["../../generativeai/getEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,+BAA+B,EAAE,IAAI,CAAC,6BAA6B;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oCAUC;
|
|
1
|
+
{"version":3,"file":"getEndpoints.js","sourceRoot":"","sources":["../../generativeai/getEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,+BAA+B,EAAE,IAAI,CAAC,6BAA6B;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oCAUC;AAqDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,+BAA+B,EAAE,IAAI,CAAC,6BAA6B;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Imported Model resource in Oracle Cloud Infrastructure Generative AI service.
|
|
5
|
+
*
|
|
6
|
+
* Gets information about an imported model.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testImportedModel = oci.GenerativeAi.getImportedModel({
|
|
15
|
+
* importedModelId: testImportedModelOciGenerativeAiImportedModel.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getImportedModel(args: GetImportedModelArgs, opts?: pulumi.InvokeOptions): Promise<GetImportedModelResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getImportedModel.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetImportedModelArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The importedModel OCID
|
|
26
|
+
*/
|
|
27
|
+
importedModelId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getImportedModel.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetImportedModelResult {
|
|
33
|
+
readonly capabilities: string[];
|
|
34
|
+
readonly compartmentId: string;
|
|
35
|
+
readonly dataSources: outputs.GenerativeAi.GetImportedModelDataSource[];
|
|
36
|
+
readonly definedTags: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
readonly description: string;
|
|
40
|
+
readonly displayName: string;
|
|
41
|
+
readonly freeformTags: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
readonly id: string;
|
|
45
|
+
readonly importedModelId: string;
|
|
46
|
+
readonly lifecycleDetails: string;
|
|
47
|
+
readonly previousState: string;
|
|
48
|
+
readonly state: string;
|
|
49
|
+
readonly systemTags: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
readonly timeCreated: string;
|
|
53
|
+
readonly timeUpdated: string;
|
|
54
|
+
readonly vendor: string;
|
|
55
|
+
readonly version: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* This data source provides details about a specific Imported Model resource in Oracle Cloud Infrastructure Generative AI service.
|
|
59
|
+
*
|
|
60
|
+
* Gets information about an imported model.
|
|
61
|
+
*
|
|
62
|
+
* ## Example Usage
|
|
63
|
+
*
|
|
64
|
+
* ```typescript
|
|
65
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
66
|
+
* import * as oci from "@pulumi/oci";
|
|
67
|
+
*
|
|
68
|
+
* const testImportedModel = oci.GenerativeAi.getImportedModel({
|
|
69
|
+
* importedModelId: testImportedModelOciGenerativeAiImportedModel.id,
|
|
70
|
+
* });
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
export declare function getImportedModelOutput(args: GetImportedModelOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetImportedModelResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getImportedModel.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetImportedModelOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* The importedModel OCID
|
|
80
|
+
*/
|
|
81
|
+
importedModelId: pulumi.Input<string>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getImportedModelOutput = exports.getImportedModel = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Imported Model resource in Oracle Cloud Infrastructure Generative AI service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about an imported model.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testImportedModel = oci.GenerativeAi.getImportedModel({
|
|
20
|
+
* importedModelId: testImportedModelOciGenerativeAiImportedModel.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getImportedModel(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:GenerativeAi/getImportedModel:getImportedModel", {
|
|
27
|
+
"importedModelId": args.importedModelId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getImportedModel = getImportedModel;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Imported Model resource in Oracle Cloud Infrastructure Generative AI service.
|
|
33
|
+
*
|
|
34
|
+
* Gets information about an imported model.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testImportedModel = oci.GenerativeAi.getImportedModel({
|
|
43
|
+
* importedModelId: testImportedModelOciGenerativeAiImportedModel.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getImportedModelOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:GenerativeAi/getImportedModel:getImportedModel", {
|
|
50
|
+
"importedModelId": args.importedModelId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getImportedModelOutput = getImportedModelOutput;
|
|
54
|
+
//# sourceMappingURL=getImportedModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getImportedModel.js","sourceRoot":"","sources":["../../generativeai/getImportedModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAkCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|