Class: Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::TrainingDataset

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb

Overview

Training Dataset information.

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_source::Google::Cloud::AIPlatform::V1::BigQuerySource

Returns The BigQuery table of the unmanaged Dataset used to train this Model.

Returns:



77
78
79
80
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 77

class TrainingDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#data_format::String

Returns Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are:

"tf-record" The source file is a TFRecord file.

"csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.

Returns:

  • (::String)

    Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are:

    "tf-record" The source file is a TFRecord file.

    "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.



77
78
79
80
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 77

class TrainingDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dataset::String

Returns The resource name of the Dataset used to train this Model.

Returns:

  • (::String)

    The resource name of the Dataset used to train this Model.



77
78
79
80
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 77

class TrainingDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_source::Google::Cloud::AIPlatform::V1::GcsSource

Returns The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.

Returns:



77
78
79
80
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 77

class TrainingDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#logging_sampling_strategy::Google::Cloud::AIPlatform::V1::SamplingStrategy

Returns Strategy to sample data from Training Dataset. If not set, we process the whole dataset.

Returns:



77
78
79
80
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 77

class TrainingDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_field::String

Returns The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.

Returns:

  • (::String)

    The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.



77
78
79
80
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 77

class TrainingDataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end