Class: Google::Apis::LanguageV1beta2::XpsTrainResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/language_v1beta2/classes.rb,
lib/google/apis/language_v1beta2/representations.rb,
lib/google/apis/language_v1beta2/representations.rb

Overview

Next ID: 18

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsTrainResponse

Returns a new instance of XpsTrainResponse.



4822
4823
4824
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4822

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deployed_model_size_bytesFixnum

Estimated model size in bytes once deployed. Corresponds to the JSON property deployedModelSizeBytes

Returns:

  • (Fixnum)


4732
4733
4734
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4732

def deployed_model_size_bytes
  @deployed_model_size_bytes
end

#error_analysis_configsArray<Google::Apis::LanguageV1beta2::XpsVisionErrorAnalysisConfig>

Optional vision model error analysis configuration. The field is set when model error analysis is enabled in the training request. The results of error analysis will be binded together with evaluation results (in the format of AnnotatedExample). Corresponds to the JSON property errorAnalysisConfigs



4740
4741
4742
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4740

def error_analysis_configs
  @error_analysis_configs
end

#evaluated_example_setGoogle::Apis::LanguageV1beta2::XpsExampleSet

Set of examples or input sources. Corresponds to the JSON property evaluatedExampleSet



4745
4746
4747
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4745

def evaluated_example_set
  @evaluated_example_set
end

#evaluation_metrics_setGoogle::Apis::LanguageV1beta2::XpsEvaluationMetricsSet

Specifies location of model evaluation metrics. Corresponds to the JSON property evaluationMetricsSet



4750
4751
4752
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4750

def evaluation_metrics_set
  @evaluation_metrics_set
end

#explanation_configsArray<Google::Apis::LanguageV1beta2::XpsResponseExplanationSpec>

VisionExplanationConfig for XAI on test set. Optional for when XAI is enable in training request. Corresponds to the JSON property explanationConfigs



4756
4757
4758
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4756

def explanation_configs
  @explanation_configs
end

#image_classification_train_respGoogle::Apis::LanguageV1beta2::XpsImageClassificationTrainResponse

Corresponds to the JSON property imageClassificationTrainResp



4761
4762
4763
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4761

def image_classification_train_resp
  @image_classification_train_resp
end

#image_object_detection_train_respGoogle::Apis::LanguageV1beta2::XpsImageObjectDetectionModelSpec

Corresponds to the JSON property imageObjectDetectionTrainResp



4766
4767
4768
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4766

def image_object_detection_train_resp
  @image_object_detection_train_resp
end

#image_segmentation_train_respGoogle::Apis::LanguageV1beta2::XpsImageSegmentationTrainResponse

Corresponds to the JSON property imageSegmentationTrainResp



4771
4772
4773
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4771

def image_segmentation_train_resp
  @image_segmentation_train_resp
end

#model_tokenString

Token that represents the trained model. This is considered immutable and is persisted in AutoML. xPS can put their own proto in the byte string, to e.g. point to the model checkpoints. The token is passed to other xPS APIs to refer to the model. Corresponds to the JSON property modelToken NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


4780
4781
4782
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4780

def model_token
  @model_token
end

#speech_train_respGoogle::Apis::LanguageV1beta2::XpsSpeechModelSpec

Corresponds to the JSON property speechTrainResp



4785
4786
4787
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4785

def speech_train_resp
  @speech_train_resp
end

#tables_train_respGoogle::Apis::LanguageV1beta2::XpsTablesTrainResponse

Corresponds to the JSON property tablesTrainResp



4790
4791
4792
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4790

def tables_train_resp
  @tables_train_resp
end

#text_to_speech_train_respGoogle::Apis::LanguageV1beta2::XpsTextToSpeechTrainResponse

TextToSpeech train response Corresponds to the JSON property textToSpeechTrainResp



4795
4796
4797
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4795

def text_to_speech_train_resp
  @text_to_speech_train_resp
end

#text_train_respGoogle::Apis::LanguageV1beta2::XpsTextTrainResponse

Will only be needed for uCAIP from Beta. Corresponds to the JSON property textTrainResp



4800
4801
4802
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4800

def text_train_resp
  @text_train_resp
end

#translation_train_respGoogle::Apis::LanguageV1beta2::XpsTranslationTrainResponse

Train response for translation. Corresponds to the JSON property translationTrainResp



4805
4806
4807
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4805

def translation_train_resp
  @translation_train_resp
end

#video_action_recognition_train_respGoogle::Apis::LanguageV1beta2::XpsVideoActionRecognitionTrainResponse

Corresponds to the JSON property videoActionRecognitionTrainResp



4810
4811
4812
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4810

def video_action_recognition_train_resp
  @video_action_recognition_train_resp
end

#video_classification_train_respGoogle::Apis::LanguageV1beta2::XpsVideoClassificationTrainResponse

Corresponds to the JSON property videoClassificationTrainResp



4815
4816
4817
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4815

def video_classification_train_resp
  @video_classification_train_resp
end

#video_object_tracking_train_respGoogle::Apis::LanguageV1beta2::XpsVideoObjectTrackingTrainResponse

Corresponds to the JSON property videoObjectTrackingTrainResp



4820
4821
4822
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4820

def video_object_tracking_train_resp
  @video_object_tracking_train_resp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
# File 'lib/google/apis/language_v1beta2/classes.rb', line 4827

def update!(**args)
  @deployed_model_size_bytes = args[:deployed_model_size_bytes] if args.key?(:deployed_model_size_bytes)
  @error_analysis_configs = args[:error_analysis_configs] if args.key?(:error_analysis_configs)
  @evaluated_example_set = args[:evaluated_example_set] if args.key?(:evaluated_example_set)
  @evaluation_metrics_set = args[:evaluation_metrics_set] if args.key?(:evaluation_metrics_set)
  @explanation_configs = args[:explanation_configs] if args.key?(:explanation_configs)
  @image_classification_train_resp = args[:image_classification_train_resp] if args.key?(:image_classification_train_resp)
  @image_object_detection_train_resp = args[:image_object_detection_train_resp] if args.key?(:image_object_detection_train_resp)
  @image_segmentation_train_resp = args[:image_segmentation_train_resp] if args.key?(:image_segmentation_train_resp)
  @model_token = args[:model_token] if args.key?(:model_token)
  @speech_train_resp = args[:speech_train_resp] if args.key?(:speech_train_resp)
  @tables_train_resp = args[:tables_train_resp] if args.key?(:tables_train_resp)
  @text_to_speech_train_resp = args[:text_to_speech_train_resp] if args.key?(:text_to_speech_train_resp)
  @text_train_resp = args[:text_train_resp] if args.key?(:text_train_resp)
  @translation_train_resp = args[:translation_train_resp] if args.key?(:translation_train_resp)
  @video_action_recognition_train_resp = args[:video_action_recognition_train_resp] if args.key?(:video_action_recognition_train_resp)
  @video_classification_train_resp = args[:video_classification_train_resp] if args.key?(:video_classification_train_resp)
  @video_object_tracking_train_resp = args[:video_object_tracking_train_resp] if args.key?(:video_object_tracking_train_resp)
end