Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportDataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportDataOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Runtime operation information for DatasetService.ExportData.
Instance Attribute Summary collapse
-
#gcs_output_directory ⇒ String
A Google Cloud Storage directory which path ends with '/'.
-
#generic_metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata
Generic Metadata shared by all operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportDataOperationMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1ExportDataOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportDataOperationMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1ExportDataOperationMetadata.
7964 7965 7966 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7964 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_output_directory ⇒ String
A Google Cloud Storage directory which path ends with '/'. The exported data
is stored in the directory.
Corresponds to the JSON property gcsOutputDirectory
7957 7958 7959 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7957 def gcs_output_directory @gcs_output_directory end |
#generic_metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata
Generic Metadata shared by all operations.
Corresponds to the JSON property genericMetadata
7962 7963 7964 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7962 def @generic_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7969 7970 7971 7972 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7969 def update!(**args) @gcs_output_directory = args[:gcs_output_directory] if args.key?(:gcs_output_directory) @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata) end |