Class: Google::Cloud::AutoML::V1beta1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Metadata used across all long running operations returned by AutoML API.
Instance Attribute Summary collapse
-
#batch_predict_details ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata
Details of BatchPredict operation.
-
#create_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::CreateModelOperationMetadata
Details of CreateModel operation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#delete_details ⇒ ::Google::Cloud::AutoML::V1beta1::DeleteOperationMetadata
Details of a Delete operation.
-
#deploy_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::DeployModelOperationMetadata
Details of a DeployModel operation.
-
#export_data_details ⇒ ::Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata
Details of ExportData operation.
-
#export_evaluated_examples_details ⇒ ::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata
Details of ExportEvaluatedExamples operation.
-
#export_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata
Details of ExportModel operation.
-
#import_data_details ⇒ ::Google::Cloud::AutoML::V1beta1::ImportDataOperationMetadata
Details of ImportData operation.
-
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Output only.
-
#progress_percent ⇒ ::Integer
Output only.
-
#undeploy_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::UndeployModelOperationMetadata
Details of an UndeployModel operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Output only.
Instance Attribute Details
#batch_predict_details ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata
Returns Details of BatchPredict operation.
Note: The following fields are mutually exclusive: batch_predict_details
, delete_details
, deploy_model_details
, undeploy_model_details
, create_model_details
, import_data_details
, export_data_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::CreateModelOperationMetadata
Returns Details of CreateModel operation.
Note: The following fields are mutually exclusive: create_model_details
, delete_details
, deploy_model_details
, undeploy_model_details
, import_data_details
, batch_predict_details
, export_data_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Time when the operation was created.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delete_details ⇒ ::Google::Cloud::AutoML::V1beta1::DeleteOperationMetadata
Returns Details of a Delete operation.
Note: The following fields are mutually exclusive: delete_details
, deploy_model_details
, undeploy_model_details
, create_model_details
, import_data_details
, batch_predict_details
, export_data_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deploy_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::DeployModelOperationMetadata
Returns Details of a DeployModel operation.
Note: The following fields are mutually exclusive: deploy_model_details
, delete_details
, undeploy_model_details
, create_model_details
, import_data_details
, batch_predict_details
, export_data_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_data_details ⇒ ::Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata
Returns Details of ExportData operation.
Note: The following fields are mutually exclusive: export_data_details
, delete_details
, deploy_model_details
, undeploy_model_details
, create_model_details
, import_data_details
, batch_predict_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_evaluated_examples_details ⇒ ::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata
Returns Details of ExportEvaluatedExamples operation.
Note: The following fields are mutually exclusive: export_evaluated_examples_details
, delete_details
, deploy_model_details
, undeploy_model_details
, create_model_details
, import_data_details
, batch_predict_details
, export_data_details
, export_model_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata
Returns Details of ExportModel operation.
Note: The following fields are mutually exclusive: export_model_details
, delete_details
, deploy_model_details
, undeploy_model_details
, create_model_details
, import_data_details
, batch_predict_details
, export_data_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#import_data_details ⇒ ::Google::Cloud::AutoML::V1beta1::ImportDataOperationMetadata
Returns Details of ImportData operation.
Note: The following fields are mutually exclusive: import_data_details
, delete_details
, deploy_model_details
, undeploy_model_details
, create_model_details
, batch_predict_details
, export_data_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Returns 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.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer
Returns Output only. Progress of operation. Range: [0, 100]. Not used currently.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#undeploy_model_details ⇒ ::Google::Cloud::AutoML::V1beta1::UndeployModelOperationMetadata
Returns Details of an UndeployModel operation.
Note: The following fields are mutually exclusive: undeploy_model_details
, delete_details
, deploy_model_details
, create_model_details
, import_data_details
, batch_predict_details
, export_data_details
, export_model_details
, export_evaluated_examples_details
. If a field in that set is populated, all other fields in the set will automatically be cleared.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Time when the operation was updated for the last time.
86 87 88 89 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 86 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |