Show / Hide Table of Contents

Class GoogleCloudMlV1BuiltInAlgorithmOutput

Represents output related to a built-in algorithm Job.

Inheritance
object
GoogleCloudMlV1BuiltInAlgorithmOutput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX