Class: Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Details of ModelService.ExportModel operation.
Defined Under Namespace
Classes: OutputInfo
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
-
#output_info ⇒ ::Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
readonly
Output only.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 463 class ExportModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of the ExportModel. Supplements # {::Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig ExportModelRequest.OutputConfig}. # @!attribute [r] artifact_output_uri # @return [::String] # Output only. If the Model artifact is being exported to Google Cloud # Storage this is the full path of the directory created, into which the # Model files are being written to. # @!attribute [r] image_output_uri # @return [::String] # Output only. If the Model image is being exported to Google Container # Registry or Artifact Registry this is the full path of the image created. class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#output_info ⇒ ::Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo (readonly)
Returns Output only. Information further describing the output of this Model export.
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 463 class ExportModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of the ExportModel. Supplements # {::Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig ExportModelRequest.OutputConfig}. # @!attribute [r] artifact_output_uri # @return [::String] # Output only. If the Model artifact is being exported to Google Cloud # Storage this is the full path of the directory created, into which the # Model files are being written to. # @!attribute [r] image_output_uri # @return [::String] # Output only. If the Model image is being exported to Google Container # Registry or Artifact Registry this is the full path of the image created. class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |