Class GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter
A wrapper class which contains the tunable parameters in an AutoML Image training job.
Inheritance
GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter : IDirectResponseSchema
Properties
CheckpointName
Optional. An unique name of pretrained model checkpoint provided in model garden, it will be mapped to a GCS location internally.
Declaration
[JsonProperty("checkpointName")]
public virtual string CheckpointName { get; set; }
Property Value
Type | Description |
---|---|
string |
DatasetConfig
Customizable dataset settings, used in the model_garden_trainer
.
Declaration
[JsonProperty("datasetConfig")]
public virtual IDictionary<string, string> DatasetConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StudySpec
Optioinal. StudySpec of hyperparameter tuning job. Required for model_garden_trainer
.
Declaration
[JsonProperty("studySpec")]
public virtual GoogleCloudAiplatformV1beta1StudySpec StudySpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StudySpec |
TrainerConfig
Customizable trainer settings, used in the model_garden_trainer
.
Declaration
[JsonProperty("trainerConfig")]
public virtual IDictionary<string, string> TrainerConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
TrainerType
Declaration
[JsonProperty("trainerType")]
public virtual string TrainerType { get; set; }
Property Value
Type | Description |
---|---|
string |