proto_docs/google/cloud/automl/v1beta1/operations.rb in google-cloud-automl-v1beta1-0.1.0 vs proto_docs/google/cloud/automl/v1beta1/operations.rb in google-cloud-automl-v1beta1-0.1.1

- old
+ new

@@ -21,184 +21,184 @@ module Cloud module AutoML module V1beta1 # Metadata used across all long running operations returned by AutoML API. # @!attribute [rw] delete_details - # @return [Google::Cloud::AutoML::V1beta1::DeleteOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::DeleteOperationMetadata] # Details of a Delete operation. # @!attribute [rw] deploy_model_details - # @return [Google::Cloud::AutoML::V1beta1::DeployModelOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::DeployModelOperationMetadata] # Details of a DeployModel operation. # @!attribute [rw] undeploy_model_details - # @return [Google::Cloud::AutoML::V1beta1::UndeployModelOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::UndeployModelOperationMetadata] # Details of an UndeployModel operation. # @!attribute [rw] create_model_details - # @return [Google::Cloud::AutoML::V1beta1::CreateModelOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::CreateModelOperationMetadata] # Details of CreateModel operation. # @!attribute [rw] import_data_details - # @return [Google::Cloud::AutoML::V1beta1::ImportDataOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::ImportDataOperationMetadata] # Details of ImportData operation. # @!attribute [rw] batch_predict_details - # @return [Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata] # Details of BatchPredict operation. # @!attribute [rw] export_data_details - # @return [Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata] # Details of ExportData operation. # @!attribute [rw] export_model_details - # @return [Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata] # Details of ExportModel operation. # @!attribute [rw] export_evaluated_examples_details - # @return [Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata] + # @return [::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata] # Details of ExportEvaluatedExamples operation. # @!attribute [rw] progress_percent - # @return [Integer] + # @return [::Integer] # Output only. Progress of operation. Range: [0, 100]. # Not used currently. # @!attribute [rw] partial_failures - # @return [Array<Google::Rpc::Status>] + # @return [::Array<::Google::Rpc::Status>] # Output only. Partial failures encountered. # E.g. single files that couldn't be read. # This field should never exceed 20 entries. # Status details field will contain standard GCP error details. # @!attribute [rw] create_time - # @return [Google::Protobuf::Timestamp] + # @return [::Google::Protobuf::Timestamp] # Output only. Time when the operation was created. # @!attribute [rw] update_time - # @return [Google::Protobuf::Timestamp] + # @return [::Google::Protobuf::Timestamp] # Output only. Time when the operation was updated for the last time. class OperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end # Details of operations that perform deletes of any entities. class DeleteOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end # Details of DeployModel operation. class DeployModelOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end # Details of UndeployModel operation. class UndeployModelOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end # Details of CreateModel operation. class CreateModelOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end # Details of ImportData operation. class ImportDataOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end # Details of ExportData operation. # @!attribute [rw] output_info - # @return [Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo] + # @return [::Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo] # Output only. Information further describing this export data's output. class ExportDataOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes this export data's output. # Supplements - # {Google::Cloud::AutoML::V1beta1::OutputConfig OutputConfig}. + # {::Google::Cloud::AutoML::V1beta1::OutputConfig OutputConfig}. # @!attribute [rw] gcs_output_directory - # @return [String] + # @return [::String] # The full path of the Google Cloud Storage directory created, into which # the exported data is written. # @!attribute [rw] bigquery_output_dataset - # @return [String] + # @return [::String] # The path of the BigQuery dataset created, in bq://projectId.bqDatasetId # format, into which the exported data is written. class ExportDataOutputInfo - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end # Details of BatchPredict operation. # @!attribute [rw] input_config - # @return [Google::Cloud::AutoML::V1beta1::BatchPredictInputConfig] + # @return [::Google::Cloud::AutoML::V1beta1::BatchPredictInputConfig] # Output only. The input config that was given upon starting this # batch predict operation. # @!attribute [rw] output_info - # @return [Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo] + # @return [::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo] # Output only. Information further describing this batch predict's output. class BatchPredictOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes this batch predict's output. # Supplements # - # {Google::Cloud::AutoML::V1beta1::BatchPredictOutputConfig BatchPredictOutputConfig}. + # {::Google::Cloud::AutoML::V1beta1::BatchPredictOutputConfig BatchPredictOutputConfig}. # @!attribute [rw] gcs_output_directory - # @return [String] + # @return [::String] # The full path of the Google Cloud Storage directory created, into which # the prediction output is written. # @!attribute [rw] bigquery_output_dataset - # @return [String] + # @return [::String] # The path of the BigQuery dataset created, in bq://projectId.bqDatasetId # format, into which the prediction output is written. class BatchPredictOutputInfo - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end # Details of ExportModel operation. # @!attribute [rw] output_info - # @return [Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata::ExportModelOutputInfo] + # @return [::Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata::ExportModelOutputInfo] # Output only. Information further describing the output of this model # export. class ExportModelOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of model export. # Supplements # - # {Google::Cloud::AutoML::V1beta1::ModelExportOutputConfig ModelExportOutputConfig}. + # {::Google::Cloud::AutoML::V1beta1::ModelExportOutputConfig ModelExportOutputConfig}. # @!attribute [rw] gcs_output_directory - # @return [String] + # @return [::String] # The full path of the Google Cloud Storage directory created, into which # the model will be exported. class ExportModelOutputInfo - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end # Details of EvaluatedExamples operation. # @!attribute [rw] output_info - # @return [Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata::ExportEvaluatedExamplesOutputInfo] + # @return [::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata::ExportEvaluatedExamplesOutputInfo] # Output only. Information further describing the output of this evaluated # examples export. class ExportEvaluatedExamplesOperationMetadata - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of the evaluated examples export. # Supplements # - # {Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig ExportEvaluatedExamplesOutputConfig}. + # {::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig ExportEvaluatedExamplesOutputConfig}. # @!attribute [rw] bigquery_output_dataset - # @return [String] + # @return [::String] # The path of the BigQuery dataset created, in bq://projectId.bqDatasetId # format, into which the output of export evaluated examples is written. class ExportEvaluatedExamplesOutputInfo - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end