Class GoogleCloudMlV1BuiltInAlgorithmOutput
Represents output related to a built-in algorithm Job.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1BuiltInAlgorithmOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Framework
Framework on which the built-in algorithm was trained.
Declaration
[JsonProperty("framework")]
public virtual string Framework { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelPath
The Cloud Storage path to the model/
directory where the training job saves the trained model. Only set
for successful jobs that don't use hyperparameter tuning.
Declaration
[JsonProperty("modelPath")]
public virtual string ModelPath { get; set; }
Property Value
Type | Description |
---|---|
string |
PythonVersion
Python version on which the built-in algorithm was trained.
Declaration
[JsonProperty("pythonVersion")]
public virtual string PythonVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
RuntimeVersion
AI Platform runtime version on which the built-in algorithm was trained.
Declaration
[JsonProperty("runtimeVersion")]
public virtual string RuntimeVersion { get; set; }
Property Value
Type | Description |
---|---|
string |