Class: Google::Cloud::DiscoveryEngine::V1beta::TrainCustomModelResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb

Overview

Response of the TrainCustomModelRequest. This message is returned by the google.longrunning.Operations.response field.

Instance Attribute Summary collapse

Instance Attribute Details

#error_config::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig

Returns Echoes the destination for the complete errors in the request if set.

Returns:



105
106
107
108
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 105

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

#error_samples::Array<::Google::Rpc::Status>

Returns A sample of errors encountered while processing the data.

Returns:



105
106
107
108
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 105

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

#model_status::String

Returns The trained model status. Possible values are:

  • bad-data: The training data quality is bad.
  • no-improvement: Tuning didn't improve performance. Won't deploy.
  • in-progress: Model training is in progress.
  • ready: The model is ready for serving.

Returns:

  • (::String)

    The trained model status. Possible values are:

    • bad-data: The training data quality is bad.
    • no-improvement: Tuning didn't improve performance. Won't deploy.
    • in-progress: Model training is in progress.
    • ready: The model is ready for serving.


105
106
107
108
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_tuning_service.rb', line 105

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