ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput Class Reference

Represents output related to a built-in algorithm Job. More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Framework [get, set]
 Framework on which the built-in algorithm was trained. More...
 
virtual string ModelPath [get, set]
 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. More...
 
virtual string PythonVersion [get, set]
 Python version on which the built-in algorithm was trained. More...
 
virtual string RuntimeVersion [get, set]
 AI Platform runtime version on which the built-in algorithm was trained. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Represents output related to a built-in algorithm Job.

Property Documentation

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput.ETag
getset

The ETag of the item.

◆ Framework

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput.Framework
getset

Framework on which the built-in algorithm was trained.

◆ ModelPath

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput.ModelPath
getset

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.

◆ PythonVersion

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput.PythonVersion
getset

Python version on which the built-in algorithm was trained.

◆ RuntimeVersion

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1BuiltInAlgorithmOutput.RuntimeVersion
getset

AI Platform runtime version on which the built-in algorithm was trained.


The documentation for this class was generated from the following file: