Class: Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.
Instance Attribute Summary collapse
-
#artifact_output_uri ⇒ ::String
readonly
Output only.
-
#image_output_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#artifact_output_uri ⇒ ::String (readonly)
478 479 480 481 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 478 class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_output_uri ⇒ ::String (readonly)
478 479 480 481 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 478 class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |