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
Copy file name to clipboardExpand all lines: docs/api/python/client/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@
300
300
</span></code></pre></div><hr><p>Set the credentials with the given id as default for 3<sup>rd</sup> party service provider integration.</p><p><strong>Allowed Roles:</strong></p><ul><li>At least <code>UPDATE_PROJECT_INFORMATION</code> for the project where the credentials have been configured</li><li><code>COMPANY_OWNER</code></li><li><code>COMPANY_ADMIN</code></li></ul><p><strong>Args</strong></p><ul><li><strong>credentials_id</strong> : id of the integration credentials to set as default.</li></ul><p><strong>Raises</strong></p><p><code>SDKClientException</code></p><h3id=create_aws_integration_credentials>.create_aws_integration_credentials<aclass=headerlinkhref=#create_aws_integration_credentialstitle="Permanent link">¶</a></h3><divclass="language-python highlight"><pre><span></span><code><spanid=__span-90-1><aid=__codelineno-90-1name=__codelineno-90-1href=#__codelineno-90-1></a><spanclass=o>.</span><spanclass=n>create_aws_integration_credentials</span><spanclass=p>(</span>
</span></code></pre></div><hr><p>Create credentials to integrate with AWS. Returns an object that contains the external_id you will need to configure in your trust policy.</p><p><strong>Allowed Roles:</strong></p><ul><li>At least <code>UPDATE_PROJECT_INFORMATION</code> for the project</li><li><code>COMPANY_OWNER</code></li><li><code>COMPANY_ADMIN</code></li></ul><p><strong>Args</strong></p><ul><li><strong>name</strong> : a simple name to identify this set of credentials</li><li><strong>default</strong> : whether to use these credentials by default when using an AWS integration</li><li><strong>project_id</strong> : the project in which these credentials will be configured</li><li><strong>role_arn</strong> : the ARN of the IAM role that will be assumed by ML cube Platform</li></ul><p><strong>Returns</strong></p><ul><li><strong>credentials</strong> : <code>SecretAWSCredentials</code></li></ul><p><strong>Raises</strong></p><p><code>SDKClientException</code></p><h3id=create_aws_compatible_integration_credentials>.create_aws_compatible_integration_credentials<aclass=headerlinkhref=#create_aws_compatible_integration_credentialstitle="Permanent link">¶</a></h3><divclass="language-python highlight"><pre><span></span><code><spanid=__span-91-1><aid=__codelineno-91-1name=__codelineno-91-1href=#__codelineno-91-1></a><spanclass=o>.</span><spanclass=n>create_aws_compatible_integration_credentials</span><spanclass=p>(</span>
303
+
</span></code></pre></div><hr><p>Create credentials to integrate with AWS. Returns an object that contains the trust policy that you need to set on the IAM role on AWS.</p><p><strong>Allowed Roles:</strong></p><ul><li>At least <code>UPDATE_PROJECT_INFORMATION</code> for the project</li><li><code>COMPANY_OWNER</code></li><li><code>COMPANY_ADMIN</code></li></ul><p><strong>Args</strong></p><ul><li><strong>name</strong> : a simple name to identify this set of credentials</li><li><strong>default</strong> : whether to use these credentials by default when using an AWS integration</li><li><strong>project_id</strong> : the project in which these credentials will be configured</li><li><strong>role_arn</strong> : the ARN of the IAM role that will be assumed by ML cube Platform</li></ul><p><strong>Returns</strong></p><ul><li><strong>credentials</strong> : <code>SecretAWSCredentials</code></li></ul><p><strong>Raises</strong></p><p><code>SDKClientException</code></p><h3id=create_aws_compatible_integration_credentials>.create_aws_compatible_integration_credentials<aclass=headerlinkhref=#create_aws_compatible_integration_credentialstitle="Permanent link">¶</a></h3><divclass="language-python highlight"><pre><span></span><code><spanid=__span-91-1><aid=__codelineno-91-1name=__codelineno-91-1href=#__codelineno-91-1></a><spanclass=o>.</span><spanclass=n>create_aws_compatible_integration_credentials</span><spanclass=p>(</span>
Copy file name to clipboardExpand all lines: docs/api/python/enums/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
</span></code></pre></div><hr><p>Enum containing all the job's status that a client can see</p><p><strong>Fields:</strong></p><ul><li>IDLE</li><li>STARTING</li><li>RUNNING</li><li>COMPLETED</li><li>ERROR</li></ul><hr><h2id=kpistatus>KPIStatus<aclass=headerlinkhref=#kpistatustitle="Permanent link">¶</a></h2><divclass="language-python highlight"><pre><span></span><code><spanid=__span-15-1><aid=__codelineno-15-1name=__codelineno-15-1href=#__codelineno-15-1></a><spanclass=n>KPIStatus</span><spanclass=p>()</span>
</span></code></pre></div><hr><p>Name of the model metrics that is associated with the model</p><p><strong>Fields:</strong> - RMSE - RSQUARE - ACCURACY - AVERAGE_PRECISION</p><hr><h2id=monitoringmetric>MonitoringMetric<aclass=headerlinkhref=#monitoringmetrictitle="Permanent link">¶</a></h2><divclass="language-python highlight"><pre><span></span><code><spanid=__span-17-1><aid=__codelineno-17-1name=__codelineno-17-1href=#__codelineno-17-1></a><spanclass=n>MonitoringMetric</span><spanclass=p>()</span>
</span></code></pre></div><hr><p>Status of a product key</p><p><strong>Fields:</strong>: - NEW = generated but not yet used product key - VALIDATING = validation requested from client - IN_USE = validated product key, client activated</p><hr><h2id=retraintriggertype>RetrainTriggerType<aclass=headerlinkhref=#retraintriggertypetitle="Permanent link">¶</a></h2><divclass="language-python highlight"><pre><span></span><code><spanid=__span-21-1><aid=__codelineno-21-1name=__codelineno-21-1href=#__codelineno-21-1></a><spanclass=n>RetrainTriggerType</span><spanclass=p>()</span>
0 commit comments