Google Cloud Ai Platform V1 Client - Class GcsDestination (0.11.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class GcsDestination.

The Google Cloud Storage location where the output is to be written to.

Generated from protobuf message google.cloud.aiplatform.v1.GcsDestination

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_uri_prefix string

Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.

getOutputUriPrefix

Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.

Returns
TypeDescription
string

setOutputUriPrefix

Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.

Parameter
NameDescription
var string
Returns
TypeDescription
$this