GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingDataset class
Training Dataset information.
Constructors
- GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingDataset({GoogleCloudAiplatformV1BigQuerySource? bigquerySource, String? dataFormat, String? dataset, GoogleCloudAiplatformV1GcsSource? gcsSource, GoogleCloudAiplatformV1SamplingStrategy? loggingSamplingStrategy, String? targetField})
- GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingDataset.fromJson(Map json_)
Properties
- bigquerySource ↔ GoogleCloudAiplatformV1BigQuerySource?
-
The BigQuery table of the unmanaged Dataset used to train this Model.
getter/setter pair
- dataFormat ↔ String?
-
Data format of the dataset, only applicable if the input is from Google
Cloud Storage.
getter/setter pair
- dataset ↔ String?
-
The resource name of the Dataset used to train this Model.
getter/setter pair
- gcsSource ↔ GoogleCloudAiplatformV1GcsSource?
-
The Google Cloud Storage uri of the unmanaged Dataset used to train this
Model.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loggingSamplingStrategy ↔ GoogleCloudAiplatformV1SamplingStrategy?
-
Strategy to sample data from Training Dataset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetField ↔ String?
-
The target field name the model is to predict.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited