blob: 7f88384c92b02152201e4616742d5de049e3aff6 [file]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="discoveryengine_v1alpha.html">Discovery Engine API</a> . <a href="discoveryengine_v1alpha.projects.html">projects</a> . <a href="discoveryengine_v1alpha.projects.locations.html">locations</a> . <a href="discoveryengine_v1alpha.projects.locations.collections.html">collections</a> . <a href="discoveryengine_v1alpha.projects.locations.collections.dataStores.html">dataStores</a> . <a href="discoveryengine_v1alpha.projects.locations.collections.dataStores.customModels.html">customModels</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(dataStore, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a list of all the custom models.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="list">list(dataStore, x__xgafv=None)</code>
<pre>Gets a list of all the custom models.
Args:
dataStore: string, Required. The resource name of the parent Data Store, such as `projects/*/locations/global/collections/default_collection/dataStores/default_data_store`. This field is used to identify the data store where to fetch the models from. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for SearchTuningService.ListCustomModels method.
&quot;models&quot;: [ # List of custom tuning models.
{ # Metadata that describes a custom tuned model.
&quot;createTime&quot;: &quot;A String&quot;, # Deprecated: Timestamp the Model was created at.
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the model.
&quot;errorMessage&quot;: &quot;A String&quot;, # Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`.
&quot;metrics&quot;: { # The metrics of the trained model.
&quot;a_key&quot;: 3.14,
},
&quot;modelState&quot;: &quot;A String&quot;, # The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`).
&quot;modelVersion&quot;: &quot;A String&quot;, # The version of the model.
&quot;name&quot;: &quot;A String&quot;, # Required. The fully qualified resource name of the model. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}`. Model must be an alpha-numerical string with limit of 40 characters.
&quot;trainingStartTime&quot;: &quot;A String&quot;, # Timestamp the model training was initiated.
},
],
}</pre>
</div>
</body></html>