Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo (v0.13.0)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo.

Further describes this export data's output. Supplements OutputConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery_output_dataset

def bigquery_output_dataset() -> ::String
Returns
  • (::String) — The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the exported data is written.

    Note: The following fields are mutually exclusive: bigquery_output_dataset, gcs_output_directory. If a field in that set is populated, all other fields in the set will automatically be cleared.

#bigquery_output_dataset=

def bigquery_output_dataset=(value) -> ::String
Parameter
  • value (::String) — The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the exported data is written.

    Note: The following fields are mutually exclusive: bigquery_output_dataset, gcs_output_directory. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the exported data is written.

    Note: The following fields are mutually exclusive: bigquery_output_dataset, gcs_output_directory. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_output_directory

def gcs_output_directory() -> ::String
Returns
  • (::String) — The full path of the Google Cloud Storage directory created, into which the exported data is written.

    Note: The following fields are mutually exclusive: gcs_output_directory, bigquery_output_dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_output_directory=

def gcs_output_directory=(value) -> ::String
Parameter
  • value (::String) — The full path of the Google Cloud Storage directory created, into which the exported data is written.

    Note: The following fields are mutually exclusive: gcs_output_directory, bigquery_output_dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The full path of the Google Cloud Storage directory created, into which the exported data is written.

    Note: The following fields are mutually exclusive: gcs_output_directory, bigquery_output_dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.