GoogleCloudAiplatformV1Trial constructor
GoogleCloudAiplatformV1Trial({
- String? clientId,
- String? customJob,
- String? endTime,
- GoogleCloudAiplatformV1Measurement? finalMeasurement,
- String? id,
- String? infeasibleReason,
- List<
GoogleCloudAiplatformV1Measurement> ? measurements, - String? name,
- List<
GoogleCloudAiplatformV1TrialParameter> ? parameters, - String? startTime,
- String? state,
- Map<
String, String> ? webAccessUris,
Implementation
GoogleCloudAiplatformV1Trial({
this.clientId,
this.customJob,
this.endTime,
this.finalMeasurement,
this.id,
this.infeasibleReason,
this.measurements,
this.name,
this.parameters,
this.startTime,
this.state,
this.webAccessUris,
});