Class: Google::Cloud::AutoML::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/operations.rb
Overview
Metadata used across all long running operations returned by AutoML API.
Instance Attribute Summary collapse
-
#batch_predict_details ⇒ ::Google::Cloud::AutoML::V1::BatchPredictOperationMetadata
Details of BatchPredict operation.
-
#create_dataset_details ⇒ ::Google::Cloud::AutoML::V1::CreateDatasetOperationMetadata
Details of CreateDataset operation.
-
#create_model_details ⇒ ::Google::Cloud::AutoML::V1::CreateModelOperationMetadata
Details of CreateModel operation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#delete_details ⇒ ::Google::Cloud::AutoML::V1::DeleteOperationMetadata
Details of a Delete operation.
-
#deploy_model_details ⇒ ::Google::Cloud::AutoML::V1::DeployModelOperationMetadata
Details of a DeployModel operation.
-
#export_data_details ⇒ ::Google::Cloud::AutoML::V1::ExportDataOperationMetadata
Details of ExportData operation.
-
#export_model_details ⇒ ::Google::Cloud::AutoML::V1::ExportModelOperationMetadata
Details of ExportModel operation.
-
#import_data_details ⇒ ::Google::Cloud::AutoML::V1::ImportDataOperationMetadata
Details of ImportData operation.
-
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Output only.
-
#progress_percent ⇒ ::Integer
Output only.
-
#undeploy_model_details ⇒ ::Google::Cloud::AutoML::V1::UndeployModelOperationMetadata
Details of an UndeployModel operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Output only.
Instance Attribute Details
#batch_predict_details ⇒ ::Google::Cloud::AutoML::V1::BatchPredictOperationMetadata
Returns Details of BatchPredict operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_dataset_details ⇒ ::Google::Cloud::AutoML::V1::CreateDatasetOperationMetadata
Returns Details of CreateDataset operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_model_details ⇒ ::Google::Cloud::AutoML::V1::CreateModelOperationMetadata
Returns Details of CreateModel operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delete_details ⇒ ::Google::Cloud::AutoML::V1::DeleteOperationMetadata
Returns Details of a Delete operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deploy_model_details ⇒ ::Google::Cloud::AutoML::V1::DeployModelOperationMetadata
Returns Details of a DeployModel operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_data_details ⇒ ::Google::Cloud::AutoML::V1::ExportDataOperationMetadata
Returns Details of ExportData operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_model_details ⇒ ::Google::Cloud::AutoML::V1::ExportModelOperationMetadata
Returns Details of ExportModel operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#import_data_details ⇒ ::Google::Cloud::AutoML::V1::ImportDataOperationMetadata
Returns Details of ImportData operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#undeploy_model_details ⇒ ::Google::Cloud::AutoML::V1::UndeployModelOperationMetadata
Returns Details of an UndeployModel operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 68 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |